diff --git a/src/app/page.tsx b/src/app/page.tsx index c9a24f5..0d08d56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,104 +30,70 @@ export default function LandingPage() {
@@ -140,21 +106,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Monday: Closed", - "Holiday hours subject to change", - "Appointments encouraged for complex services", - "Gratuity appreciated", - "Respect our booking policy", - ], + "Monday: Closed", "Holiday hours subject to change", "Appointments encouraged for complex services", "Gratuity appreciated", "Respect our booking policy"], }} positiveCard={{ items: [ - "Precision Haircuts", - "Straight Razor Shaves", - "Hair Coloring & Waxing", - "Kids' Cuts", - "Walk-ins Welcome", - ], + "Precision Haircuts", "Straight Razor Shaves", "Hair Coloring & Waxing", "Kids' Cuts", "Walk-ins Welcome"], }} title="Professional Grooming Services" description="Expert grooming tailored to your style, from precision cuts to specialty treatments." @@ -168,33 +124,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "10AM - 8PM", - title: "Tue - Fri", - items: [ - "Standard cut", - "Beard trim", - "Coloring", - ], + id: "m1", value: "10AM - 8PM", title: "Tue - Fri", items: [ + "Standard cut", "Beard trim", "Coloring"], }, { - id: "m2", - value: "10AM - 8PM", - title: "Saturday", - items: [ - "Weekend rush", - "Line ups", - "Full services", - ], + id: "m2", value: "10AM - 8PM", title: "Saturday", items: [ + "Weekend rush", "Line ups", "Full services"], }, { - id: "m3", - value: "11AM - 4PM", - title: "Sunday", - items: [ - "Relaxed grooming", - "Family sessions", - ], + id: "m3", value: "11AM - 4PM", title: "Sunday", items: [ + "Relaxed grooming", "Family sessions"], }, ]} title="Operating Hours" @@ -208,25 +147,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you accept walk-ins?", - content: "Yes, we gladly accept walk-ins for our services.", - }, + id: "f1", title: "Do you accept walk-ins?", content: "Yes, we gladly accept walk-ins for our services."}, { - id: "f2", - title: "What payment methods do you accept?", - content: "We accept Credit Cards, Debit Cards, and NFC Mobile Payments like Apple Pay and Google Pay.", - }, + id: "f2", title: "What payment methods do you accept?", content: "We accept Credit Cards, Debit Cards, and NFC Mobile Payments like Apple Pay and Google Pay."}, { - id: "f3", - title: "Is the shop accessible?", - content: "We are fully wheelchair accessible including our entrance, parking, and restroom facilities.", - }, + id: "f3", title: "Is the shop accessible?", content: "We are fully wheelchair accessible including our entrance, parking, and restroom facilities."}, { - id: "f4", - title: "Are kids welcome?", - content: "Absolutely. We are family-friendly and provide a comfortable environment for all ages.", - }, + id: "f4", title: "Are kids welcome?", content: "Absolutely. We are family-friendly and provide a comfortable environment for all ages."}, ]} title="Common Questions" description="Everything you need to know about your visit." @@ -238,8 +165,7 @@ export default function LandingPage() {