2 Commits

Author SHA1 Message Date
f9860d1901 Update src/app/page.tsx 2026-04-19 06:45:35 +00:00
c023e932d9 Merge version_2 into main
Merge version_2 into main
2026-04-19 06:38:55 +00:00

View File

@@ -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" }
]}
/>
</div>