diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index af8c3a0..273297b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { description="Founded with a passion for honest food" subdescription="Our kitchen blends cafe comfort with full restaurant quality" icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg" + imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=3" imageAlt="Midland Cafe interior showcasing warm, welcoming atmosphere" mediaAnimation="slide-up" useInvertedBackground={false} @@ -66,11 +66,11 @@ export default function AboutPage() { icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg?_wi=3", imageAlt: "Fresh local produce at farmers market", }, { - imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg?_wi=4", imageAlt: "Organic vegetables and herbs", }, ], @@ -81,11 +81,11 @@ export default function AboutPage() { icon: ChefHat, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg?_wi=3", imageAlt: "Chef preparing fresh ingredients in kitchen", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg?_wi=3", imageAlt: "Beautiful plated meal ready to serve", }, ], @@ -96,11 +96,11 @@ export default function AboutPage() { icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=4", imageAlt: "People gathering and connecting at cafe", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg?_wi=3", imageAlt: "Guests enjoying meals together", }, ], @@ -124,11 +124,11 @@ export default function AboutPage() { icon: ChefHat, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg?_wi=4", imageAlt: "Beautifully plated gourmet dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-floor_140725-136347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-floor_140725-136347.jpg?_wi=2", imageAlt: "Decadent dessert presentation", }, ], @@ -139,11 +139,11 @@ export default function AboutPage() { icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=5", imageAlt: "Inviting cafe interior with natural lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg?_wi=4", imageAlt: "Comfortable dining space for guests", }, ], @@ -154,11 +154,11 @@ export default function AboutPage() { icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=5", imageAlt: "Friendly staff ready to serve", }, { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=6", imageAlt: "Professional cafe team", }, ], diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d3649fe..efb1ae5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { title="Visit Midland Cafe Today" description="We'd love to see you. Find us at our location, call to reserve a table, or send us a message." background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg" + imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=7" imageAlt="Welcoming Midland Cafe interior" buttons={[ { text: "Reserve Online", href: "#reserve" }, diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6e1890e..de447ac 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -47,28 +47,28 @@ export default function MenuPage() { id: "1", name: "Avocado & Herb Toast", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg?_wi=5", imageAlt: "Artfully plated avocado toast with fresh herbs and microgreens", }, { id: "2", name: "Farm Fresh Salad Bowl", price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg?_wi=4", imageAlt: "Vibrant seasonal salad with local vegetables and house dressing", }, { id: "3", name: "Chocolate Truffle Delight", price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-floor_140725-136347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-floor_140725-136347.jpg?_wi=3", imageAlt: "Decadent chocolate dessert with fine presentation and garnish", }, { id: "4", name: "Seasonal Vegetable Medley", price: "$13", - imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg?_wi=5", imageAlt: "Fresh seasonal vegetables prepared with house techniques", }, ]} @@ -89,28 +89,28 @@ export default function MenuPage() { id: "5", name: "Espresso & Croissant", price: "$7", - imageSrc: "http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg?_wi=5", imageAlt: "Perfect morning coffee pairing with fresh pastry", }, { id: "6", name: "Scrambled Eggs & Toast", price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg?_wi=5", imageAlt: "Classic breakfast with house specialty toast", }, { id: "7", name: "Fresh Fruit Parfait", price: "$9", - imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg?_wi=6", imageAlt: "Refreshing parfait with seasonal fresh fruits", }, { id: "8", name: "Smoothie Bowl", price: "$11", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg?_wi=6", imageAlt: "Acai bowl topped with granola and fresh toppings", }, ]} @@ -135,7 +135,7 @@ export default function MenuPage() { role: "Avocado Toast Lover", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=6", imageAlt: "Guest review of signature avocado toast", }, { @@ -144,7 +144,7 @@ export default function MenuPage() { role: "Salad Bowl Regular", company: "Downtown District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=7", imageAlt: "Guest loves the farm fresh salad", }, { @@ -153,7 +153,7 @@ export default function MenuPage() { role: "Dessert Enthusiast", company: "Culinary Voices", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=8", imageAlt: "Guest rating the chocolate truffle", }, { @@ -162,7 +162,7 @@ export default function MenuPage() { role: "Breakfast Champion", company: "Local Kitchen Guild", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=9", imageAlt: "Professional chef endorses our breakfast", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index b938639..6f8caaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function HomePage() { title="A Full Restaurant & Cafe Experience" description="Fresh ingredients. Thoughtful recipes. A space designed for you." background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg?_wi=1" imageAlt="Midland Cafe dining experience with fresh food and warm ambiance" buttons={[ { text: "View Our Menu", href: "/menu" }, @@ -68,7 +68,7 @@ export default function HomePage() { description="Founded with a passion for honest food" subdescription="Our kitchen blends cafe comfort with full restaurant quality" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg" + imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1" imageAlt="Midland Cafe interior showcasing warm, welcoming atmosphere" mediaAnimation="slide-up" useInvertedBackground={false} @@ -87,21 +87,21 @@ export default function HomePage() { id: "1", name: "Avocado & Herb Toast", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg?_wi=1", imageAlt: "Artfully plated avocado toast with fresh herbs", }, { id: "2", name: "Farm Fresh Salad Bowl", price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg?_wi=1", imageAlt: "Vibrant seasonal salad with local vegetables", }, { id: "3", name: "Chocolate Truffle Delight", price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-floor_140725-136347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-floor_140725-136347.jpg?_wi=1", imageAlt: "Decadent chocolate dessert with fine presentation", }, ]} @@ -127,11 +127,11 @@ export default function HomePage() { icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg?_wi=1", imageAlt: "Fresh local produce", }, { - imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nature-green-wild-plant-concept_53876-30299.jpg?_wi=2", imageAlt: "Farmer market vegetables", }, ], @@ -142,11 +142,11 @@ export default function HomePage() { icon: ChefHat, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg?_wi=2", imageAlt: "Chef preparing fresh ingredients", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritious-breakfast-meal-assortment_23-2148833907.jpg?_wi=2", imageAlt: "Kitchen workspace", }, ], @@ -157,11 +157,11 @@ export default function HomePage() { icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2", imageAlt: "People gathering at Midland Cafe", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lunch-business-partners_1098-15104.jpg?_wi=2", imageAlt: "Shared dining experience", }, ], @@ -187,7 +187,7 @@ export default function HomePage() { role: "Regular Guest", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "Sarah Johnson, Midland Cafe regular", }, { @@ -196,7 +196,7 @@ export default function HomePage() { role: "Business Owner", company: "Downtown District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Michael Chen, business owner", }, { @@ -205,7 +205,7 @@ export default function HomePage() { role: "Food Blogger", company: "Culinary Voices", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3", imageAlt: "Emily Rodriguez, food blogger", }, { @@ -214,7 +214,7 @@ export default function HomePage() { role: "Chef & Mentor", company: "Local Kitchen Guild", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=4", imageAlt: "David Kim, professional chef", }, ]}