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