Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 04:52:42 +00:00

View File

@@ -48,10 +48,10 @@ export default function LandingPage() {
tagIcon={Sparkles}
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", imageAlt: "Golden Sourdough Loaf" },
{ imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg?_wi=1", imageAlt: "Golden Sourdough Loaf" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-fresh-croissants-coffee-served-with-butter_1150-37809.jpg", imageAlt: "Buttery Croissants" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg", imageAlt: "Custom Wedding Cake" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pile-sweet-buns-small-tray-marble-table_114579-56897.jpg", imageAlt: "Assorted Danish Pastries" }
{ imageSrc: "http://img.b2bpic.net/free-photo/pile-sweet-buns-small-tray-marble-table_114579-56897.jpg?_wi=1", imageAlt: "Assorted Danish Pastries" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/different-type-sweets-wooden-board-background_482257-25059.jpg", imageAlt: "Fresh Glazed Donuts" },
@@ -85,7 +85,7 @@ export default function LandingPage() {
id: "3", name: "Artisan Baguette", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/assortment-bread-products_123827-36235.jpg", imageAlt: "Artisan Baguette"
},
{
id: "4", name: "Danish Pastry Assortment", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-sweet-buns-small-tray-marble-table_114579-56897.jpg", imageAlt: "Danish Pastry Assortment"
id: "4", name: "Danish Pastry Assortment", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-sweet-buns-small-tray-marble-table_114579-56897.jpg?_wi=2", imageAlt: "Danish Pastry Assortment"
},
{
id: "5", name: "Fresh Berry Tart", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-pie-with-black-red-berries_181624-5189.jpg", imageAlt: "Fresh Berry Tart"
@@ -214,7 +214,7 @@ export default function LandingPage() {
{ name: "phone", type: "tel", placeholder: "Phone Number", required: false }
]}
textarea={{ name: "message", placeholder: "Tell us about your inquiry or custom order...", rows: 5, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg"
imageSrc="http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg?_wi=2"
imageAlt="Freshly baked sourdough bread"
mediaAnimation="blur-reveal"
mediaPosition="right"