diff --git a/src/app/page.tsx b/src/app/page.tsx index d414133..2f88545 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,6 +97,11 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Featured Work" description="A glimpse into the brands we've helped dominate." + products={[ + { id: "p1", name: "Fashion Campaign", price: "Growth Strategy", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg" }, + { id: "p2", name: "Tech Startup Launch", price: "Full Branding", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg" }, + { id: "p3", name: "E-commerce Scaling", price: "Ads Management", imageSrc: "http://img.b2bpic.net/free-photo/arabic-bus-stop-right-side-white-background_187299-37882.jpg" } + ]} />