diff --git a/src/app/page.tsx b/src/app/page.tsx index 92a5814..05b7ead 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-egg-pan-wood-kitchen-board-with-lemonnd-bucket-breads-blue_141793-17413.jpg", imageAlt: "Authentic Shakshuka - Traditional Palestinian Dish" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-egg-pan-wood-kitchen-board-with-lemonnd-bucket-breads-blue_141793-17413.jpg?_wi=1", imageAlt: "Authentic Shakshuka - Traditional Palestinian Dish" }, { - imageSrc: "http://img.b2bpic.net/free-photo/baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-1855.jpg", imageAlt: "Cozy Restaurant Ambiance" + imageSrc: "http://img.b2bpic.net/free-photo/baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-1855.jpg?_wi=1", imageAlt: "Cozy Restaurant Ambiance" } ]} autoplayDelay={4000} @@ -79,7 +79,7 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "shakshuka", title: "Shakshuka", description: "Eggs poached in spiced tomato sauce with herbs and fresh vegetables. The signature Palestinian comfort dish.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-egg-pan-wood-kitchen-board-with-lemonnd-bucket-breads-blue_141793-17413.jpg", imageAlt: "Authentic Shakshuka" + id: "shakshuka", title: "Shakshuka", description: "Eggs poached in spiced tomato sauce with herbs and fresh vegetables. The signature Palestinian comfort dish.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-egg-pan-wood-kitchen-board-with-lemonnd-bucket-breads-blue_141793-17413.jpg?_wi=2", imageAlt: "Authentic Shakshuka" }, { id: "mezze", title: "Mezze Selection", description: "A variety of traditional appetizers including hummus, baba ganoush, falafel, and fresh salads. Perfect for sharing.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/sliced-vegetables-tomatoes-with-herbs_140725-6466.jpg", imageAlt: "Mediterranean Mezze Platter" @@ -88,7 +88,7 @@ export default function LandingPage() { id: "grilled", title: "Grilled Dishes", description: "Tender grilled meats marinated in aromatic spices, served with fresh herbs, rice, and traditional sides.", tag: "Chef's Choice", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-with-potatoes-vegetables_140725-39.jpg", imageAlt: "Grilled Lamb and Kebabs" }, { - id: "salads", title: "Fresh Salads", description: "Vibrant, healthy salads featuring fresh vegetables, herbs, and traditional Mediterranean dressings.", tag: "Vegan Available", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-inside-round-plate-dark-blue-desk_140725-50560.jpg", imageAlt: "Fresh Mediterranean Salad" + id: "salads", title: "Fresh Salads", description: "Vibrant, healthy salads featuring fresh vegetables, herbs, and traditional Mediterranean dressings.", tag: "Vegan Available", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-inside-round-plate-dark-blue-desk_140725-50560.jpg?_wi=1", imageAlt: "Fresh Mediterranean Salad" }, { id: "desserts", title: "Desserts", description: "Traditional Palestinian sweets including baklava, kunafa, and date-filled pastries with honey and pistachios.", tag: "Sweet Finish", imageSrc: "http://img.b2bpic.net/free-photo/turkish-style-dessert-havudj-dilimi-walnuts-pistachios-syrop-dough-side-view_141793-12673.jpg", imageAlt: "Traditional Baklava and Pastries" @@ -108,13 +108,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "authentic", name: "Authentic Cuisine", price: "Traditional Recipes", imageSrc: "http://img.b2bpic.net/free-photo/baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-1855.jpg", imageAlt: "Authentic Palestinian Restaurant" + id: "authentic", name: "Authentic Cuisine", price: "Traditional Recipes", imageSrc: "http://img.b2bpic.net/free-photo/baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-1855.jpg?_wi=2", imageAlt: "Authentic Palestinian Restaurant" }, { - id: "fresh", name: "Fresh Ingredients", price: "Daily Sourced", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-inside-round-plate-dark-blue-desk_140725-50560.jpg", imageAlt: "Fresh Quality Ingredients" + id: "fresh", name: "Fresh Ingredients", price: "Daily Sourced", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-inside-round-plate-dark-blue-desk_140725-50560.jpg?_wi=2", imageAlt: "Fresh Quality Ingredients" }, { - id: "atmosphere", name: "Cozy Atmosphere", price: "Warm Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-1855.jpg", imageAlt: "Welcoming Dining Space" + id: "atmosphere", name: "Cozy Atmosphere", price: "Warm Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-1855.jpg?_wi=3", imageAlt: "Welcoming Dining Space" } ]} />