[javascript] SectionStoryGethome

Viewer

copydownloadembedprintName: SectionStoryGethome
  1. import { CardStoryGethome } from '@libs/components/card';
  2. import { TitleGethome } from '@libs/components/title';
  3.  
  4. export function SectionStoryGethome() {
  5.  
  6.   return (
  7.     <section>
  8.       <div className="bg-redsy-3">
  9.       <div className="max-w-7xl mx-auto py-24 px-2">
  10.         <div className="pb-8 text-center md:text-left">
  11.           <TitleGethome text="Cerita dari Gethome" BigText textWhite />
  12.         </div>
  13.         <CardStoryGethome/>
  14.       </div>
  15.       </div>
  16.     </section>
  17.   );
  18. }

Editor

You can edit this paste and save as new:


File Description
  • SectionStoryGethome
  • Paste Code
  • 30 Sep-2022
  • 503 Bytes
You can Share it: