diff --git a/src/app/page.tsx b/src/app/page.tsx index bcbd61d..c165431 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Regular Customer", testimonial: "The food taste, quality, portion size, and service were excellent. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg?_wi=1" }, { name: "Michael Chen", handle: "Food Enthusiast", testimonial: "Tenderest beef I've had in memory. Healthy and flavorful food with perfect seasoning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-blue-background_53876-111311.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-blue-background_53876-111311.jpg?_wi=1" }, { name: "Emily Rodriguez", handle: "Frequent Visitor", testimonial: "Amazing food and very friendly staff. Will definitely come back again soon!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "David Kim", handle: "Food Lover", testimonial: "Best Middle Eastern restaurant in Saskatoon. Authentic flavors and warm atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg?_wi=1" } ]} buttons={[ @@ -135,16 +135,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Authentic Middle Eastern Recipes", description: "Traditional recipes sourced from Iraq, Lebanon, and across the Middle East, prepared with time-honored techniques.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-paper-wrapped-sandwich_23-2151309934.jpg", imageAlt: "Authentic Middle Eastern shawarma" + title: "Authentic Middle Eastern Recipes", description: "Traditional recipes sourced from Iraq, Lebanon, and across the Middle East, prepared with time-honored techniques.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-paper-wrapped-sandwich_23-2151309934.jpg?_wi=1", imageAlt: "Authentic Middle Eastern shawarma" }, { - title: "Fresh Ingredients Daily", description: "We source the freshest ingredients every morning to ensure quality and taste in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447812.jpg", imageAlt: "Fresh hummus ingredients" + title: "Fresh Ingredients Daily", description: "We source the freshest ingredients every morning to ensure quality and taste in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447812.jpg?_wi=1", imageAlt: "Fresh hummus ingredients" }, { - title: "Generous Portion Sizes", description: "Every meal comes with generous portions of meat, vegetables, and sides to satisfy your appetite.", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg", imageAlt: "Generous kebab portions" + title: "Generous Portion Sizes", description: "Every meal comes with generous portions of meat, vegetables, and sides to satisfy your appetite.", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg?_wi=1", imageAlt: "Generous kebab portions" }, { - title: "4.8 Star Rating", description: "Trusted by 836+ customers who consistently praise our food quality, service, and hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211460.jpg", imageAlt: "Restaurant interior ambiance" + title: "4.8 Star Rating", description: "Trusted by 836+ customers who consistently praise our food quality, service, and hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211460.jpg?_wi=1", imageAlt: "Restaurant interior ambiance" } ]} textboxLayout="default" @@ -163,22 +163,22 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Shawarma Selection", price: "From $12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-paper-wrapped-sandwich_23-2151309934.jpg", imageAlt: "Delicious shawarma platter" + id: "1", name: "Shawarma Selection", price: "From $12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-paper-wrapped-sandwich_23-2151309934.jpg?_wi=2", imageAlt: "Delicious shawarma platter" }, { - id: "2", name: "Grilled Kebabs", price: "From $14", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg", imageAlt: "Perfectly grilled kebabs" + id: "2", name: "Grilled Kebabs", price: "From $14", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg?_wi=2", imageAlt: "Perfectly grilled kebabs" }, { id: "3", name: "Lamb Chops", price: "From $16", imageSrc: "http://img.b2bpic.net/free-photo/front-view-mix-kebab-meat-with-onion-pita-bread-bread_140725-11398.jpg", imageAlt: "Tender grilled lamb chops" }, { - id: "4", name: "Hummus Platter", price: "From $8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447812.jpg", imageAlt: "Creamy hummus with bread" + id: "4", name: "Hummus Platter", price: "From $8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447812.jpg?_wi=2", imageAlt: "Creamy hummus with bread" }, { id: "5", name: "Baklava Dessert", price: "From $6", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-pistachio-with-tea_140725-3590.jpg", imageAlt: "Traditional baklava pastry" }, { - id: "6", name: "Restaurant Ambiance", price: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211460.jpg", imageAlt: "Elegant restaurant interior" + id: "6", name: "Restaurant Ambiance", price: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211460.jpg?_wi=2", imageAlt: "Elegant restaurant interior" } ]} textboxLayout="default" @@ -197,16 +197,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Exceptional Food Quality", quote: "The food taste, quality, portion size, and service were excellent. I've been here multiple times and never been disappointed.", name: "Sarah Johnson", role: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg", imageAlt: "Sarah Johnson" + id: "1", title: "Exceptional Food Quality", quote: "The food taste, quality, portion size, and service were excellent. I've been here multiple times and never been disappointed.", name: "Sarah Johnson", role: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg?_wi=2", imageAlt: "Sarah Johnson" }, { - id: "2", title: "Best Meat I've Had", quote: "Tenderest beef I've had in memory. Healthy and flavorful food with authentic Middle Eastern seasoning. Highly recommend!", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-blue-background_53876-111311.jpg", imageAlt: "Michael Chen" + id: "2", title: "Best Meat I've Had", quote: "Tenderest beef I've had in memory. Healthy and flavorful food with authentic Middle Eastern seasoning. Highly recommend!", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-blue-background_53876-111311.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", title: "Friendly Staff & Amazing Food", quote: "Amazing food and very friendly staff. The atmosphere is warm and welcoming. Will definitely come back again soon.", name: "Emily Rodriguez", role: "Regular Visitor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", title: "Friendly Staff & Amazing Food", quote: "Amazing food and very friendly staff. The atmosphere is warm and welcoming. Will definitely come back again soon.", name: "Emily Rodriguez", role: "Regular Visitor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { - id: "4", title: "Best in Saskatoon", quote: "Authentic Middle Eastern restaurant in Saskatoon. The flavors transport you to the Middle East. Outstanding experience!", name: "David Kim", role: "Food Lover", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", imageAlt: "David Kim" + id: "4", title: "Best in Saskatoon", quote: "Authentic Middle Eastern restaurant in Saskatoon. The flavors transport you to the Middle East. Outstanding experience!", name: "David Kim", role: "Food Lover", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg?_wi=2", imageAlt: "David Kim" } ]} textboxLayout="default"