Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-21 21:36:59 +00:00

View File

@@ -41,6 +41,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
title="Elevated Tapas Crafted Moments"
description="A premium Montréal dining experience blending bold flavors, signature cocktails, and vibrant atmosphere. Where locals gather for unforgettable nights."
background={{ variant: "plain" }}
tag="Montréal's Premier Tapas & Cocktail Bar"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -132,9 +133,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Marie Dubois", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=1", imageAlt: "professional woman portrait business attire" },
{ id: "1", name: "Marie Dubois", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "professional woman portrait business attire" },
{ id: "2", name: "Jean-Luc Moreau", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-document_23-2151872267.jpg", imageAlt: "professional man portrait business casual" },
{ id: "3", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=2", imageAlt: "young woman professional portrait smile" },
{ id: "3", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "young woman professional portrait smile" },
{ id: "4", name: "Marc Bergeron", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-walking-outdoors_171337-19862.jpg", imageAlt: "mature man professional portrait" },
{ id: "5", name: "Isabelle Côté", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg", imageAlt: "professional woman elegant portrait" }
]}