diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ec8c89..df2b3eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,12 +51,12 @@ export default function LandingPage() { { text: "View Menu", href: "#dining" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "KIZA Dining" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "KIZA Lounge" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Live Music" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Cocktails" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "African Heritage" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "DIFC Setting" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=1", imageAlt: "KIZA Dining" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=2", imageAlt: "KIZA Lounge" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=3", imageAlt: "Live Music" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=4", imageAlt: "Cocktails" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=5", imageAlt: "African Heritage" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=6", imageAlt: "DIFC Setting" }, ]} /> @@ -81,12 +81,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Benguela Current Oysters", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" }, - { id: "2", name: "Madagascan Tiger Prawns", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" }, - { id: "3", name: "Royal Tilapia", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" }, - { id: "4", name: "Lobster Platter", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" }, - { id: "5", name: "Traditional Jollof", price: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" }, - { id: "6", name: "Peri-Peri Chicken", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" }, + { id: "1", name: "Benguela Current Oysters", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=1" }, + { id: "2", name: "Madagascan Tiger Prawns", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=2" }, + { id: "3", name: "Royal Tilapia", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=3" }, + { id: "4", name: "Lobster Platter", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=4" }, + { id: "5", name: "Traditional Jollof", price: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=5" }, + { id: "6", name: "Peri-Peri Chicken", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg?_wi=6" }, ]} title="Authentic Cuisine" description="Explore our rich menu inspired by West, North, South, and East African heritage." @@ -100,7 +100,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Live Music", description: "Immersive cultural performances.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg", imageAlt: "Music" }, + title: "Live Music", description: "Immersive cultural performances.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg?_wi=1", imageAlt: "Music" }, items: [ { icon: Music, text: "Live Jazz & Afro-Beats" }, { icon: Mic, text: "Weekly Cultural Events" }, @@ -108,7 +108,7 @@ export default function LandingPage() { reverse: false, }, { - title: "Mixology Experience", description: "Drinks infused with African flavors.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg", imageAlt: "Bar" }, + title: "Mixology Experience", description: "Drinks infused with African flavors.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg?_wi=2", imageAlt: "Bar" }, items: [ { icon: Martini, text: "Cultural Mixology" }, { icon: Wine, text: "Vibrant Beverage Menu" }, @@ -116,7 +116,7 @@ export default function LandingPage() { reverse: true, }, { - title: "Art & Fashion", description: "Where culture meets modern lifestyle.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg", imageAlt: "Ambience" }, + title: "Art & Fashion", description: "Where culture meets modern lifestyle.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-lit-colorful-flashing-lights_181624-19479.jpg?_wi=3", imageAlt: "Ambience" }, items: [ { icon: Palette, text: "Curated African Art" }, { icon: Award, text: "Exclusive Lifestyle Hub" },