Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 07:38:07 +00:00

View File

@@ -51,15 +51,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Maria Thompson", handle: "Local Resident", testimonial: "Best breakfast in town! The pancakes are amazing and the staff always remembers my order.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Maria Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Maria Thompson"
},
{
name: "Robert Hayes", handle: "Visitor", testimonial: "Found this gem while visiting Monticello. Authentic diner experience and wonderful food.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Robert Hayes"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Robert Hayes"
},
{
name: "Susan Martinez", handle: "Regular Customer", testimonial: "I've been coming here for years. The quality never changes and the service is always top-notch.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Susan Martinez"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Susan Martinez"
}
]}
buttons={[
@@ -96,13 +96,13 @@ export default function LandingPage() {
title: "Pancakes & Waffles", description: "Fluffy stacks served with butter, syrup, and fresh fruit", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-set_74190-7191.jpg", imageAlt: "Pancakes and waffles", buttonIcon: ChefHat
},
{
title: "Breakfast Plates", description: "Eggs, bacon, sausage, and hash browns prepared your way", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1103.jpg", imageAlt: "Breakfast plate", buttonIcon: Utensils
title: "Breakfast Plates", description: "Eggs, bacon, sausage, and hash browns prepared your way", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1103.jpg?_wi=1", imageAlt: "Breakfast plate", buttonIcon: Utensils
},
{
title: "Fresh Coffee", description: "Hot, fresh-brewed coffee available all morning long", imageSrc: "http://img.b2bpic.net/free-photo/coffee-donuts-breakfast_53876-47215.jpg", imageAlt: "Coffee service", buttonIcon: Coffee
},
{
title: "Omelets", description: "Custom-made omelets with your choice of fillings", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1103.jpg", imageAlt: "Omelet special", buttonIcon: Cookie
title: "Omelets", description: "Custom-made omelets with your choice of fillings", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1103.jpg?_wi=2", imageAlt: "Omelet special", buttonIcon: Cookie
}
]}
textboxLayout="default"