Merge version_1 into main #2
@@ -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?_wi=1", imageAlt: "Fresh colorful donuts display"
|
||||
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/food-breakfast-standing-circle_23-2147678762.jpg?_wi=1", imageAlt: "Fresh kolaches pastry"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg", imageAlt: "Fresh kolaches pastry"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
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/bar-with-coffee_23-2147821222.jpg", imageAlt: "Friendly donut shop interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg?_wi=2", imageAlt: "Donuts ready to serve"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg", imageAlt: "Donuts ready to serve"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -157,7 +157,6 @@ export default function LandingPage() {
|
||||
id: "4", name: "David Kim", role: "Commuter", testimonial: "Quick service, warm greetings, and the freshest donuts in town. Perfect stop on my morning commute.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg", imageAlt: "David Kim", icon: Star
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -176,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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg"
|
||||
imageAlt="King Donut Shop Location"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -213,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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg"
|
||||
imageAlt="Fresh kolaches"
|
||||
/>
|
||||
</div>
|
||||
@@ -227,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?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg"
|
||||
imageAlt="King Donut Shop"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user