4 Commits

Author SHA1 Message Date
74c0a38aeb Update src/app/page.tsx 2026-03-27 00:40:05 +00:00
48c49bf866 Merge version_1 into main
Merge version_1 into main
2026-03-27 00:35:17 +00:00
b5069d2930 Merge version_1 into main
Merge version_1 into main
2026-03-27 00:34:54 +00:00
88b17eb7ce Merge version_1 into main
Merge version_1 into main
2026-03-27 00:34:30 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
description="From toddlers to grown men — clean cuts, sharp lines, and a shop that feels like home."
buttons={[
{
text: "Book Appointment", href: "#contact"},
text: "Book Appointment", href: "/contact"},
{
text: "Call Now", href: "tel:0000000000"},
]}
@@ -165,7 +165,7 @@ export default function LandingPage() {
ctaTitle="Ready for a fresh cut?"
ctaDescription="Book your appointment today and walk out with confidence."
ctaButton={{
text: "Book Appointment Now", href: "#"}}
text: "Book Appointment Now", href: "/contact"}}
ctaIcon={Calendar}
/>
</div>
@@ -176,15 +176,15 @@ export default function LandingPage() {
{
title: "XTREME CUTS", items: [
{
label: "About Us", href: "#about"},
label: "About Us", href: "/about"},
{
label: "Services", href: "#services"},
label: "Services", href: "/services"},
],
},
{
title: "Contact", items: [
{
label: "Book Now", href: "#contact"},
label: "Book Now", href: "/contact"},
{
label: "Call: 051-123-456", href: "tel:051123456"},
],
@@ -196,4 +196,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}