Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-18 09:51:48 +00:00

View File

@@ -103,6 +103,7 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
groups={[
@@ -122,6 +123,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
cardAnimation="slide-up"
testimonials={[
{ id: "ts1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg" },
{ id: "ts2", name: "David Thorne", imageSrc: "http://img.b2bpic.net/free-photo/adult-lonely-man-table-with-romantic-dinner_23-2148025355.jpg" },
@@ -131,7 +133,6 @@ export default function LandingPage() {
]}
cardTitle="Guest Reflections"
cardTag="Testimonials"
cardAnimation="slide-up"
/>
</div>
@@ -154,6 +155,7 @@ export default function LandingPage() {
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqsAnimation="blur-reveal"
faqs={[
{ id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance." },
{ id: "q2", title: "Do you offer private dining?", content: "We have exclusive areas for private events." },
@@ -162,7 +164,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg"
title="Frequently Asked Questions"
description="Common questions regarding your dining experience."
faqsAnimation="blur-reveal"
/>
</div>