Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb9b618c69 | |||
| 110cd5c894 | |||
| 73c1b0b712 | |||
| 6187c79a37 | |||
| 03e4134601 | |||
| 764572ccba | |||
| efa866adcb | |||
| ad3ca2d96c |
@@ -69,17 +69,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "Most Popular", price: "$45", subtitle: "The Signature Cut", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Precision Haircut", "Line-up", "Hot Towel Service"],
|
||||
id: "p1", badge: "Signature", price: "$45", subtitle: "Full service hair cut with design, black mask, and eyebrows", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Precision Haircut", "Custom Design", "Black Mask Treatment", "Eyebrow Grooming"],
|
||||
},
|
||||
{
|
||||
id: "p2", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
|
||||
id: "p2", badge: "Classic", price: "$35", subtitle: "Haircut with Eyebrows", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Precision Haircut", "Eyebrow Grooming", "Line-up"],
|
||||
},
|
||||
{
|
||||
id: "p3", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Signature Cut", "Beard Trim", "Facial Treatment"],
|
||||
},
|
||||
{
|
||||
id: "p3", badge: "Executive", price: "$85", subtitle: "The Migo Elite", buttons: [{ text: "Book", href: "#contact" }],
|
||||
features: ["Full Grooming", "Hot Towel", "Express Facial"],
|
||||
},
|
||||
]}
|
||||
title="Services & Pricing"
|
||||
description="Select the service that fits your style."
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Schedule Your Visit"
|
||||
title="Schedule Your Visit (512-504-6134)"
|
||||
description="Ready to get fresh? Reach out and let's get you on the schedule."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
|
||||
Reference in New Issue
Block a user