Update src/app/page.tsx

This commit is contained in:
2026-03-16 00:46:28 +00:00
parent 45d5517e09
commit 3fcc746af6

View File

@@ -173,13 +173,13 @@ export default function LandingPage() {
animationType="opacity"
products={[
{
id: "private-celebrations", name: "Private Celebrations", price: "Tailored Pricing", variant: "Custom Setup", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3492.jpg", imageAlt: "Private celebration event at the lounge"
id: "private-celebrations", name: "Private Celebrations", price: "Tailored Pricing", variant: "Custom Setup", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3492.jpg?_wi=1", imageAlt: "Private celebration event at the lounge"
},
{
id: "corporate-dinners", name: "Corporate Dinners", price: "Flexible Packages", variant: "Team Bonding", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3492.jpg", imageAlt: "Corporate dinner gathering"
id: "corporate-dinners", name: "Corporate Dinners", price: "Flexible Packages", variant: "Team Bonding", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3492.jpg?_wi=2", imageAlt: "Corporate dinner gathering"
},
{
id: "festive-parties", name: "Festive Parties", price: "All-Inclusive", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3492.jpg", imageAlt: "Festive party celebration"
id: "festive-parties", name: "Festive Parties", price: "All-Inclusive", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3492.jpg?_wi=3", imageAlt: "Festive party celebration"
}
]}
ariaLabel="Events and private celebrations section"
@@ -242,7 +242,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-3492.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-3492.jpg?_wi=4"
imageAlt="Premium dining table reservation"
mediaAnimation="opacity"
mediaPosition="right"