7 Commits

Author SHA1 Message Date
5cf7210ac3 Merge version_4 into main
Merge version_4 into main
2026-04-18 23:17:54 +00:00
9b865ef496 Update src/app/page.tsx 2026-04-18 23:17:51 +00:00
3d4f1400c3 Merge version_3 into main
Merge version_3 into main
2026-04-18 23:17:04 +00:00
0e8d24d722 Update src/app/page.tsx 2026-04-18 23:17:01 +00:00
963a5c39f6 Merge version_2 into main
Merge version_2 into main
2026-04-18 23:16:09 +00:00
4e615a6472 Update src/app/page.tsx 2026-04-18 23:16:03 +00:00
f1079b7cca Merge version_1 into main
Merge version_1 into main
2026-04-18 23:15:02 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{ variant: "gradient-bars" }}
title="Scaling Brands Through Data-Driven Marketing"
title="Scale Your Revenue 2x with Data-Driven Marketing"
description="Asr Marketing delivers high-impact digital strategy, custom web development, and influencer growth to accelerate your business ROI."
testimonials={[
{ name: "Sarah J.", handle: "@techcorp", testimonial: "The best agency experience we've had. Real results, fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg" },
@@ -153,7 +153,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "rotated-rays-animated" }}
text="Ready to scale your business? Let's build your next growth strategy today."
buttons={[{ text: "Schedule Consultation", href: "#contact" }]}
buttons={[{ text: "Book Your Strategy Call", href: "#contact" }]}
/>
</div>
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}