diff --git a/src/app/page.tsx b/src/app/page.tsx index 92aa598..3b7faad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@mariag", testimonial: "Delicious food and traditional drinks — tastes homemade.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-arrangement_23-2149009478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-arrangement_23-2149009478.jpg?_wi=1", imageAlt: "close-up golden pupusas with melted cheese", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@johnd", testimonial: "The food is so delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-banana-peanut-butter-cripbread-snacks-cutting-board-with-oat-coffee-almond-milk-crispbread-plaid-cloth-wooden-background_141793-130634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-banana-peanut-butter-cripbread-snacks-cutting-board-with-oat-coffee-almond-milk-crispbread-plaid-cloth-wooden-background_141793-130634.jpg?_wi=1", imageAlt: "handcrafted pupusas plate fresh ingredients", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sarahk", testimonial: "Very good food at great prices.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=1", imageAlt: "grilled pupusa plate cheese beans", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@carlosr", testimonial: "Authentic taste, reminds me of home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/table-with-flowers-pots-restaurant_181624-24428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-with-flowers-pots-restaurant_181624-24428.jpg?_wi=1", imageAlt: "modern restaurant interior dark warm ambiance", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@elenam", testimonial: "The pupusas are the best in Freeport.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-arrangement_23-2149009478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-arrangement_23-2149009478.jpg?_wi=2", imageAlt: "close-up golden pupusas with melted cheese", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-traditional-tamales-arrangement_23-2149009478.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-traditional-tamales-arrangement_23-2149009478.jpg?_wi=3" imageAlt="Golden pupusas with melted cheese and steam" avatars={[ { @@ -163,7 +163,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Taste of Home" description="La Bendición brings the heart of Salvadoran cuisine to your table. Every dish is made with care, tradition, and bold flavor — just like home. From perfectly grilled pupusas to refreshing traditional drinks, we serve comfort food that satisfies every craving." - imageSrc="http://img.b2bpic.net/free-photo/top-view-banana-peanut-butter-cripbread-snacks-cutting-board-with-oat-coffee-almond-milk-crispbread-plaid-cloth-wooden-background_141793-130634.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-banana-peanut-butter-cripbread-snacks-cutting-board-with-oat-coffee-almond-milk-crispbread-plaid-cloth-wooden-background_141793-130634.jpg?_wi=2" imageAlt="Handcrafted pupusas plate" /> @@ -179,37 +179,37 @@ export default function LandingPage() { id: "p1", name: "Cheese Pupusas", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=2", }, { id: "p2", name: "Bean & Cheese Pupusas", price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=3", }, { id: "p3", name: "Pork Tamales", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=4", }, { id: "p4", name: "Horchata", price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=5", }, { id: "p5", name: "Seafood Ceviche", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=6", }, { id: "p6", name: "Marinated Fish", price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=7", }, ]} title="Our Favorites" @@ -228,7 +228,7 @@ export default function LandingPage() { descriptions: [ "Homemade recipes passed down through generations.", ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=8", }, { id: "f2", @@ -236,7 +236,7 @@ export default function LandingPage() { descriptions: [ "Every ingredient sourced and prepared fresh daily.", ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=9", }, { id: "f3", @@ -244,7 +244,7 @@ export default function LandingPage() { descriptions: [ "Generous portions that satisfy every budget.", ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009504.jpg?_wi=10", }, ]} title="Why Customers Love La Bendición" @@ -271,7 +271,7 @@ export default function LandingPage() { required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/table-with-flowers-pots-restaurant_181624-24428.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-with-flowers-pots-restaurant_181624-24428.jpg?_wi=2" buttonText="Order Pickup" />