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() {
@@ -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() {