Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-17 16:34:35 +00:00

View File

@@ -50,18 +50,18 @@ export default function LandingPage() {
buttonAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg", imageAlt: "Fresh colorful donuts display"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg?_wi=1", imageAlt: "Fresh colorful donuts display"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg", imageAlt: "Fresh kolaches pastry"
imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg?_wi=1", imageAlt: "Fresh kolaches pastry"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg", imageAlt: "Friendly donut shop interior"
imageSrc: "http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg?_wi=1", imageAlt: "Friendly donut shop interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg", imageAlt: "Donuts ready to serve"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg?_wi=2", imageAlt: "Donuts ready to serve"
}
]}
background={{ variant: "plain" }}
@@ -175,7 +175,7 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+14699999999" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg"
imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg?_wi=2"
imageAlt="King Donut Shop Location"
useInvertedBackground={true}
/>
@@ -212,7 +212,7 @@ export default function LandingPage() {
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg"
imageSrc="http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg?_wi=2"
imageAlt="Fresh kolaches"
/>
</div>
@@ -226,7 +226,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg"
imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg?_wi=3"
imageAlt="King Donut Shop"
mediaAnimation="slide-up"
mediaPosition="right"