diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c349a6c..3614643 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function AboutPage() { description="Grandma's House of Pancakes" subdescription="Serving Elkhart since 1989" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg?_wi=3" imageAlt="Cozy restaurant interior with family dining" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -66,7 +66,7 @@ export default function AboutPage() { description="Every meal reflects our commitment" subdescription="To excellence and family values" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg?_wi=4" imageAlt="Community dining at Grandma's House" mediaAnimation="blur-reveal" useInvertedBackground={false} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a937309..d670569 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -53,28 +53,28 @@ export default function MenuPage() { id: "1", name: "Homemade Pancakes", price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=3", imageAlt: "Stack of homemade pancakes", }, { id: "2", name: "Eggs Benedict", price: "$10.99", - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=3", imageAlt: "Gourmet eggs benedict with hollandaise", }, { id: "3", name: "Ham & Cheese Omelette", price: "$9.49", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=3", imageAlt: "Fluffy ham and cheese omelette", }, { id: "4", name: "Crispy Hash Browns", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=3", imageAlt: "Golden crispy hash browns", }, ]} @@ -94,28 +94,28 @@ export default function MenuPage() { id: "5", name: "Belgian Waffle Stack", price: "$11.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=4", imageAlt: "Belgian waffles with toppings", }, { id: "6", name: "Breakfast Burrito", price: "$10.49", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=4", imageAlt: "Breakfast burrito with fillings", }, { id: "7", name: "Avocado Toast", price: "$9.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=4", imageAlt: "Avocado toast on multigrain bread", }, { id: "8", name: "French Toast Plate", price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=4", imageAlt: "Classic French toast", }, ]} @@ -135,28 +135,28 @@ export default function MenuPage() { id: "9", name: "Premium Coffee", price: "$2.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=5", imageAlt: "Cup of premium coffee", }, { id: "10", name: "Fresh Orange Juice", price: "$3.49", - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=5", imageAlt: "Fresh squeezed orange juice", }, { id: "11", name: "Smoked Bacon", price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=5", imageAlt: "Crispy smoked bacon", }, { id: "12", name: "Fresh Fruit Bowl", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=5", imageAlt: "Seasonal fresh fruit bowl", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ac874a..fb28f4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,23 +54,23 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=1", imageAlt: "Delicious stack of pancakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=1", imageAlt: "Gourmet eggs benedict", }, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=1", imageAlt: "Ham and cheese omelette", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=1", imageAlt: "Golden crispy hash browns", }, { - imageSrc: "http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg?_wi=1", imageAlt: "Cozy restaurant interior", }, ]} @@ -98,7 +98,7 @@ export default function HomePage() { handle: "@elkhart_local", testimonial: "Best breakfast in town! The hash browns are absolutely crispy and delicious. Always packed on Sunday mornings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Johnson", }, { @@ -107,7 +107,7 @@ export default function HomePage() { handle: "@traveler_mike", testimonial: "Stopped by on a road trip and was blown away. Friendly staff, generous portions, and the pancakes are homemade perfection!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Michael Chen", }, { @@ -116,7 +116,7 @@ export default function HomePage() { handle: "@family_breakfast", testimonial: "This is our family's Sunday ritual. The kids love the pancakes, and we love the warm atmosphere. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, { @@ -125,7 +125,7 @@ export default function HomePage() { handle: "@early_bird", testimonial: "Opens at 5:30 AM and I'm there every morning. Great coffee, fast service, and consistently excellent food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "David Wilson", }, { @@ -134,7 +134,7 @@ export default function HomePage() { handle: "@local_foodie", testimonial: "The eggs benedict is restaurant-quality. For these prices, the value is incredible. Local gem!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Jessica Thomas", }, { @@ -143,7 +143,7 @@ export default function HomePage() { handle: "@commuter_breakfast", testimonial: "Quick takeout every Thursday morning before work. Always fresh, always hot, always delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Robert Anderson", }, ]} @@ -163,28 +163,28 @@ export default function HomePage() { id: "1", name: "Homemade Pancakes", price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=2", imageAlt: "Stack of homemade pancakes", }, { id: "2", name: "Eggs Benedict", price: "$10.99", - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=2", imageAlt: "Gourmet eggs benedict with hollandaise", }, { id: "3", name: "Ham & Cheese Omelette", price: "$9.49", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=2", imageAlt: "Fluffy ham and cheese omelette", }, { id: "4", name: "Crispy Hash Browns", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=2", imageAlt: "Golden crispy hash browns", }, ]} @@ -200,7 +200,7 @@ export default function HomePage() { description="Grandma's House of Pancakes" subdescription="Serving Elkhart since 1989" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/served-breakfast-sausages-boiled-egg-omelette-croissant-plates-cup-tea-table_176474-2673.jpg?_wi=2" imageAlt="Cozy restaurant interior with family dining" mediaAnimation="blur-reveal" useInvertedBackground={false} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 08bdc5e..60a25b9 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -56,7 +56,7 @@ export default function ReviewsPage() { handle: "@elkhart_local", testimonial: "Best breakfast in town! The hash browns are absolutely crispy and delicious. Always packed on Sunday mornings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=7", imageAlt: "Sarah Johnson", }, { @@ -65,7 +65,7 @@ export default function ReviewsPage() { handle: "@traveler_mike", testimonial: "Stopped by on a road trip and was blown away. Friendly staff, generous portions, and the pancakes are homemade perfection!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=8", imageAlt: "Michael Chen", }, { @@ -74,7 +74,7 @@ export default function ReviewsPage() { handle: "@family_breakfast", testimonial: "This is our family's Sunday ritual. The kids love the pancakes, and we love the warm atmosphere. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=9", imageAlt: "Emily Rodriguez", }, { @@ -83,7 +83,7 @@ export default function ReviewsPage() { handle: "@early_bird", testimonial: "Opens at 5:30 AM and I'm there every morning. Great coffee, fast service, and consistently excellent food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=10", imageAlt: "David Wilson", }, { @@ -92,7 +92,7 @@ export default function ReviewsPage() { handle: "@local_foodie", testimonial: "The eggs benedict is restaurant-quality. For these prices, the value is incredible. Local gem!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=11", imageAlt: "Jessica Thomas", }, { @@ -101,7 +101,7 @@ export default function ReviewsPage() { handle: "@commuter_breakfast", testimonial: "Quick takeout every Thursday morning before work. Always fresh, always hot, always delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=12", imageAlt: "Robert Anderson", }, ]}