Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-21 03:44:28 +00:00
6 changed files with 111 additions and 76 deletions

View File

@@ -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() {
<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=3"
imageAlt="Cafe interior warm lighting dusk evening cozy"
logoText="Mia's Cafe"
copyrightText="© 2025 Mia's Cafe. Madison, Alabama."

View File

@@ -1,27 +1,60 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Mia's Cafe - Breakfast & Lunch in Madison, AL",
description: "Mia's Cafe in Madison, AL serves fresh breakfast, Southern comfort lunch, and genuine hospitality. Open 7 AM2 PM daily. Order online or visit us.",
keywords: "breakfast Madison AL, cafe Madison Alabama, Southern food, comfort food, local cafe, fried catfish, brunch Madison",
metadataBase: new URL("https://miascafe.local"),
alternates: {
canonical: "https://miascafe.local",
},
openGraph: {
title: "Mia's Cafe - Madison's Cozy Favorite for Breakfast & Lunch",
description: "Fresh breakfast and hearty Southern lunch with genuine hospitality. Open daily 7 AM2 PM at 30694 Hwy 72 W, Madison, AL.",
url: "https://miascafe.local",
siteName: "Mia's Cafe",
images: [
{
url: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg",
alt: "Warm interior of Mia's Cafe with cozy seating",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Mia's Cafe - Breakfast & Lunch Madison, AL",
description: "Fresh breakfast and Southern comfort lunch. Come hungry, leave happy.",
images: ["http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
@@ -31,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -72,7 +72,7 @@ export default function MenuPage() {
description="Breakfast served all morning, lunch available daily. Everything made fresh to order with care and quality ingredients."
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=2"
imageAlt="Mia's Cafe welcoming interior"
buttons={[
{
@@ -91,7 +91,7 @@ export default function MenuPage() {
handle: "Fresh Daily",
testimonial: "From our famous breakfast spreads to authentic Southern lunch, every plate is made with genuine care.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129689.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129689.jpg?_wi=2",
imageAlt: "Fresh breakfast preparation",
},
{
@@ -99,7 +99,7 @@ export default function MenuPage() {
handle: "Our Standard",
testimonial: "We use only the finest ingredients and prepare everything to order. Your satisfaction is our priority.",
rating: 5,
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=2",
imageAlt: "Golden fried catfish",
},
]}
@@ -124,7 +124,7 @@ export default function MenuPage() {
name: "Eggs Any Style",
price: "Full Menu",
variant: "Breakfast Classic",
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=2",
imageAlt: "Perfectly cooked eggs with toast",
},
{
@@ -132,7 +132,7 @@ export default function MenuPage() {
name: "Bacon or Sausage",
price: "Full Menu",
variant: "Crispy & Fresh",
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=2",
imageAlt: "Crispy bacon and sausage",
},
{
@@ -140,7 +140,7 @@ export default function MenuPage() {
name: "Hash Browns & Grits",
price: "Full Menu",
variant: "Savory Sides",
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=2",
imageAlt: "Golden hash browns",
},
{
@@ -148,7 +148,7 @@ export default function MenuPage() {
name: "Pancakes",
price: "Full Menu",
variant: "Fluffy & Delicious",
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=2",
imageAlt: "Stack of fluffy pancakes with syrup",
},
{
@@ -156,7 +156,7 @@ export default function MenuPage() {
name: "French Toast",
price: "Full Menu",
variant: "Sweet Start",
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=2",
imageAlt: "Golden French toast with toppings",
},
{
@@ -164,7 +164,7 @@ export default function MenuPage() {
name: "Biscuits & Gravy",
price: "Full Menu",
variant: "Southern Favorite",
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=2",
imageAlt: "Warm biscuits with gravy",
},
]}
@@ -186,7 +186,7 @@ export default function MenuPage() {
value: "$9.99",
title: "Breakfast Combo",
description: "2 eggs + meat + toast + choice of hash browns or grits.",
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=2",
imageAlt: "Complete breakfast combo plate",
},
{
@@ -194,7 +194,7 @@ export default function MenuPage() {
value: "$12.50",
title: "Daily Lunch Special",
description: "1 meat + 3 vegetables + cornbread or roll. Always fresh.",
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=2",
imageAlt: "Generous lunch plate with sides",
},
{
@@ -202,7 +202,7 @@ export default function MenuPage() {
value: "$16.99",
title: "Fried Catfish",
description: "Golden catfish + sides + cornbread or roll. Southern pride on a plate.",
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=2",
imageAlt: "Golden fried catfish lunch plate",
},
]}
@@ -212,7 +212,7 @@ export default function MenuPage() {
{/* 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=2"
imageAlt="Warm, inviting cafe atmosphere at dusk"
logoText="Mia's Cafe"
copyrightText="© 2025 Mia's Cafe. Madison, Alabama."

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."

View File

@@ -60,7 +60,7 @@ export default function ReviewsPage() {
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=2",
imageAlt: "Sarah M. at Mia's Cafe",
},
{
@@ -68,7 +68,7 @@ export default function ReviewsPage() {
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=2",
imageAlt: "James K. dining at Mia's",
},
{
@@ -76,7 +76,7 @@ export default function ReviewsPage() {
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=2",
imageAlt: "Emma L. enjoying breakfast",
},
{
@@ -84,14 +84,14 @@ export default function ReviewsPage() {
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=2",
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=3"
imageAlt="Warm, inviting interior of Mia's Cafe with cozy seating and natural light"
mediaAnimation="slide-up"
/>
@@ -110,7 +110,7 @@ export default function ReviewsPage() {
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=3",
imageAlt: "Jennifer P.",
},
{
@@ -118,7 +118,7 @@ export default function ReviewsPage() {
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=3",
imageAlt: "David R.",
},
{
@@ -126,7 +126,7 @@ export default function ReviewsPage() {
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=3",
imageAlt: "Lisa M.",
},
{
@@ -134,7 +134,7 @@ export default function ReviewsPage() {
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=3",
imageAlt: "Marcus T.",
},
{
@@ -142,7 +142,7 @@ export default function ReviewsPage() {
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=3",
imageAlt: "Angela W.",
},
{
@@ -150,7 +150,7 @@ export default function ReviewsPage() {
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=3",
imageAlt: "Robert C.",
},
]}
@@ -180,7 +180,7 @@ export default function ReviewsPage() {
<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=4"
imageAlt="Cafe interior warm lighting dusk evening cozy"
logoText="Mia's Cafe"
copyrightText="© 2025 Mia's Cafe. Madison, Alabama."

View File

@@ -169,7 +169,7 @@ export default function VisitPage() {
<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=5"
imageAlt="Cafe interior warm lighting dusk evening cozy"
logoText="Mia's Cafe"
copyrightText="© 2025 Mia's Cafe. Madison, Alabama."