diff --git a/src/app/page.tsx b/src/app/page.tsx index 753bf58..4e3d6ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,10 +106,10 @@ export default function LandingPage() { products={[ { id: "1", brand: "McDonald's", name: "Big Mac", price: "$5.49", rating: 5, - reviewCount: "18.2k", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-french-fries-bowl-sauce-deep-frying-basket-wooden-food-tray-restaurant_176474-3021.jpg", imageAlt: "Big Mac burger"}, + reviewCount: "18.2k", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-french-fries-bowl-sauce-deep-frying-basket-wooden-food-tray-restaurant_176474-3021.jpg?_wi=1", imageAlt: "Big Mac burger"}, { id: "2", brand: "McDonald's", name: "Chicken McNuggets", price: "$4.99", rating: 5, - reviewCount: "15.8k", imageSrc: "http://img.b2bpic.net/free-photo/griddled-chicken-sandwich-closeup_1147-505.jpg", imageAlt: "Chicken McNuggets"}, + reviewCount: "15.8k", imageSrc: "http://img.b2bpic.net/free-photo/griddled-chicken-sandwich-closeup_1147-505.jpg?_wi=1", imageAlt: "Chicken McNuggets"}, { id: "3", brand: "McDonald's", name: "Golden Fries & Drink", price: "$3.49", rating: 5, reviewCount: "22.3k", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burgers-coca-cola-french-fries-wooden-board_140725-6989.jpg", imageAlt: "French fries with drink combo"}, @@ -182,13 +182,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Regular Customer", testimonial: "McDonald's is my go-to place for a quick, delicious meal. The consistency is amazing every time I visit!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", role: "Regular Customer", testimonial: "McDonald's is my go-to place for a quick, delicious meal. The consistency is amazing every time I visit!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", role: "Family Dad", testimonial: "The Happy Meals are perfect for my kids, and the portions are great. We visit at least twice a week!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", role: "Family Dad", testimonial: "The Happy Meals are perfect for my kids, and the portions are great. We visit at least twice a week!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg?_wi=2", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", role: "Working Professional", testimonial: "Perfect for lunch breaks! Fast, affordable, and the food is always hot and fresh. Love the mobile app too!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", role: "Working Professional", testimonial: "Perfect for lunch breaks! Fast, affordable, and the food is always hot and fresh. Love the mobile app too!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", role: "Health Conscious", testimonial: "They've expanded their healthier options, and the nutritional info is transparent. I appreciate the choices available.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", role: "Health Conscious", testimonial: "They've expanded their healthier options, and the nutritional info is transparent. I appreciate the choices available.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg?_wi=4", imageAlt: "David Kim"}, ]} buttons={[{ text: "Share Your Story", href: "contact" }]} buttonAnimation="slide-up" @@ -207,7 +207,7 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "combo1", title: "Classic Combo", price: "$7.99", period: "per meal", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-french-fries-bowl-sauce-deep-frying-basket-wooden-food-tray-restaurant_176474-3021.jpg", imageAlt: "Classic Combo", features: ["Big Mac burger", "Medium fries", "Medium drink", "Perfect for lunch"], + id: "combo1", title: "Classic Combo", price: "$7.99", period: "per meal", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-french-fries-bowl-sauce-deep-frying-basket-wooden-food-tray-restaurant_176474-3021.jpg?_wi=2", imageAlt: "Classic Combo", features: ["Big Mac burger", "Medium fries", "Medium drink", "Perfect for lunch"], button: { text: "Order Now", href: "menu" }, }, { @@ -215,7 +215,7 @@ export default function LandingPage() { button: { text: "Order Now", href: "menu" }, }, { - id: "combo3", title: "Happy Meal Deal", price: "$5.99", period: "kids meal", imageSrc: "http://img.b2bpic.net/free-photo/griddled-chicken-sandwich-closeup_1147-505.jpg", imageAlt: "Happy Meal", features: ["Kids meal portion", "Toy included", "Small drink", "Small fries"], + id: "combo3", title: "Happy Meal Deal", price: "$5.99", period: "kids meal", imageSrc: "http://img.b2bpic.net/free-photo/griddled-chicken-sandwich-closeup_1147-505.jpg?_wi=2", imageAlt: "Happy Meal", features: ["Kids meal portion", "Toy included", "Small drink", "Small fries"], button: { text: "Order Now", href: "menu" }, }, ]}