diff --git a/src/app/page.tsx b/src/app/page.tsx index 61e33a7..3524b37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-4951.jpg", imageAlt: "Premium sushi platter display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-rice-green-sauce_140725-5509.jpg", imageAlt: "Specialty sushi rolls" + imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-rice-green-sauce_140725-5509.jpg?_wi=1", imageAlt: "Specialty sushi rolls" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-roll-with-salmon-filling_140725-4673.jpg", imageAlt: "Modern sushi restaurant interior" + imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-roll-with-salmon-filling_140725-4673.jpg?_wi=1", imageAlt: "Modern sushi restaurant interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-sushi-rolls-served-wooden-platter-with-chopsticks-japanese-fan_114579-15578.jpg", imageAlt: "Fresh nigiri sushi close-up" + imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-sushi-rolls-served-wooden-platter-with-chopsticks-japanese-fan_114579-15578.jpg?_wi=1", imageAlt: "Fresh nigiri sushi close-up" } ]} ariaLabel="K1 Sushi hero section with carousel" @@ -78,7 +78,7 @@ export default function LandingPage() { tag="Est. Premium Sushi House" tagAnimation="blur-reveal" buttons={[{ text: "Learn More", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/fried-eggplant-roll-with-salmon-filling_140725-4673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-eggplant-roll-with-salmon-filling_140725-4673.jpg?_wi=2" imageAlt="K1 Sushi restaurant ambiance" useInvertedBackground={false} ariaLabel="About K1 Sushi" @@ -99,10 +99,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "nigiri-selection", name: "Nigiri Selection", price: "R180", variant: "6 pieces", imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-sushi-rolls-served-wooden-platter-with-chopsticks-japanese-fan_114579-15578.jpg", imageAlt: "Premium nigiri sushi assortment" + id: "nigiri-selection", name: "Nigiri Selection", price: "R180", variant: "6 pieces", imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-sushi-rolls-served-wooden-platter-with-chopsticks-japanese-fan_114579-15578.jpg?_wi=2", imageAlt: "Premium nigiri sushi assortment" }, { - id: "specialty-rolls", name: "Specialty Rolls", price: "R200", variant: "8 pieces", imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-rice-green-sauce_140725-5509.jpg", imageAlt: "Creative specialty sushi rolls" + id: "specialty-rolls", name: "Specialty Rolls", price: "R200", variant: "8 pieces", imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-rice-green-sauce_140725-5509.jpg?_wi=2", imageAlt: "Creative specialty sushi rolls" }, { id: "tempura-rolls", name: "Tempura Rolls", price: "R165", variant: "6 pieces", imageSrc: "http://img.b2bpic.net/free-photo/california-sushi-roll_74190-2901.jpg", imageAlt: "Crispy tempura sushi rolls" @@ -128,11 +128,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Location", description: "Red Sails, 6a Main Rd, Hout Bay, Cape Town, 7806", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "K1 Sushi storefront in Hout Bay" + title: "Location", description: "Red Sails, 6a Main Rd, Hout Bay, Cape Town, 7806", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=1", imageAlt: "K1 Sushi storefront in Hout Bay" }, { id: 2, - title: "Hours", description: "Open Tuesday to Sunday, 10:30 AM – 9:00 PM. Closed Mondays.", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Hout Bay scenic location" + title: "Hours", description: "Open Tuesday to Sunday, 10:30 AM – 9:00 PM. Closed Mondays.", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=2", imageAlt: "Hout Bay scenic location" } ]} ariaLabel="K1 Sushi location and hours"