Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-19 06:45:38 +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>