Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:04:54 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/fruit-galette-composition-tasty-food-concept_185193-109021.jpg", imageAlt: "Fresh breakfast spread with eggs and toast"},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-5506.jpg", imageAlt: "Cozy restaurant interior with outdoor seating"},
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-5506.jpg?_wi=1", imageAlt: "Cozy restaurant interior with outdoor seating"},
]}
rating={4}
ratingText="Rated 4.0 ⭐ • 800+ Reviews on Yelp"
@@ -88,7 +88,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "donuts", name: "Fresh Daily Donuts", price: "$3-5 each", imageSrc: "http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32321.jpg", imageAlt: "Assorted fresh donuts"},
id: "donuts", name: "Fresh Daily Donuts", price: "$3-5 each", imageSrc: "http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32321.jpg?_wi=1", imageAlt: "Assorted fresh donuts"},
{
id: "pancakes", name: "Fluffy Pancakes & Waffles", price: "$9-12", imageSrc: "http://img.b2bpic.net/free-photo/stack-golden-pancakes-drizzled-with-maple-syrup-topped-with-fresh-blueberries-raspberries-black-plate_9975-124637.jpg", imageAlt: "Golden pancakes with syrup"},
{
@@ -124,7 +124,7 @@ export default function LandingPage() {
title: "Fast Takeout Service", description: "Quick orders ready for pickup or delivery", icon: Zap,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-5506.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-5506.jpg?_wi=2"
imageAlt="Cozy Homeskillet restaurant atmosphere"
imagePosition="right"
textboxLayout="default"
@@ -162,7 +162,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32321.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32321.jpg?_wi=2"
imageAlt="Fresh breakfast ready for order"
mediaAnimation="slide-up"
mediaPosition="right"