Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 13:22:22 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}