diff --git a/src/app/page.tsx b/src/app/page.tsx index a875bee..7ab58c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,82 +30,33 @@ export default function LandingPage() {
@@ -113,20 +64,15 @@ export default function LandingPage() {
@@ -137,41 +83,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "Haircuts", author: "Professional", description: "Clean fades, classic cuts, trims, and modern styles.", tags: [ - "Fade", "Classic", "Modern"], - imageSrc: "https://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2921.jpg"}, + id: "s1", title: "The Classic Cut", author: "Style", description: "A timeless haircut designed to keep you sharp and polished.", tags: ["Cut", "Classic"], + imageSrc: "https://img.b2bpic.net/free-photo/barber-cutting-man-hair-professional-salon_23-2148750955.jpg" + }, { - id: "f2", title: "Beard Grooming", author: "Precision", description: "Precision beard shaping and detailing for a sharp look.", tags: [ - "Shaping", "Detailing"], - imageSrc: "https://img.b2bpic.net/free-photo/smiling-barber-cutting-man-hair-professional-salon_23-2148750955.jpg?_wi=2"}, - { - id: "f3", title: "Hot Towel Shave", author: "Classic", description: "Classic barber experience with premium finishing touches.", tags: [ - "Relaxing", "Luxury"], - imageSrc: "https://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985723.jpg"}, + id: "s2", title: "Signature Shave", author: "Premium", description: "A relaxing hot towel shave experience with premium finishing touches.", tags: ["Relaxing", "Premium"], + imageSrc: "https://img.b2bpic.net/free-photo/barber-shaving-bearded-man-barbershop_23-2148256979.jpg" + }, ]} - title="Premium Grooming Services" - description="Professional care tailored to your style." + title="Our Services" + description="Choose the service that best suits your lifestyle." />
@@ -180,15 +110,12 @@ export default function LandingPage() {
@@ -199,33 +126,26 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "Are walk-ins welcome?", content: "Yes, we always welcome walk-ins whenever possible."}, - { - id: "q2", title: "Do you offer kids haircuts?", content: "Absolutely, we love serving the whole family with patient, friendly service."}, - { - id: "q3", title: "What payment methods do you accept?", content: "We accept cash and most major credit cards."}, + { id: "q1", title: "How can I book an appointment?", content: "You can book directly through our website contact link or give us a call." }, + { id: "q2", title: "Is the shop open on weekends?", content: "Yes, we are open on weekends to accommodate your busy schedule." }, ]} - title="Common Questions" - description="We are here to help." + title="FAQs" + description="Got questions? We have answers." faqsAnimation="blur-reveal" - imageSrc="https://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg" - imageAlt="Barber chair" - mediaAnimation="slide-up" + imageSrc="https://img.b2bpic.net/free-photo/barber-shop-interior-design_23-2148242807.jpg" + imageAlt="Shop details" />
@@ -233,25 +153,18 @@ export default function LandingPage() {