Merge version_2 into main #5
@@ -103,15 +103,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "The Refresh", price: "$30", subtitle: "Clean fade and line-up.", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
features: ["Precision Cut", "Neck Taper", "Style Consult"],
|
||||
id: "basic", badge: "The Refresh", price: "$50", subtitle: "Default haircut ", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
features: ["", "", ""],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "The Signature", price: "$50", subtitle: "The ultimate Bros experience.", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
id: "pro", badge: "The Signature", price: "$50", subtitle: "Accesible haircut", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
features: ["Signature Cut", "Beard Trim", "Hot Towel Finish"],
|
||||
},
|
||||
{
|
||||
id: "premium", badge: "The Elite", price: "$75", subtitle: "Full grooming transformation.", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
id: "premium", badge: "The Elite", price: "$55", subtitle: "Generous haircut ", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
features: ["Total Grooming", "Deluxe Face Shave", "Premium Products"],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user