5 Commits

Author SHA1 Message Date
3dfe3e661a Update src/app/page.tsx 2026-03-09 14:25:19 +00:00
5aa2268ee7 Update src/app/layout.tsx 2026-03-09 14:25:18 +00:00
eeda05732f Merge version_1 into main
Merge version_1 into main
2026-03-09 14:23:51 +00:00
c6a79894e6 Merge version_1 into main
Merge version_1 into main
2026-03-09 14:22:56 +00:00
a46674509b Merge version_1 into main
Merge version_1 into main
2026-03-09 14:21:35 +00:00
2 changed files with 2 additions and 2782 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
]}
carouselPosition="right"
buttons={[
{ text: "Book Now", href: "#contact" },
{ text: "Schedule Haircut", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
buttonAnimation="slide-up"
@@ -197,4 +197,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}