Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:36:14 +00:00
parent 067f7256a1
commit 60e95c4255

View File

@@ -44,21 +44,22 @@ export default function LandingPage() {
title="Monticello's Favorite Local Breakfast Spot"
description="Serving homestyle breakfast and friendly service since day one. Join us for dine-in or takeaway breakfast."
tag="Family-Owned Diner"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/hotel-waitress-serving-food_53876-15221.jpg"
imageAlt="USA Restaurant breakfast service"
mediaAnimation="slide-up"
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?_wi=1", imageAlt: "Maria Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", 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?_wi=2", imageAlt: "Robert Hayes"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", 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?_wi=3", imageAlt: "Susan Martinez"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Susan Martinez"
}
]}
buttons={[
@@ -95,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?_wi=1", 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", 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?_wi=2", 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", imageAlt: "Omelet special", buttonIcon: Cookie
}
]}
textboxLayout="default"