Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-06 14:09:47 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1426,4 +1426,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -75,6 +75,7 @@ export default function LandingPage() {
{ text: "Talk to an Expert", href: "#contact" }
]}
buttonAnimation="slide-up"
buttonClassName="!py-3 !px-6 font-bold shadow-lg hover:shadow-xl transition-all duration-300 text-sm md:text-base"
/>
</div>
@@ -270,4 +271,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}