Merge version_1 into main #1

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

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+15748758333" },
{ text: "Get Directions", href: "https://maps.google.com/?q=3709+S+Main+St+Elkhart+IN+46517" }
]}
imageSrc="http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg?_wi=1"
imageAlt="Golden pancakes with butter and syrup"
showDimOverlay={true}
/>
@@ -70,10 +70,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "David Kim" }
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=1", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=2", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=3", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=4", imageAlt: "David Kim" }
]}
cardTitle="Over 1,800 customers love us and give us 4.5 stars"
cardTag="See what they say"
@@ -87,7 +87,7 @@ export default function LandingPage() {
title="Popular Breakfast Favorites"
description="Try our most-loved dishes that keep customers coming back"
products={[
{ id: "1", brand: "Grandma's House", name: "Fluffy Pancakes", price: "$12.99", rating: 5, reviewCount: "485", imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg", imageAlt: "Golden fluffy pancakes" },
{ id: "1", brand: "Grandma's House", name: "Fluffy Pancakes", price: "$12.99", rating: 5, reviewCount: "485", imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg?_wi=2", imageAlt: "Golden fluffy pancakes" },
{ id: "2", brand: "Grandma's House", name: "Eggs Benedict", price: "$14.99", rating: 5, reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/bowl-shrimp-salad-topped-with-cheese-slice_140725-2611.jpg", imageAlt: "Eggs Benedict with hollandaise" },
{ id: "3", brand: "Grandma's House", name: "Ham & Cheese Omelette", price: "$13.99", rating: 5, reviewCount: "278", imageSrc: "http://img.b2bpic.net/free-photo/omlette-with-pepperoni-green-salad_114579-3686.jpg", imageAlt: "Ham and cheese omelette" },
{ id: "4", brand: "Grandma's House", name: "Crispy Hash Browns", price: "$6.99", rating: 5, reviewCount: "567", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", imageAlt: "Golden crispy hash browns" }