Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 04:39:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Book Your Cut Now", href: "#contact" },
{ text: "View Services", href: "#services" }
]}
buttonAnimation="slide-up"
@@ -182,4 +182,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}