src/app/(hero-dark)/layout-6/_blocks/story.tsximport { Section } from '@/components/section'import { Columns, Column } from '@/components/columns'import { Image } from '@/components/image'import { Heading } from '@/components/heading'import { Paragraph } from '@/components/paragraph'import { Label } from '@/components/label'import { Grid } from '@/components/grid'import { CountUp } from '@/components/count-up'import { BackgroundWallpaper1 } from '@/components/background-wallpaper-1'export default function Story() {return (<Sectionid="discover"className="py-24 md:py-32 bg-body relative overflow-hidden"><BackgroundWallpaper1 /><Columnscols="grid-cols-1 lg:grid-cols-2"
Showing the first 20 lines.
Get full code