Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -54,16 +54,16 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-barista-prepare-coffee_23-2147874463.jpg", imageAlt: "Premium specialty coffee at Inspired Curry Patta" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girls-cafe_1157-5246.jpg", imageAlt: "Friends gathering and enjoying good times" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-cottage-core-food-inspiration_52683-107179.jpg", imageAlt: "Fresh pastries and desserts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair_1203-2650.jpg", imageAlt: "Cozy café interior ambiance" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-barista-prepare-coffee_23-2147874463.jpg?_wi=1", imageAlt: "Premium specialty coffee at Inspired Curry Patta" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girls-cafe_1157-5246.jpg?_wi=1", imageAlt: "Friends gathering and enjoying good times" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-cottage-core-food-inspiration_52683-107179.jpg?_wi=1", imageAlt: "Fresh pastries and desserts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair_1203-2650.jpg?_wi=1", imageAlt: "Cozy café interior ambiance" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-cottage-core-food-inspiration_52683-107179.jpg", imageAlt: "Artisanal pastries and cakes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair_1203-2650.jpg", imageAlt: "Modern café seating area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-barista-prepare-coffee_23-2147874463.jpg", imageAlt: "Specialty coffee preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girls-cafe_1157-5246.jpg", imageAlt: "Community gatherings and celebrations" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-cottage-core-food-inspiration_52683-107179.jpg?_wi=2", imageAlt: "Artisanal pastries and cakes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair_1203-2650.jpg?_wi=2", imageAlt: "Modern café seating area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-barista-prepare-coffee_23-2147874463.jpg?_wi=2", imageAlt: "Specialty coffee preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girls-cafe_1157-5246.jpg?_wi=2", imageAlt: "Community gatherings and celebrations" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
ariaLabel="Hero section with café imagery carousel"
|
||||
|
||||
Reference in New Issue
Block a user