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."
|
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"},
|
||||||
],
|
],
|
||||||
@@ -196,4 +196,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user