Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user