Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-16 15:34:18 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Book Appointment", href: "#contact"},
text: "Book Your Transformation", href: "#contact"},
]}
marqueeItems={[
{
@@ -220,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}