Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74c0a38aeb | |||
| 48c49bf866 | |||
| b5069d2930 | |||
| 88b17eb7ce |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user