Update src/app/page.tsx

This commit is contained in:
2026-04-24 14:15:13 +00:00
parent f7991f1ad4
commit fcea7c3228

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="More Than a Cut — Its a Full Experience."
description="Fresh cuts. Clean rides. Good food. Cold drinks. All in one spot."
description="Save time by getting your haircut and car washed in one seamless visit."
buttons={[
{
text: "Book Appointment", href: "#booking"},
@@ -200,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}