diff --git a/src/app/page.tsx b/src/app/page.tsx index 109b7bf..ccc5abf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,19 +121,19 @@ export default function PaletaMiaPage() { features={[ { id: "1", title: "Homemade Paletas", category: ["Small-Batch", "Real Fruit", "Premium Flavors"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-frozen-brazilian-fruit-dessert_23-2150166268.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-frozen-brazilian-fruit-dessert_23-2150166268.jpg?_wi=1" }, { id: "2", title: "Made-to-Order Treats", category: ["Fresh Daily", "Custom Toppings", "Worth the Wait"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-spreading-peanut-butter-pancake-with-spoon-knife_23-2148120206.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-spreading-peanut-butter-pancake-with-spoon-knife_23-2148120206.jpg?_wi=1" }, { id: "3", title: "Sparkling Clean", category: ["Organized", "Spotless", "Family-Friendly"], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_74190-4453.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_74190-4453.jpg?_wi=1" }, { id: "4", title: "Friendly Service", category: ["Knowledgeable Staff", "Personal Touch", "Always Welcoming"], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_74190-4453.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_74190-4453.jpg?_wi=2" } ]} animationType="slide-up" @@ -186,11 +186,11 @@ export default function PaletaMiaPage() { features={[ { id: "1", title: "100% Homemade Daily", category: ["No Pre-Made Items", "Fresh Ingredients", "Artisan Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-frozen-brazilian-fruit-dessert_23-2150166268.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-frozen-brazilian-fruit-dessert_23-2150166268.jpg?_wi=2" }, { id: "2", title: "Order Ahead to Skip the Wait", category: ["Call or App", "Ready When You Arrive", "Premium Service"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-spreading-peanut-butter-pancake-with-spoon-knife_23-2148120206.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-spreading-peanut-butter-pancake-with-spoon-knife_23-2148120206.jpg?_wi=2" } ]} animationType="slide-up" @@ -211,16 +211,16 @@ export default function PaletaMiaPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Maria Santos", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Santos" + id: "1", name: "Maria Santos", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Maria Santos" }, { - id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Rodriguez" + id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "James Rodriguez" }, { - id: "3", name: "Sofia Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sofia Chen" + id: "3", name: "Sofia Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Sofia Chen" }, { - id: "4", name: "Angela Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Angela Martinez" + id: "4", name: "Angela Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Angela Martinez" } ]} />