Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-29 11:22:44 +00:00

View File

@@ -80,6 +80,7 @@ export default function LandingPage() {
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", alt: "Woman smiling in a restaurant setting"},
]}
avatarText="Join our community of happy diners!"
ariaLabel="Wahoo's Bistro & Patio home section, highlighting Bermuda's premier seafood and dining experience"
/>
</div>
@@ -99,6 +100,7 @@ export default function LandingPage() {
label: "Fresh Catches Daily", value: "Always"},
]}
metricsAnimation="slide-up"
ariaLabel="About Wahoo's Bistro & Patio, detailing our 25+ years of experience and commitment to fresh Bermudian seafood"
/>
</div>
@@ -124,6 +126,7 @@ export default function LandingPage() {
]}
title="Our Interactive Menu"
description="Explore our delectable offerings, from daily fresh catches to Bermudian classics. Each dish crafted with passion and the finest local ingredients."
ariaLabel="Explore Wahoo's Bistro & Patio's interactive menu, featuring fresh Bermudian seafood dishes and local favorites"
/>
</div>
@@ -174,6 +177,7 @@ export default function LandingPage() {
{
text: "WhatsApp Order", href: "https://wa.me/14412971307"},
]}
ariaLabel="Information on how to book a table or order for pickup at Wahoo's Bistro & Patio in Bermuda"
/>
</div>
@@ -193,6 +197,7 @@ export default function LandingPage() {
{
id: "wine-tasting", category: "Beverage", title: "Bermuda Wine Tasting", excerpt: "Discover exquisite wines from around the world curated to complement our fresh seafood menu.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081482.jpg", imageAlt: "Wine glasses with a sommelier pouring wine", authorName: "Wahoo's Team", authorAvatar: "http://img.b2bpic.net/free-photo/lobster-spices-gourmet-seafood-dish_23-2148708701.jpg", date: "Monthly"},
]}
ariaLabel="Discover upcoming events, live music, and seasonal specials at Wahoo's Bistro & Patio"
/>
</div>
@@ -216,6 +221,7 @@ export default function LandingPage() {
]}
title="What Our Guests Say"
description="Hear from our happy customers about their unforgettable dining experiences at Wahoo's Bistro & Patio."
ariaLabel="Customer testimonials and reviews for Wahoo's Bistro & Patio's exquisite Bermudian seafood and dining"
/>
</div>
@@ -226,8 +232,9 @@ export default function LandingPage() {
names={[
"Instagram", "TripAdvisor", "Facebook", "Yelp", "OpenTable", "Zagat", "Local Press"]}
title="Follow Us on Social Media"
description="See our latest dishes, behind-the-scenes, and happy customer moments on Instagram. Don't forget to tag us in your posts!"
description="Dive into our vibrant Instagram feed for daily specials, behind-the-scenes glimpses, stunning photos of our Bermudian seafood dishes, and live updates. Tag us to be featured and join our community!"
showCard={false}
ariaLabel="Follow Wahoo's Bistro & Patio on social media, including our Instagram feed, for updates and community interaction"
/>
</div>
@@ -245,6 +252,7 @@ export default function LandingPage() {
{
text: "Email Us", href: "mailto:info@wahoosbistro.com"},
]}
ariaLabel="Contact Wahoo's Bistro & Patio for reservations, inquiries, or to find our harbor-side location in Bermuda"
/>
</div>
@@ -263,9 +271,10 @@ export default function LandingPage() {
icon: Twitter,
href: "https://twitter.com/wahoosbistro", ariaLabel: "Twitter profile"},
]}
ariaLabel="Site footer with Wahoo's Bistro & Patio copyright and social media links"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}