From ee896238b893bc0fcc6d92c47c201b4432a433fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:22:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db36645..2bfb366 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058839.jpg", alt: "Satisfied client 1" }, { src: "http://img.b2bpic.net/free-photo/man-holding-professional-camera_23-2148503561.jpg", alt: "Satisfied client 2" }, { src: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139118.jpg", alt: "Satisfied client 3" }, - { src: "http://img.b2bpic.net/free-photo/man-taking-photo-woman-model_23-2148532620.jpg", alt: "Satisfied client 4" }, + { src: "http://img.b2bpic.net/free-photo/man-taking-photo-photo-woman-model_23-2148532620.jpg", alt: "Satisfied client 4" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -151,6 +151,7 @@ export default function LandingPage() { { id: "q1", title: "Do I need an appointment?", content: "Yes, we highly recommend booking in advance." }, { id: "q2", title: "What payment methods do you accept?", content: "We accept cash and all major credit cards." }, { id: "q3", title: "Can I buy gift cards?", content: "Yes, please ask at the front desk." }, + { id: "q4", title: "What is your cancellation policy?", content: "We require at least 24 hours notice for cancellations to avoid a service charge." } ]} title="Common Questions" description="Answers to help you prepare for your visit." @@ -180,4 +181,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1