diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a3959e..a042417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,69 +31,33 @@ export default function LandingPage() {
@@ -103,21 +67,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Professionalism & Precision" metrics={[ - { - icon: Star, - label: "Customer Rating", - value: "4.9/5", - }, - { - icon: Clock, - label: "Reliability", - value: "Always on time", - }, - { - icon: Award, - label: "Experience", - value: "757 Top Rated", - }, + { icon: Star, label: "Customer Rating", value: "4.9/5" }, + { icon: Clock, label: "Reliability", value: "Always on time" }, + { icon: Award, label: "Experience", value: "757 Top Rated" }, ]} metricsAnimation="slide-up" /> @@ -130,52 +82,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "1", - badge: "Core", - price: "$30", - subtitle: "Regular Haircut", - buttons: [ - { - text: "Book Now", - href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake", - }, - ], - features: [ - "Precision cut", - "Detailed finish", - ], + id: "1", badge: "Core", price: "$30", subtitle: "Regular Haircut", buttons: [{ text: "Book Now", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake" }], + features: ["Precision cut", "Detailed finish"], }, { - id: "2", - badge: "Popular", - price: "$35", - subtitle: "Skin Fade", - buttons: [ - { - text: "Book Now", - href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake", - }, - ], - features: [ - "Professional taper", - "Clean skin fade", - ], + id: "2", badge: "Popular", price: "$35", subtitle: "Skin Fade", buttons: [{ text: "Book Now", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake" }], + features: ["Professional taper", "Clean skin fade"], }, { - id: "3", - badge: "Combo", - price: "$55", - subtitle: "Skin Fade & Beard", - buttons: [ - { - text: "Book Now", - href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake", - }, - ], - features: [ - "Skin fade", - "Full beard grooming", - ], + id: "3", badge: "Combo", price: "$55", subtitle: "Skin Fade & Beard", buttons: [{ text: "Book Now", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake" }], + features: ["Skin fade", "Full beard grooming"], }, ]} title="Services & Pricing" @@ -185,68 +101,20 @@ export default function LandingPage() {
@@ -330,13 +170,9 @@ export default function LandingPage() {