Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49a195a125 | |||
| dcc53219d8 | |||
| 9f81ff9b82 | |||
| d309d9ccb8 |
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "s1", name: "Skin Fade", price: "$45", features: ["Precision Taper", "Blade Work", "Hot Towel"],
|
id: "s1", name: "Skin Fade", price: "$45", features: ["Precision Taper", "Blade Work", "Hot Towel"],
|
||||||
buttons: [{ text: "Select" }],
|
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "s2", name: "Beard Trim", price: "$30", features: ["Shape & Line Up", "Beard Oil", "Razor Edge"],
|
id: "s2", name: "Beard Trim", price: "$30", features: ["Shape & Line Up", "Beard Oil", "Razor Edge"],
|
||||||
buttons: [{ text: "Select" }],
|
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "s3", name: "Full Service", price: "$75", features: ["Haircut & Beard", "Facial Treatment", "Style Consult"],
|
id: "s3", name: "Full Service", price: "$75", features: ["Haircut & Beard", "Facial Treatment", "Style Consult"],
|
||||||
buttons: [{ text: "Select" }],
|
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Online", href: "#" },
|
{ text: "Book Online", href: "https://calendly.com/your-booking-link" },
|
||||||
{ text: "Call (555) 123-4567", href: "tel:5551234567" }
|
{ text: "Call (555) 123-4567", href: "tel:5551234567" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="Apex Cuts"
|
logoText="Apex Cuts"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Services", items: [{ label: "Skin Fades", href: "#" }, { label: "Beard Grooming", href: "#" }] },
|
{ title: "Services", items: [{ label: "Skin Fades", href: "#services" }, { label: "Beard Grooming", href: "#services" }] },
|
||||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }
|
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Apex Cuts. All rights reserved."
|
copyrightText="© 2024 Apex Cuts. All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user