Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-31 17:12:43 +00:00

View File

@@ -65,6 +65,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215848.jpg?_wi=1"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -89,6 +90,8 @@ export default function LandingPage() {
<TestimonialCardTen
title="Community Voices"
textboxLayout="split"
useInvertedBackground={false}
description="Hear from our satisfied guests."
testimonials={[
{ id: "1", title: "Excellent food", quote: "Perfect for the team after match!", name: "Marc Dubois", role: "Sports Club Coach" },
{ id: "2", title: "Great vibe", quote: "Very friendly staff and great fries.", name: "Sophie Lambert", role: "Local Visitor" }
@@ -116,6 +119,7 @@ export default function LandingPage() {
textarea={{ name: "message", placeholder: "Message (e.g. group size)", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/bartender-serving-beer-bar-counter_107420-94877.jpg?_wi=2"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>