Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-18 06:27:11 +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>
);
}
}