Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-08 17:23:00 +00:00
5 changed files with 1393 additions and 26 deletions

View File

@@ -46,21 +46,21 @@ export default function AboutPage() {
id: 1,
title: "Our Story",
description: "Founded over 20 years ago, Omelet House started as a simple dream to bring authentic diner food and generous portions to Stockton. What began as a small breakfast counter has grown into a beloved community institution, serving thousands of satisfied customers every week.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg?_wi=3",
imageAlt: "Friendly diner service and hospitality",
},
{
id: 2,
title: "Our Mission",
description: "We believe breakfast should be an experience, not just a meal. Our mission is to serve the freshest ingredients, create generous portions that satisfy, and provide the warm, friendly service that makes customers feel like family. Every plate that leaves our kitchen reflects our commitment to quality.",
imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg?_wi=3",
imageAlt: "Professional kitchen preparation and cooking",
},
{
id: 3,
title: "Our Community",
description: "Omelet House is more than just a restaurant—it's where Stockton comes together. From construction workers fueling up for their day to families celebrating special mornings, we serve as a gathering place for our community. We're proud to be part of Stockton's fabric.",
imageSrc: "http://img.b2bpic.net/free-photo/family-with-friuts-juice_1398-2931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/family-with-friuts-juice_1398-2931.jpg?_wi=2",
imageAlt: "Family enjoying breakfast together",
},
]}

View File

