Update src/app/page.tsx

This commit is contained in:
2026-03-21 03:44:22 +00:00
parent fcd71d0a21
commit 474d342880

View File

@@ -94,7 +94,7 @@ export default function HomePage() {
handle: "Regular Guest",
testimonial: "Best breakfast in Madison. The service is always warm and the food is consistently delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg?_wi=1",
imageAlt: "Sarah M. at Mia's Cafe",
},
{
@@ -102,7 +102,7 @@ export default function HomePage() {
handle: "Loyal Customer",
testimonial: "I've been coming here every Saturday for two years. Worth every visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-smiling_1187-3162.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-smiling_1187-3162.jpg?_wi=1",
imageAlt: "James K. dining at Mia's",
},
{
@@ -110,7 +110,7 @@ export default function HomePage() {
handle: "New Visitor",
testimonial: "Found this place by chance and now I'm hooked. Authentic, welcoming, amazing food.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg?_wi=1",
imageAlt: "Emma L. enjoying breakfast",
},
{
@@ -118,14 +118,14 @@ export default function HomePage() {
handle: "Local",
testimonial: "This is the real deal. Family-owned feel with restaurant-quality food.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705916.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705916.jpg?_wi=1",
imageAlt: "Michael T. at Mia's Cafe",
},
]}
testimonialRotationInterval={6000}
useInvertedBackground={false}
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg?_wi=1"
imageAlt="Warm, inviting interior of Mia's Cafe with cozy seating and natural light"
mediaAnimation="slide-up"
/>
@@ -144,28 +144,28 @@ export default function HomePage() {
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=1",
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=1",
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=1",
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=1",
imageAlt: "Cozy dining area at Mia's Cafe",
},
]}
@@ -205,7 +205,7 @@ export default function HomePage() {
name: "Mia's Breakfast",
price: "Full Menu",
variant: "House Favorite",
imageSrc: "http://img.b2bpic.net/free-photo/smoothie-berry-cheesecake-breakfast-table_23-2148067167.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smoothie-berry-cheesecake-breakfast-table_23-2148067167.jpg?_wi=1",
imageAlt: "Mia's signature breakfast with eggs, toast, and bacon",
},
{
@@ -213,7 +213,7 @@ export default function HomePage() {
name: "Cake & Eggs",
price: "Full Menu",
variant: "Sweet & Savory",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pancakes-with-honey-fruits-light-floor-sweet-milk-fruit_140725-82099.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pancakes-with-honey-fruits-light-floor-sweet-milk-fruit_140725-82099.jpg?_wi=1",
imageAlt: "Fluffy pancakes or French toast with eggs",
},
{
@@ -221,7 +221,7 @@ export default function HomePage() {
name: "Country Fried Steak Breakfast",
price: "Full Menu",
variant: "Hearty Classic",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissant-cookie-cornflakes-chia-seeds-pudding-fig-slices-cloth_23-2147956845.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissant-cookie-cornflakes-chia-seeds-pudding-fig-slices-cloth_23-2147956845.jpg?_wi=1",
imageAlt: "Country fried steak with eggs and biscuits",
},
{
@@ -229,7 +229,7 @@ export default function HomePage() {
name: "Classic Eggs Benedict",
price: "Full Menu",
variant: "Elegant Choice",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fruits-plate_140725-5606.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fruits-plate_140725-5606.jpg?_wi=1",
imageAlt: "Perfectly poached eggs with hollandaise on English muffin",
},
{
@@ -237,7 +237,7 @@ export default function HomePage() {
name: "Chilaquiles",
price: "Full Menu",
variant: "Breakfast Twist",
imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-placed-marble-background_2831-8607.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-placed-marble-background_2831-8607.jpg?_wi=1",
imageAlt: "Crispy tortilla chips with eggs and salsa",
},
{
@@ -245,7 +245,7 @@ export default function HomePage() {
name: "Fried Catfish",
price: "$16.99",
variant: "Southern Pride",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-ketchup-copy-space_23-2148784941.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-ketchup-copy-space_23-2148784941.jpg?_wi=1",
imageAlt: "Golden fried catfish with sides",
},
]}
@@ -259,7 +259,7 @@ export default function HomePage() {
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=1"
imageAlt="Cafe entrance with warm lighting and welcoming storefront"
buttons={[
{
@@ -288,7 +288,7 @@ export default function HomePage() {
value: "$12.50",
title: "Daily Special Plate",
description: "1 meat + 3 sides with cornbread or roll. Classic Southern comfort.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100154.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100154.jpg?_wi=1",
imageAlt: "Generous daily special plate with meat and sides",
},
{
@@ -296,7 +296,7 @@ export default function HomePage() {
value: "$11.25",
title: "Vegetable Plate",
description: "4 sides with cornbread or roll. A garden of Southern favorites.",
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-vegetable-salad-with-seasonings-blue-background_179666-17166.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-vegetable-salad-with-seasonings-blue-background_179666-17166.jpg?_wi=1",
imageAlt: "Colorful vegetable plate with assorted sides",
},
{
@@ -304,7 +304,7 @@ export default function HomePage() {
value: "$16.99",
title: "Fried Catfish",
description: "Golden, crispy, and served fresh daily with your choice of sides.",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_1203-9614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_1203-9614.jpg?_wi=1",
imageAlt: "Golden fried catfish lunch special",
},
]}
@@ -325,7 +325,7 @@ export default function HomePage() {
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=1",
imageAlt: "Jennifer P.",
},
{
@@ -333,7 +333,7 @@ export default function HomePage() {
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=1",
imageAlt: "David R.",
},
{
@@ -341,7 +341,7 @@ export default function HomePage() {
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=1",
imageAlt: "Lisa M.",
},
{
@@ -349,7 +349,7 @@ export default function HomePage() {
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=1",
imageAlt: "Marcus T.",
},
{
@@ -357,7 +357,7 @@ export default function HomePage() {
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=1",
imageAlt: "Angela W.",
},
{
@@ -365,7 +365,7 @@ export default function HomePage() {
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=1",
imageAlt: "Robert C.",
},
]}
@@ -417,7 +417,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg?_wi=1"
imageAlt="Warm, inviting cafe atmosphere at dusk"
logoText="Mia's Cafe"
copyrightText="© 2025 Mia's Cafe. Madison, Alabama."