diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bf3ae5..73a436b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { ]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg", imageAlt: "Restaurant ambiance" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-fresh-cut-salad-bunch-tomatoes-wooden-board_482257-31566.jpg", imageAlt: "Breakfast specialty" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-fresh-cut-salad-bunch-tomatoes-wooden-board_482257-31566.jpg?_wi=1", imageAlt: "Breakfast specialty" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-21166.jpg", imageAlt: "Fresh ingredients" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-served-with-honey-top-view-ukrainian-russian-cuisine-blue-background_127032-2605.jpg", imageAlt: "Comfort food" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg", imageAlt: "Dining area" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg", imageAlt: "Menu items" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=1", imageAlt: "Menu items" }, ]} /> @@ -78,12 +78,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "m1", brand: "Breakfast", name: "Country Breakfast", price: "$12.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-fresh-cut-salad-bunch-tomatoes-wooden-board_482257-31566.jpg" }, - { id: "m2", brand: "Breakfast", name: "Steak and Eggs", price: "$16.99", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, - { id: "m3", brand: "Special", name: "Fried Fish Special", price: "$15.99", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, - { id: "m4", brand: "Lunch", name: "Chicken Sandwich", price: "$10.99", rating: 4, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, - { id: "m5", brand: "Side", name: "Homemade Biscuits & Gravy", price: "$5.99", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, - { id: "m6", brand: "Side", name: "Home-style Sides", price: "$4.99", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg" }, + { id: "m1", brand: "Breakfast", name: "Country Breakfast", price: "$12.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-fresh-cut-salad-bunch-tomatoes-wooden-board_482257-31566.jpg?_wi=2" }, + { id: "m2", brand: "Breakfast", name: "Steak and Eggs", price: "$16.99", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=2" }, + { id: "m3", brand: "Special", name: "Fried Fish Special", price: "$15.99", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=3" }, + { id: "m4", brand: "Lunch", name: "Chicken Sandwich", price: "$10.99", rating: 4, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=4" }, + { id: "m5", brand: "Side", name: "Homemade Biscuits & Gravy", price: "$5.99", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=5" }, + { id: "m6", brand: "Side", name: "Home-style Sides", price: "$4.99", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=6" }, ]} title="Our Signature Menu" description="Handcrafted American comfort food made fresh daily." @@ -96,9 +96,9 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={true} features={[ - { id: "g1", title: "Family Style", description: "Spacious seating for the whole family.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18194.jpg" }, - { id: "g2", title: "Fresh Plates", description: "Only the best ingredients.", tag: "Food", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18194.jpg" }, - { id: "g3", title: "Warm Welcome", description: "Friendly staff waiting for you.", tag: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18194.jpg" }, + { id: "g1", title: "Family Style", description: "Spacious seating for the whole family.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18194.jpg?_wi=1" }, + { id: "g2", title: "Fresh Plates", description: "Only the best ingredients.", tag: "Food", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18194.jpg?_wi=2" }, + { id: "g3", title: "Warm Welcome", description: "Friendly staff waiting for you.", tag: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18194.jpg?_wi=3" }, ]} title="A Cozy Dining Atmosphere" description="Experience the warmth of our restaurant through our gallery."