8 Commits

Author SHA1 Message Date
47158911b9 Switch to version 3: modified src/app/page.tsx 2026-03-21 03:52:25 +00:00
94e7def721 Merge version_4 into main
Merge version_4 into main
2026-03-21 03:51:49 +00:00
f8a9024b78 Update src/app/page.tsx 2026-03-21 03:51:45 +00:00
7631d3ab6e Switch to version 2: modified src/app/page.tsx 2026-03-21 03:48:03 +00:00
7c237bafc5 Merge version_3 into main
Merge version_3 into main
2026-03-21 03:47:34 +00:00
4b179e6e44 Update src/app/page.tsx 2026-03-21 03:47:30 +00:00
e962711aec Switch to version 1: modified src/app/page.tsx 2026-03-21 03:46:31 +00:00
740b0bb36a Merge version_2 into main
Merge version_2 into main
2026-03-21 03:45:50 +00:00

View File

@@ -154,15 +154,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
products={[
{
id: "mias-breakfast", 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?_wi=1", imageAlt: "Mia's signature breakfast with eggs, toast, and bacon"},
id: "mias-breakfast", name: "Mia's Breakfast", price: "$10$14", variant: "House Favorite", 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"},
{
id: "cake-eggs", 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?_wi=1", imageAlt: "Fluffy pancakes or French toast with eggs"},
id: "cake-eggs", name: "Cake & Eggs", price: "$9$12", 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?_wi=1", imageAlt: "Fluffy pancakes or French toast with eggs"},
{
id: "country-fried-steak", 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?_wi=1", imageAlt: "Country fried steak with eggs and biscuits"},
id: "country-fried-steak", name: "Country Fried Steak Breakfast", price: "$12$15", variant: "Hearty Classic", 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"},
{
id: "eggs-benedict", 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?_wi=1", imageAlt: "Perfectly poached eggs with hollandaise on English muffin"},
id: "eggs-benedict", name: "Classic Eggs Benedict", price: "$11$13", variant: "Elegant Choice", 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"},
{
id: "chilaquiles", name: "Chilaquiles", price: "Full Menu", variant: "Breakfast Twist", 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"},
id: "chilaquiles", name: "Chilaquiles", price: "$8$11", variant: "Breakfast Twist", 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"},
{
id: "catfish", 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?_wi=1", imageAlt: "Golden fried catfish with sides"},
]}
@@ -277,4 +277,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}