diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e84999a..684b5ac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { description="El Faro Latin Cafe" subdescription="Doral, Florida" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3" imageAlt="Warm, inviting restaurant interior" mediaAnimation="slide-up" useInvertedBackground={false} @@ -64,13 +64,13 @@ export default function AboutPage() { products={[ { id: "1", brand: "El Faro Latin Cafe", name: "Authentic Cuban Sandwich", price: "$12.95", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg", imageAlt: "Pressed Cuban sandwich with pickles and ham"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg?_wi=4", imageAlt: "Pressed Cuban sandwich with pickles and ham"}, { id: "2", brand: "El Faro Latin Cafe", name: "Ropa Vieja", price: "$14.95", rating: 5, - reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg", imageAlt: "Traditional shredded beef in tomato sauce"}, + reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg?_wi=4", imageAlt: "Traditional shredded beef in tomato sauce"}, { id: "3", brand: "El Faro Latin Cafe", name: "Arroz con Pollo", price: "$13.95", rating: 5, - reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg", imageAlt: "Saffron rice with tender chicken"}, + reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg?_wi=4", imageAlt: "Saffron rice with tender chicken"}, ]} /> @@ -88,16 +88,16 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", handle: "@maria_doral", testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=2", imageAlt: "Maria Rodriguez"}, { id: "2", name: "Carlos Mendez", handle: "@carlos_miami", testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg", imageAlt: "Carlos Mendez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg?_wi=2", imageAlt: "Carlos Mendez"}, { id: "3", name: "Sophia Gonzalez", handle: "@sophia_foodie", testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", imageAlt: "Sophia Gonzalez"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg?_wi=2", imageAlt: "Sophia Gonzalez"}, { id: "4", name: "Miguel Torres", handle: "@miguel_says", testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg", imageAlt: "Miguel Torres"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg?_wi=2", imageAlt: "Miguel Torres"}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0bea6ee..2d539c5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,16 +68,16 @@ export default function ContactPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", handle: "@maria_doral", testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=3", imageAlt: "Maria Rodriguez"}, { id: "2", name: "Carlos Mendez", handle: "@carlos_miami", testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg", imageAlt: "Carlos Mendez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg?_wi=3", imageAlt: "Carlos Mendez"}, { id: "3", name: "Sophia Gonzalez", handle: "@sophia_foodie", testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", imageAlt: "Sophia Gonzalez"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg?_wi=3", imageAlt: "Sophia Gonzalez"}, { id: "4", name: "Miguel Torres", handle: "@miguel_says", testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg", imageAlt: "Miguel Torres"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg?_wi=3", imageAlt: "Miguel Torres"}, ]} /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 90474f0..e557bf9 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -45,22 +45,22 @@ export default function MenuPage() { products={[ { id: "1", brand: "El Faro Latin Cafe", name: "Authentic Cuban Sandwich", price: "$12.95", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg", imageAlt: "Pressed Cuban sandwich with pickles and ham"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg?_wi=3", imageAlt: "Pressed Cuban sandwich with pickles and ham"}, { id: "2", brand: "El Faro Latin Cafe", name: "Ropa Vieja", price: "$14.95", rating: 5, - reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg", imageAlt: "Traditional shredded beef in tomato sauce"}, + reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg?_wi=2", imageAlt: "Traditional shredded beef in tomato sauce"}, { id: "3", brand: "El Faro Latin Cafe", name: "Arroz con Pollo", price: "$13.95", rating: 5, - reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg", imageAlt: "Saffron rice with tender chicken"}, + reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg?_wi=2", imageAlt: "Saffron rice with tender chicken"}, { id: "4", brand: "El Faro Latin Cafe", name: "Cuban Colada Coffee", price: "$3.95", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-cream-coffee-liqueur-with-ice-wooden-table_123827-29685.jpg", imageAlt: "Traditional Cuban espresso coffee"}, { id: "5", brand: "El Faro Latin Cafe", name: "Lechon Asado", price: "$16.95", rating: 5, - reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg", imageAlt: "Roasted pork with rice and beans"}, + reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg?_wi=3", imageAlt: "Roasted pork with rice and beans"}, { id: "6", brand: "El Faro Latin Cafe", name: "Picadillo", price: "$11.95", rating: 5, - reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg", imageAlt: "Ground beef with olives and raisins"}, + reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg?_wi=3", imageAlt: "Ground beef with olives and raisins"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 54783ff..5e3fed0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,9 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-his-virtual-date_23-2149307285.jpg", imageAlt: "Authentic Cuban breakfast with coffee"}, { - imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg", imageAlt: "Traditional Cuban sandwich"}, + imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg?_wi=1", imageAlt: "Traditional Cuban sandwich"}, { - imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Warm restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Warm restaurant interior"}, ]} mediaAnimation="slide-up" buttonAnimation="slide-up" @@ -73,13 +73,13 @@ export default function HomePage() { products={[ { id: "1", brand: "El Faro Latin Cafe", name: "Authentic Cuban Sandwich", price: "$12.95", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg", imageAlt: "Pressed Cuban sandwich with pickles and ham"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg?_wi=2", imageAlt: "Pressed Cuban sandwich with pickles and ham"}, { id: "2", brand: "El Faro Latin Cafe", name: "Ropa Vieja", price: "$14.95", rating: 5, - reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg", imageAlt: "Traditional shredded beef in tomato sauce"}, + reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg?_wi=1", imageAlt: "Traditional shredded beef in tomato sauce"}, { id: "3", brand: "El Faro Latin Cafe", name: "Arroz con Pollo", price: "$13.95", rating: 5, - reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg", imageAlt: "Saffron rice with tender chicken"}, + reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg?_wi=1", imageAlt: "Saffron rice with tender chicken"}, ]} /> @@ -91,7 +91,7 @@ export default function HomePage() { description="El Faro Latin Cafe" subdescription="Doral, Florida" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2" imageAlt="Warm, inviting restaurant interior" mediaAnimation="slide-up" useInvertedBackground={false} @@ -110,16 +110,16 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Maria Rodriguez", handle: "@maria_doral", testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=1", imageAlt: "Maria Rodriguez"}, { id: "2", name: "Carlos Mendez", handle: "@carlos_miami", testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg", imageAlt: "Carlos Mendez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg?_wi=1", imageAlt: "Carlos Mendez"}, { id: "3", name: "Sophia Gonzalez", handle: "@sophia_foodie", testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", imageAlt: "Sophia Gonzalez"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg?_wi=1", imageAlt: "Sophia Gonzalez"}, { id: "4", name: "Miguel Torres", handle: "@miguel_says", testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg", imageAlt: "Miguel Torres"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg?_wi=1", imageAlt: "Miguel Torres"}, ]} />