4 Commits

Author SHA1 Message Date
03e9bc60a5 Update src/app/page.tsx 2026-05-18 06:27:08 +00:00
43133a7d7c Merge version_1 into main
Merge version_1 into main
2026-05-18 06:23:40 +00:00
a47b82a59a Merge version_1 into main
Merge version_1 into main
2026-05-18 06:23:14 +00:00
caf59864eb Merge version_1 into main
Merge version_1 into main
2026-05-18 06:22:50 +00:00

View File

@@ -47,6 +47,8 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="Defining the Art of Performance"
description="Elevating brands through high-precision SEO engineering and visionary web design. We secure your highly coveted top spots."
logoClassName="text-white"
descriptionClassName="text-white"
buttons={[
{ text: "Get Free Audit", href: "#contact" },
{ text: "Choose Package", href: "#pricing" },
@@ -165,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}