Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-02 20:27:36 +00:00

View File

@@ -58,16 +58,16 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", imageAlt: "Coral Bay bar interior with warm lighting and inviting ambiance"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132206.jpg", imageAlt: "Expertly crafted cocktails and premium beverages"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132206.jpg?_wi=1", imageAlt: "Expertly crafted cocktails and premium beverages"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crackers-with-tomato-slices-eggplant-rolls-berries_114579-3194.jpg", imageAlt: "Delicious gourmet food offerings"
imageSrc: "http://img.b2bpic.net/free-photo/crackers-with-tomato-slices-eggplant-rolls-berries_114579-3194.jpg?_wi=1", imageAlt: "Delicious gourmet food offerings"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-while-their-friend-aiming-billiards-ball_329181-1913.jpg", imageAlt: "Recreation area with pool tables"
imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-while-their-friend-aiming-billiards-ball_329181-1913.jpg?_wi=1", imageAlt: "Recreation area with pool tables"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", imageAlt: "Live sports entertainment on premium screens"
imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=1", imageAlt: "Live sports entertainment on premium screens"
}
]}
mediaAnimation="blur-reveal"
@@ -124,15 +124,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Craft Cocktails & Premium Drinks", tags: ["Mixology", "Premium Selection"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132206.jpg", imageAlt: "Craft cocktails and premium beverages"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132206.jpg?_wi=2", imageAlt: "Craft cocktails and premium beverages"
},
{
id: "2", title: "Gourmet Food Menu", tags: ["Culinary Excellence", "Fresh Ingredients"],
imageSrc: "http://img.b2bpic.net/free-photo/crackers-with-tomato-slices-eggplant-rolls-berries_114579-3194.jpg", imageAlt: "Gourmet food offerings at Coral Bay"
imageSrc: "http://img.b2bpic.net/free-photo/crackers-with-tomato-slices-eggplant-rolls-berries_114579-3194.jpg?_wi=2", imageAlt: "Gourmet food offerings at Coral Bay"
},
{
id: "3", title: "Pool & Games", tags: ["Recreation", "Entertainment"],
imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-while-their-friend-aiming-billiards-ball_329181-1913.jpg", imageAlt: "Pool tables and recreational gaming"
imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-while-their-friend-aiming-billiards-ball_329181-1913.jpg?_wi=2", imageAlt: "Pool tables and recreational gaming"
},
{
id: "4", title: "Darts Tournament", tags: ["Tuesdays & Thursdays", "Competitive Play"],
@@ -140,7 +140,7 @@ export default function LandingPage() {
},
{
id: "5", title: "Live Sports", tags: ["All Major Events", "Premium Screens"],
imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", imageAlt: "Live sports entertainment on screens"
imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=2", imageAlt: "Live sports entertainment on screens"
}
]}
animationType="slide-up"
@@ -203,7 +203,7 @@ export default function LandingPage() {
},
{
id: "3", name: "Sofia Papadimitriou", handle: "@sofiastyle", testimonial: "From the craft cocktails to the pool games, everything at Coral Bay is top-notch. This place has such great vibes and wonderful staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sofia Papadimitriou"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sofia Papadimitriou"
},
{
id: "4", name: "George Petrou", handle: "@georgio88", testimonial: "Tuesday darts night is legendary! Whether you're competing or just cheering on your friends, the energy is unmatched. Coral Bay truly is the number one.", rating: 5,
@@ -211,11 +211,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Elena Vasilis", handle: "@elenav", testimonial: "I visited once and ended up making it my regular spot. The combination of great food, amazing drinks, and fantastic people keeps bringing me back.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Elena Vasilis"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Elena Vasilis"
},
{
id: "6", name: "Thomas Adamides", handle: "@tom_adm", testimonial: "Every time there's a big football match, I'm at Coral Bay. The screens are perfect, the food is delicious, and the crowd is always amazing. It's the place to be.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Thomas Adamides"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Thomas Adamides"
}
]}
showRating={true}