diff --git a/src/app/page.tsx b/src/app/page.tsx index 0450b12..d409040 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,10 +69,10 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Classic Cheeseburger", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg", imageAlt: "Classic cheeseburger", initialQuantity: 1 + id: "1", name: "Classic Cheeseburger", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=1", imageAlt: "Classic cheeseburger", initialQuantity: 1 }, { - id: "2", name: "Golden Fries", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26691.jpg", imageAlt: "Crispy golden fries", initialQuantity: 1 + id: "2", name: "Golden Fries", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26691.jpg?_wi=1", imageAlt: "Crispy golden fries", initialQuantity: 1 }, { id: "3", name: "Crispy Fried Chicken", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-cola-dining-table_1373-74.jpg", imageAlt: "Fried chicken plate", initialQuantity: 1 @@ -101,11 +101,11 @@ export default function LandingPage() { }, { id: 2, - title: "Quick Service", description: "Your order prepared and ready in minutes. Fast service without sacrificing quality or taste.", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26691.jpg", imageAlt: "Quick service" + title: "Quick Service", description: "Your order prepared and ready in minutes. Fast service without sacrificing quality or taste.", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26691.jpg?_wi=2", imageAlt: "Quick service" }, { id: 3, - title: "Customer Satisfaction", description: "Your satisfaction is our top priority. We're committed to making every visit memorable and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg", imageAlt: "Happy customers" + title: "Customer Satisfaction", description: "Your satisfaction is our top priority. We're committed to making every visit memorable and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=2", imageAlt: "Happy customers" } ]} buttons={[{ text: "Learn More", href: "#" }]} @@ -126,7 +126,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Food Enthusiast", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Downtown Office", rating: 5, @@ -134,7 +134,7 @@ export default function LandingPage() { }, { id: "3", name: "Emily Rodriguez", role: "Student", company: "University Campus", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", role: "Regular Customer", company: "Neighborhood", rating: 5,