6 Commits

Author SHA1 Message Date
d215e4bbe2 Update src/app/page.tsx 2026-05-06 22:09:06 +00:00
5dd74d19f1 Merge version_3 into main
Merge version_3 into main
2026-05-06 22:05:29 +00:00
72aab231ed Update src/app/page.tsx 2026-05-06 22:05:26 +00:00
a3bc290f49 Merge version_2 into main
Merge version_2 into main
2026-05-06 22:02:52 +00:00
64acb63743 Update src/app/page.tsx 2026-05-06 22:02:49 +00:00
df687995f0 Merge version_1 into main
Merge version_1 into main
2026-05-06 21:57:12 +00:00

View File

@@ -52,6 +52,9 @@ export default function LandingPage() {
title="Drive Your Business Growth Today"
description="Unlock your potential with expert strategies designed to attract more customers and increase your revenue."
tag="Expert Growth Services"
buttons={[
{ text: "Get Started Now", href: "#contact" }
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/people-coworking-covid-restrictions_23-2148961695.jpg", imageAlt: "professional business team working"},
@@ -172,7 +175,7 @@ export default function LandingPage() {
{
id: "q2", title: "Is this for small businesses?", content: "Absolutely, we cater to businesses of all sizes."},
{
id: "q3", title: "How long until I see results?", content: "Typically, improvements can be seen within 4-8 weeks."},
id: "q3", title: "How long until I see results?", content: "Results typically appear within 4-8 weeks. Book your consultation now to accelerate your growth."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about our services."
@@ -219,4 +222,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}