diff --git a/src/app/page.tsx b/src/app/page.tsx index 7636d80..29b6357 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bagels-with-various-condiments-bagels-with-cheese-butter-chocolate-white-background_140725-66779.jpg", imageAlt: "Variety of fresh condiments and snacks"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-buns-blue-striped-tablecloth_23-2147851984.jpg", imageAlt: "Freshly brewed hot tea"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-buns-blue-striped-tablecloth_23-2147851984.jpg?_wi=1", imageAlt: "Freshly brewed hot tea"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-snacks-with-fried-onions-sauce_23-2148768000.jpg", imageAlt: "Assortment of crispy Indian snacks"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-snacks-with-fried-onions-sauce_23-2148768000.jpg?_wi=1", imageAlt: "Assortment of crispy Indian snacks"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/buns-bread-near-chalkboard_23-2147851980.jpg", imageAlt: "Freshly baked bakery items"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/indian-dish-with-curry-rice-chapati-tray_23-2148767990.jpg", imageAlt: "Traditional Idli and Vada"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/indian-dish-with-curry-rice-chapati-tray_23-2148767990.jpg?_wi=1", imageAlt: "Traditional Idli and Vada"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-folded-tablecloth-marble-table_114579-56599.jpg", imageAlt: "Freshly baked bread"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-folded-tablecloth-marble-table_114579-56599.jpg?_wi=1", imageAlt: "Freshly baked bread"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -88,13 +88,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Fresh Tea", price: "₹20", variant: "Hot & Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-buns-blue-striped-tablecloth_23-2147851984.jpg", imageAlt: "Freshly brewed tea"}, + id: "1", name: "Fresh Tea", price: "₹20", variant: "Hot & Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-buns-blue-striped-tablecloth_23-2147851984.jpg?_wi=2", imageAlt: "Freshly brewed tea"}, { id: "2", name: "Filter Coffee", price: "₹25", variant: "Authentic South Indian", imageSrc: "http://img.b2bpic.net/free-photo/fresh-coffee-beans-cup_23-2147855325.jpg", imageAlt: "Traditional filter coffee"}, { - id: "3", name: "Idli & Vada", price: "₹50", variant: "Soft Idli, Crispy Vada", imageSrc: "http://img.b2bpic.net/free-photo/indian-dish-with-curry-rice-chapati-tray_23-2148767990.jpg", imageAlt: "Steaming hot Idli and crispy Vada"}, + id: "3", name: "Idli & Vada", price: "₹50", variant: "Soft Idli, Crispy Vada", imageSrc: "http://img.b2bpic.net/free-photo/indian-dish-with-curry-rice-chapati-tray_23-2148767990.jpg?_wi=2", imageAlt: "Steaming hot Idli and crispy Vada"}, { - id: "4", name: "Samosa", price: "₹20", variant: "Spicy Potato Filling", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-snacks-with-fried-onions-sauce_23-2148768000.jpg", imageAlt: "Crispy Samosa"}, + id: "4", name: "Samosa", price: "₹20", variant: "Spicy Potato Filling", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-snacks-with-fried-onions-sauce_23-2148768000.jpg?_wi=2", imageAlt: "Crispy Samosa"}, { id: "5", name: "Veg Puff", price: "₹30", variant: "Crispy & Flaky", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-penovani-khachapuri-wood-board-chopping-board-knife-fork-dark-red-table_140725-129963.jpg", imageAlt: "Fresh crispy vegetable puff"}, { @@ -102,7 +102,7 @@ export default function LandingPage() { { id: "7", name: "Assorted Cookies", price: "₹60 (100g)", variant: "Baked Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pound-cake-buns_23-2148613552.jpg", imageAlt: "Variety of freshly baked cookies"}, { - id: "8", name: "Fresh Bread", price: "₹40", variant: "Homemade Goodness", imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-folded-tablecloth-marble-table_114579-56599.jpg", imageAlt: "Daily fresh bread loaf"}, + id: "8", name: "Fresh Bread", price: "₹40", variant: "Homemade Goodness", imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-folded-tablecloth-marble-table_114579-56599.jpg?_wi=2", imageAlt: "Daily fresh bread loaf"}, ]} title="Our Delicious Menu" description="Discover our wide selection of fresh tea, filter coffee, hot snacks, bakery delights, and traditional South Indian breakfast items."