Update src/app/page.tsx

This commit is contained in:
2026-05-27 20:13:26 +00:00
parent f552771e83
commit 492fac0887

View File

@@ -51,7 +51,6 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="Super Clips Hair Salon"
button={{
text: "Book Now", href: "#contact"}}
/>
@@ -279,4 +278,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}