diff --git a/src/app/page.tsx b/src/app/page.tsx index 6163994..f534ead 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-served-pizza-slice-tissue-paper_23-2147926102.jpg", imageAlt: "Vegetarian Pizza"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg", imageAlt: "Four Cheese Pizza"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg?_wi=1", imageAlt: "Four Cheese Pizza"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "BBQ Pizza"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=1", imageAlt: "BBQ Pizza"}, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza_23-2148601588.jpg", imageAlt: "Truffle Pizza"}, ]} @@ -106,10 +106,10 @@ export default function LandingPage() { reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601578.jpg", imageAlt: "Verdure Fresche vegetarian pizza"}, { id: "4", brand: "Pizzaria", name: "Quattro Formaggi", price: "$17.99", rating: 5, - reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg", imageAlt: "Quattro Formaggi pizza"}, + reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg?_wi=2", imageAlt: "Quattro Formaggi pizza"}, { id: "5", brand: "Pizzaria", name: "BBQ Smokehouse", price: "$18.99", rating: 5, - reviewCount: "223", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "BBQ Smokehouse pizza"}, + reviewCount: "223", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=2", imageAlt: "BBQ Smokehouse pizza"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -126,22 +126,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Regular Customer", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Maria Rodriguez"}, { id: "2", name: "James Patterson", role: "Business Owner", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Patterson"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "James Patterson"}, { id: "3", name: "Sofia Rossi", role: "Food Blogger", company: "Culinary Magazine", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sofia Rossi"}, { id: "4", name: "Michael Chen", role: "Event Planner", company: "Event Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen"}, { id: "5", name: "Isabella Santos", role: "Student", company: "University Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Isabella Santos"}, { id: "6", name: "David Wilson", role: "Family Gatherer", company: "Local Families", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Wilson"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Wilson"}, ]} kpiItems={[ { value: "15K+", label: "Happy Customers" },