5 Commits

Author SHA1 Message Date
cc0e20185f Merge version_4 into main
Merge version_4 into main
2026-04-19 06:47:36 +00:00
952580a25e Update src/app/page.tsx 2026-04-19 06:47:33 +00:00
327c31278d Merge version_3 into main
Merge version_3 into main
2026-04-19 06:45:38 +00:00
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

@@ -48,7 +48,11 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
title="We Build Brands That Dominate Digital"
description="Your growth partner in Social Media & Digital Marketing. We blend creative strategy with performance-driven results to scale your business."
testimonials={[]}
testimonials={[
{ name: "Sarah J.", handle: "@sarahgrowth", testimonial: "Iconicmatt transformed our social presence within weeks. The ROI has been incredible.", rating: 5 },
{ name: "Michael Chen", handle: "@techfounder", testimonial: "A truly elite team. They understand modern branding like no other.", rating: 5 },
{ name: "Elena Rossi", handle: "@elenafashion", testimonial: "The creative direction and content quality were unmatched for our campaign launch.", rating: 5 }
]}
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "View Portfolio", href: "#portfolio" },
@@ -97,6 +101,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>
@@ -159,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}