3 Commits

Author SHA1 Message Date
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> </body>
</html> </html>
); );
} }

View File

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