diff --git a/src/app/page.tsx b/src/app/page.tsx index b93d2b3..94fce6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburger-with-copy-space_23-2148614102.jpg", imageAlt: "Delicious 12 Tooli burger close-up" }, - { imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-red-onion-tomato-fried-bacon_2829-5380.jpg", imageAlt: "Crispy schnitzel burger" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg", imageAlt: "Complete burger meal combo" } + { imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-red-onion-tomato-fried-bacon_2829-5380.jpg?_wi=1", imageAlt: "Crispy schnitzel burger" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg?_wi=1", imageAlt: "Complete burger meal combo" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -82,11 +82,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "MAXI Schnitzel Burger", description: "Crispy breaded schnitzel on a soft bun with fresh toppings. A local favorite.", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-red-onion-tomato-fried-bacon_2829-5380.jpg", imageAlt: "MAXI Schnitzel Burger" + title: "MAXI Schnitzel Burger", description: "Crispy breaded schnitzel on a soft bun with fresh toppings. A local favorite.", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-red-onion-tomato-fried-bacon_2829-5380.jpg?_wi=2", imageAlt: "MAXI Schnitzel Burger" }, { id: 2, - title: "Classic Burger", description: "Simple, satisfying, and delicious. Grilled beef patty with all the fixings.", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-drink_23-2147684666.jpg", imageAlt: "Classic 12 Tooli burger" + title: "Classic Burger", description: "Simple, satisfying, and delicious. Grilled beef patty with all the fixings.", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-drink_23-2147684666.jpg?_wi=1", imageAlt: "Classic 12 Tooli burger" }, { id: 3, @@ -136,7 +136,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Inside 12 Tooli", name: "Restaurant Interior", price: "", rating: 5, - reviewCount: "", imageSrc: "http://img.b2bpic.net/free-vector/retro-burger-logo_1361-270.jpg", imageAlt: "Casual burger restaurant interior" + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-vector/retro-burger-logo_1361-270.jpg?_wi=1", imageAlt: "Casual burger restaurant interior" }, { id: "2", brand: "The Experience", name: "Casual Dining Atmosphere", price: "", rating: 5, @@ -148,7 +148,7 @@ export default function LandingPage() { }, { id: "4", brand: "Our Specialty", name: "Signature Burgers", price: "", rating: 5, - reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-drink_23-2147684666.jpg", imageAlt: "Beautifully plated burger" + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-drink_23-2147684666.jpg?_wi=2", imageAlt: "Beautifully plated burger" } ]} gridVariant="bento-grid" @@ -181,7 +181,7 @@ export default function LandingPage() { tagIcon={HelpCircle} tagAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-vector/retro-burger-logo_1361-270.jpg" + imageSrc="http://img.b2bpic.net/free-vector/retro-burger-logo_1361-270.jpg?_wi=2" imageAlt="12 Tooli restaurant" mediaAnimation="slide-up" faqs={[ @@ -212,7 +212,7 @@ export default function LandingPage() {