Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 03:13:11 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah M.", handle: "Local Regular", testimonial: "The food and service were AMAZING. Huge portions, incredible flavor, and outstanding customer service from start to finish.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg"
},
{
name: "James T.", handle: "Breakfast Enthusiast", testimonial: "If you haven't been to Julie's Cafe in Green Bay, you're missing out. This is my new go-to spot on Packers game days!", rating: 5,
@@ -58,7 +58,7 @@ export default function LandingPage() {
},
{
name: "Maria L.", handle: "Family Gatherings", testimonial: "Fantastic spot for Sunday breakfast. Delicious traditional dishes and great value. Everyone leaves happy and full!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/defocused-male-chef-cutting-vegetables_23-2148763229.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/defocused-male-chef-cutting-vegetables_23-2148763229.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -68,6 +68,7 @@ export default function LandingPage() {
{ text: "Order To-Go", href: "#contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
/>
</div>
@@ -94,16 +95,16 @@ export default function LandingPage() {
tag="Our Strengths"
features={[
{
id: "portions", title: "Huge Portions", description: "Leave full every time. Our generous servings mean better value and maximum satisfaction.", tag: "Generous", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-table_23-2150247091.jpg?_wi=1", imageAlt: "Huge portions of steak and eggs"
id: "portions", title: "Huge Portions", description: "Leave full every time. Our generous servings mean better value and maximum satisfaction.", tag: "Generous", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-table_23-2150247091.jpg", imageAlt: "Huge portions of steak and eggs"
},
{
id: "service", title: "Fast Service", description: "Food out quick—even during busy mornings. We respect your time and your appetite.", tag: "Quick", imageSrc: "http://img.b2bpic.net/free-photo/defocused-male-chef-cutting-vegetables_23-2148763229.jpg?_wi=2", imageAlt: "Fast service with hot food"
id: "service", title: "Fast Service", description: "Food out quick—even during busy mornings. We respect your time and your appetite.", tag: "Quick", imageSrc: "http://img.b2bpic.net/free-photo/defocused-male-chef-cutting-vegetables_23-2148763229.jpg", imageAlt: "Fast service with hot food"
},
{
id: "staff", title: "Friendly Staff", description: "Waitresses customers remember by name. We treat every guest like family.", tag: "Welcoming", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg?_wi=2", imageAlt: "Friendly and welcoming staff"
id: "staff", title: "Friendly Staff", description: "Waitresses customers remember by name. We treat every guest like family.", tag: "Welcoming", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg", imageAlt: "Friendly and welcoming staff"
},
{
id: "value", title: "Great Value", description: "Hearty meals without breaking the bank. Quality breakfast at honest prices.", tag: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-goat-gouda-blue-cheese-honey-grape-flowers_140725-1312.jpg?_wi=1", imageAlt: "Affordable variety of menu options"
id: "value", title: "Great Value", description: "Hearty meals without breaking the bank. Quality breakfast at honest prices.", tag: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-goat-gouda-blue-cheese-honey-grape-flowers_140725-1312.jpg", imageAlt: "Affordable variety of menu options"
}
]}
animationType="slide-up"
@@ -122,7 +123,7 @@ export default function LandingPage() {
tag="Fan Favorites"
products={[
{
id: "steak-eggs", name: "Steak & Eggs", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-table_23-2150247091.jpg?_wi=2", imageAlt: "Perfectly cooked steak and eggs"
id: "steak-eggs", name: "Steak & Eggs", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-table_23-2150247091.jpg", imageAlt: "Perfectly cooked steak and eggs"
},
{
id: "french-toast", name: "Strawberry French Toast", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/milky-porridge-with-fruits-berries-cup-drink_114579-71115.jpg", imageAlt: "Fluffy strawberry french toast"
@@ -137,7 +138,7 @@ export default function LandingPage() {
id: "menudo", name: "Traditional Menudo", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-bozbash-soup-kitchen-towel-tomatoes-nude-background_140725-111235.jpg", imageAlt: "Authentic and deeply flavorful menudo"
},
{
id: "sampler", name: "Appetizer Sampler", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-goat-gouda-blue-cheese-honey-grape-flowers_140725-1312.jpg?_wi=2", imageAlt: "Perfect for sharing appetizer sampler"
id: "sampler", name: "Appetizer Sampler", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-goat-gouda-blue-cheese-honey-grape-flowers_140725-1312.jpg", imageAlt: "Perfect for sharing appetizer sampler"
}
]}
gridVariant="three-columns-all-equal-width"