diff --git a/src/app/page.tsx b/src/app/page.tsx index f998fdf..714066c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { { text: "Get Directions", href: "https://maps.google.com/?q=1057+N+Church+St+Hazle+Township+PA+18202" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-fruits-vegetables-plates_140725-11932.jpg", imageAlt: "Abundant buffet spread with fresh Chinese cuisine" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22651.jpg", imageAlt: "Fresh sushi selection and rolls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-food-grill_23-2148759599.jpg", imageAlt: "Live hibachi grill cooking demonstration" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-salmon-vegetables_23-2148308099.jpg", imageAlt: "Premium seafood and crab legs display" } + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-fruits-vegetables-plates_140725-11932.jpg?_wi=1", imageAlt: "Abundant buffet spread with fresh Chinese cuisine" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22651.jpg?_wi=1", imageAlt: "Fresh sushi selection and rolls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-food-grill_23-2148759599.jpg?_wi=1", imageAlt: "Live hibachi grill cooking demonstration" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-salmon-vegetables_23-2148308099.jpg?_wi=1", imageAlt: "Premium seafood and crab legs display" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -81,19 +81,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Classic Selection", name: "Chinese Buffet Favorites", price: "Starting at $18.99", rating: 5, - reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-fruits-vegetables-plates_140725-11932.jpg", imageAlt: "Chinese buffet selection" + reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-fruits-vegetables-plates_140725-11932.jpg?_wi=2", imageAlt: "Chinese buffet selection" }, { id: "2", brand: "Premium Selection", name: "Fresh Sushi Bar", price: "Starting at $22.99", rating: 5, - reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22651.jpg", imageAlt: "Fresh sushi rolls and nigiri" + reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22651.jpg?_wi=2", imageAlt: "Fresh sushi rolls and nigiri" }, { id: "3", brand: "Live Cooking", name: "Hibachi Grill Experience", price: "Starting at $24.99", rating: 5, - reviewCount: "890+", imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-food-grill_23-2148759599.jpg", imageAlt: "Hibachi grill cooking show" + reviewCount: "890+", imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-food-grill_23-2148759599.jpg?_wi=2", imageAlt: "Hibachi grill cooking show" }, { id: "4", brand: "Seafood Collection", name: "Premium Crab Legs & Seafood", price: "Starting at $26.99", rating: 5, - reviewCount: "1,100+", imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-salmon-vegetables_23-2148308099.jpg", imageAlt: "Fresh crab legs and seafood" + reviewCount: "1,100+", imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-salmon-vegetables_23-2148308099.jpg?_wi=2", imageAlt: "Fresh crab legs and seafood" }, { id: "5", brand: "Sweet Endings", name: "Desserts & Fruit Bar", price: "Included with meal", rating: 5, @@ -207,7 +207,7 @@ export default function LandingPage() { id: "6", title: "Where are you located?", content: "We're located at 1057 N Church St, Hazle Township, PA 18202 in Church Hill Mall. Easy parking and convenient location. Call (570) 450-5878 for directions." } ]} - imageSrc="http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22651.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22651.jpg?_wi=3" imageAlt="Prime Buffet sushi bar" mediaPosition="left" mediaAnimation="slide-up"