4 Commits

Author SHA1 Message Date
49a195a125 Merge version_3 into main
Merge version_3 into main
2026-05-15 14:28:58 +00:00
dcc53219d8 Update src/app/page.tsx 2026-05-15 14:28:55 +00:00
9f81ff9b82 Merge version_2 into main
Merge version_2 into main
2026-05-15 14:25:58 +00:00
d309d9ccb8 Merge version_2 into main
Merge version_2 into main
2026-05-15 14:25:28 +00:00

View File

@@ -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."