4 Commits

Author SHA1 Message Date
066c4989fd Merge version_3 into main
Merge version_3 into main
2026-03-07 18:32:28 +00:00
ebd94c02be Update src/app/page.tsx 2026-03-07 18:32:23 +00:00
2e8263b3dd Update src/app/layout.tsx 2026-03-07 18:32:22 +00:00
f86928e6fe Merge version_2 into main
Merge version_2 into main
2026-03-07 18:30:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagIcon={Scissors}
buttons={[
{ text: "Book Your Cut", href: "#booking" },
{ text: "View Services", href: "#services" },
{ text: "See Gallery", href: "#services" },
]}
background={{ variant: "radial-gradient" }}
dashboard={{
@@ -211,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}