@@ -46,21 +46,21 @@ export default function ContactPage() {
id: 1,
title: "Visit Us In Person",
description: "Stop by Omelet House for an authentic diner breakfast experience. Our warm, welcoming atmosphere and friendly staff make every visit special. Located at 3455 Cherokee Rd in Stockton, we're easy to find and always ready to serve you.",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2948.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2948.jpg?_wi=2",
imageAlt: "Classic breakfast spread with fresh ingredients",
},
{
id: 2,
title: "Order for Delivery",
description: "Can't make it in? No problem! Order your favorite Omelet House dishes through DoorDash, Uber Eats, or GrubHub and have them delivered hot to your door. We ensure every order is prepared with the same care and quality you'd get dining with us.",
imageSrc: "http://img.b2bpic.net/free-photo/juice-fresh-breakfast-gray-plate-black-table_23-2148067096.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/juice-fresh-breakfast-gray-plate-black-table_23-2148067096.jpg?_wi=3",
imageAlt: "Fresh breakfast on a plate ready for delivery",
},
{
id: 3,
title: "Pick Up Your Order",
description: "Grab your breakfast on the go! Order ahead through our partners and pick up quickly without waiting. Perfect for busy mornings when you want fresh, delicious food fast. Just call ahead or order online to get started.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-waffles-fruits_176474-28208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-waffles-fruits_176474-28208.jpg?_wi=3",
imageAlt: "Delicious waffles ready for pickup",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -54,7 +54,7 @@ export default function MenuPage() {
price: "$16.95",
rating: 5,
reviewCount: "428",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-with-eggs-vegetables_23-2148454746.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-with-eggs-vegetables_23-2148454746.jpg?_wi=2",
imageAlt: "Perfectly cooked steak with eggs and hash browns",
},
{
@@ -64,7 +64,7 @@ export default function MenuPage() {
price: "$13.95",
rating: 5,
reviewCount: "356",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-waffles-fruits_176474-28208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-waffles-fruits_176474-28208.jpg?_wi=2",
imageAlt: "Golden Belgian waffles with syrup and butter",
},
{
@@ -74,7 +74,7 @@ export default function MenuPage() {
price: "$12.95",
rating: 5,
reviewCount: "512",
imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153034.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153034.jpg?_wi=2",
imageAlt: "Stack of fluffy pancakes with crispy bacon strips",
},
{
@@ -84,7 +84,7 @@ export default function MenuPage() {
price: "$10.95",
rating: 5,
reviewCount: "289",
imageSrc: "http://img.b2bpic.net/free-photo/black-peas-soup-topped-with-chicken-pieces-served-bowl_140725-1495.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-peas-soup-topped-with-chicken-pieces-served-bowl_140725-1495.jpg?_wi=2",
imageAlt: "Fresh biscuits smothered in creamy gravy",
},
{
@@ -94,7 +94,7 @@ export default function MenuPage() {
price: "$14.95",
rating: 5,
reviewCount: "334",
imageSrc: "http://img.b2bpic.net/free-photo/frittata-with-mushrooms-zucchini-cheese_2829-8745.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/frittata-with-mushrooms-zucchini-cheese_2829-8745.jpg?_wi=2",
imageAlt: "Fluffy omelet filled with peppers and ham",
},
{
@@ -104,7 +104,7 @@ export default function MenuPage() {
price: "$13.95",
rating: 5,
reviewCount: "401",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-still-life_23-2150246005.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-still-life_23-2150246005.jpg?_wi=2",
imageAlt: "Golden French toast with powdered sugar and berries",
},
]}
@@ -125,21 +125,21 @@ export default function MenuPage() {
id: 1,
title: "Farm-Fresh Ingredients",
description: "We source locally whenever possible to ensure every ingredient is fresh, high-quality, and delicious. Taste the difference premium ingredients make.",
imageSrc: "http://img.b2bpic.net/free-photo/juice-fresh-breakfast-gray-plate-black-table_23-2148067096.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/juice-fresh-breakfast-gray-plate-black-table_23-2148067096.jpg?_wi=2",
imageAlt: "Fresh breakfast ingredients",
},
{
id: 2,
title: "Made to Order",
description: "No pre-made meals here. Everything is prepared fresh when you order. Your breakfast is cooked in our open kitchen where you can see the care we put in.",
imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg?_wi=2",
imageAlt: "Chef cooking in open kitchen",
},
{
id: 3,
title: "Multiple Ordering Options",
description: "Dine in at our counter, order for pickup, or get breakfast delivered to your door. We're available through DoorDash, Uber Eats, and Grubhub for your convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg?_wi=2",
imageAlt: "Friendly service at Omelet House",
},
]}

View File

@@ -79,28 +79,28 @@ export default function HomePage() {
id: 1,
title: "Huge Portions",
description: "Our plates are generous enough for two! Every meal is crafted to satisfy even the hungriest appetites with fresh, quality ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/juice-fresh-breakfast-gray-plate-black-table_23-2148067096.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/juice-fresh-breakfast-gray-plate-black-table_23-2148067096.jpg?_wi=1",
imageAlt: "Large portion breakfast plate",
},
{
id: 2,
title: "Classic American Breakfast",
description: "From fluffy pancakes to perfectly cooked omelets, we serve up traditional breakfast favorites made fresh every morning.",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2948.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2948.jpg?_wi=1",
imageAlt: "Classic American breakfast pancakes",
},
{
id: 3,
title: "Friendly Staff",
description: "Our team treats every customer like family. Expect warm smiles, quick service, and genuine care with every visit.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg?_wi=1",
imageAlt: "Friendly waiter serving breakfast",
},
{
id: 4,
title: "Fast, Reliable Service",
description: "We keep the kitchen moving to get your meal to your table hot and fresh. Popular during busy hours? Worth the wait!",
imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg?_wi=1",
imageAlt: "Busy restaurant kitchen",
},
]}
@@ -124,7 +124,7 @@ export default function HomePage() {
price: "$16.95",
rating: 5,
reviewCount: "428",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-with-eggs-vegetables_23-2148454746.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-with-eggs-vegetables_23-2148454746.jpg?_wi=1",
imageAlt: "Perfectly cooked steak with eggs and hash browns",
},
{
@@ -134,7 +134,7 @@ export default function HomePage() {
price: "$13.95",
rating: 5,
reviewCount: "356",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-waffles-fruits_176474-28208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-waffles-fruits_176474-28208.jpg?_wi=1",
imageAlt: "Golden Belgian waffles with syrup and butter",
},
{
@@ -144,7 +144,7 @@ export default function HomePage() {
price: "$12.95",
rating: 5,
reviewCount: "512",
imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153034.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153034.jpg?_wi=1",
imageAlt: "Stack of fluffy pancakes with crispy bacon strips",
},
{
@@ -154,7 +154,7 @@ export default function HomePage() {
price: "$10.95",
rating: 5,
reviewCount: "289",
imageSrc: "http://img.b2bpic.net/free-photo/black-peas-soup-topped-with-chicken-pieces-served-bowl_140725-1495.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-peas-soup-topped-with-chicken-pieces-served-bowl_140725-1495.jpg?_wi=1",
imageAlt: "Fresh biscuits smothered in creamy gravy",
},
{
@@ -164,7 +164,7 @@ export default function HomePage() {
price: "$14.95",
rating: 5,
reviewCount: "334",
imageSrc: "http://img.b2bpic.net/free-photo/frittata-with-mushrooms-zucchini-cheese_2829-8745.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/frittata-with-mushrooms-zucchini-cheese_2829-8745.jpg?_wi=1",
imageAlt: "Fluffy omelet filled with peppers and ham",
},
{
@@ -174,7 +174,7 @@ export default function HomePage() {
price: "$13.95",
rating: 5,
reviewCount: "401",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-still-life_23-2150246005.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-still-life_23-2150246005.jpg?_wi=1",
imageAlt: "Golden French toast with powdered sugar and berries",
},
]}
@@ -230,7 +230,7 @@ export default function HomePage() {
name: "Lisa Washington",
role: "Teacher",
testimonial: "Family-friendly atmosphere with kids menus and plenty of seating. The staff is so patient and kind. We're regulars now!",
imageSrc: "http://img.b2bpic.net/free-photo/family-with-friuts-juice_1398-2931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/family-with-friuts-juice_1398-2931.jpg?_wi=1",
imageAlt: "Family enjoying breakfast together",
},
{