diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9e6ac9d..f3d803d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -40,7 +40,7 @@ export default function AboutPage() { title="Breakfast All Morning. Hearty Lunch Daily." description="Whether you're stopping by for our famous breakfast or looking for lunch comfort, Mia's has what you're craving. Everything is made fresh, prepared right, and served with genuine warmth." useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/young-couple-cafe-with-stylish-interior_1153-4741.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-couple-cafe-with-stylish-interior_1153-4741.jpg?_wi=2" imageAlt="Cafe entrance with warm lighting and welcoming storefront" buttons={[ { @@ -67,28 +67,28 @@ export default function AboutPage() { id: 1, title: "Fast, Friendly Service", description: "Welcomed with a smile every time. Quick, attentive service that makes you feel like family.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-service-industry_23-2150722787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-service-industry_23-2150722787.jpg?_wi=2", imageAlt: "Friendly server at Mia's Cafe", }, { id: 2, title: "Breakfast Worth Coming Back For", description: "Fresh eggs, fluffy pancakes, crispy bacon, and biscuits made right. Made to order, made with care.", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129689.jpg?_wi=3", imageAlt: "Beautiful breakfast plate at Mia's", }, { id: 3, title: "Southern Lunch Comfort", description: "Daily specials, vegetable plates, and fried catfish that taste like home cooking at its finest.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-salad-with-vegetables_140725-85130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-salad-with-vegetables_140725-85130.jpg?_wi=3", imageAlt: "Southern comfort food lunch spread", }, { id: 4, title: "Clean, Cozy, Welcoming", description: "A space that's warm without being cluttered. Polished but never pretentious. Just right.", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg?_wi=2", imageAlt: "Cozy dining area at Mia's Cafe", }, ]} @@ -117,7 +117,7 @@ export default function AboutPage() { name: "Jennifer P.", handle: "Weekly Regular", testimonial: "The pancakes are amazing, but honestly it's the people that keep me coming back. They treat you like family every single time.", - imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-relaxation-concept-portrait-gorgeous-positive-young-female-blue-dress-sitting-comfortably-armchair-with-hands-her-face_343059-3899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-relaxation-concept-portrait-gorgeous-positive-young-female-blue-dress-sitting-comfortably-armchair-with-hands-her-face_343059-3899.jpg?_wi=2", imageAlt: "Jennifer P.", }, { @@ -125,7 +125,7 @@ export default function AboutPage() { name: "David R.", handle: "Loyal Customer", testimonial: "Fast service, generous portions, and the best value breakfast in town. Never disappointed.", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-with-table-happy-expression_1194-4608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-with-table-happy-expression_1194-4608.jpg?_wi=2", imageAlt: "David R.", }, { @@ -133,7 +133,7 @@ export default function AboutPage() { name: "Lisa M.", handle: "Family Visitor", testimonial: "Took my grandkids here for their first breakfast out. The staff was so kind, the food was perfect, and we'll definitely be back.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-prepared-go-lake_23-2147562068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-prepared-go-lake_23-2147562068.jpg?_wi=2", imageAlt: "Lisa M.", }, { @@ -141,7 +141,7 @@ export default function AboutPage() { name: "Marcus T.", handle: "Local Business Owner", testimonial: "Bring my team here every Friday. The food is solid, prices are fair, and everyone walks out happy.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg?_wi=2", imageAlt: "Marcus T.", }, { @@ -149,7 +149,7 @@ export default function AboutPage() { name: "Angela W.", handle: "Madison Resident", testimonial: "Finally found my breakfast spot. The biscuits alone are worth the trip, but the whole experience is just right.", - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2", imageAlt: "Angela W.", }, { @@ -157,7 +157,7 @@ export default function AboutPage() { name: "Robert C.", handle: "Neighbor", testimonial: "Consistently great food and service. That's all you need to know. Been going for three years, never had a bad meal.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-man-with-his-hands-pocket_23-2148130315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-man-with-his-hands-pocket_23-2148130315.jpg?_wi=2", imageAlt: "Robert C.", }, ]} @@ -168,7 +168,7 @@ export default function AboutPage() {