Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-07 18:32:28 +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>
);
}
}