2 Commits

Author SHA1 Message Date
04d7f8de8d Update src/app/page.tsx 2026-04-17 22:58:59 +00:00
1f99ff6334 Merge version_2 into main
Merge version_2 into main
2026-04-17 22:57:59 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Scaling Brands in the Digital Era" title="Scaling Brands in the Digital Era"
description="We craft elite social media strategies that turn engagement into measurable growth for premium brands." description="We differentiate through proprietary behavioral analytics and high-velocity creative production, delivering a guaranteed 3x average ROI within the first 90 days."
testimonials={[ testimonials={[
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Transformed our digital presence overnight.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-fire-style-background_1017-3291.jpg?_wi=1", imageAlt: "digital agency background dark mode" }, { name: "Sarah J.", handle: "@sarahj", testimonial: "Transformed our digital presence overnight.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-fire-style-background_1017-3291.jpg?_wi=1", imageAlt: "digital agency background dark mode" },
{ name: "Mike D.", handle: "@miked", testimonial: "The best agency in the industry.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", imageAlt: "digital agency background dark mode" }, { name: "Mike D.", handle: "@miked", testimonial: "The best agency in the industry.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", imageAlt: "digital agency background dark mode" },
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }