Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49a195a125 | |||
| dcc53219d8 | |||
| 9f81ff9b82 | |||
| d309d9ccb8 |
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
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"],
|
||||
buttons: [{ text: "Select" }],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
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"
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Book Online", href: "#" },
|
||||
{ text: "Book Online", href: "https://calendly.com/your-booking-link" },
|
||||
{ text: "Call (555) 123-4567", href: "tel:5551234567" }
|
||||
]}
|
||||
/>
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Apex Cuts"
|
||||
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" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Apex Cuts. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user