4 Commits

Author SHA1 Message Date
d31bad0a47 Merge version_3 into main
Merge version_3 into main
2026-03-05 04:39:55 +00:00
07c3e1d116 Update src/app/page.tsx 2026-03-05 04:39:51 +00:00
5396098504 Update src/app/layout.tsx 2026-03-05 04:39:51 +00:00
e09b81fab7 Merge version_2 into main
Merge version_2 into main
2026-03-05 04:38:01 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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