diff --git a/src/app/page.tsx b/src/app/page.tsx index 9015ee3..5e91bc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,16 +47,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22121.jpg", imageAlt: "Fresh Golden Croissants" }, - { imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900936.jpg", imageAlt: "Cream Puffs & Pastries" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22121.jpg", imageAlt: "Butter Croissants" }, - { imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900936.jpg", imageAlt: "Delicate Puff Pastries" } + { imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22121.jpg?_wi=1", imageAlt: "Fresh Golden Croissants" }, + { imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900936.jpg?_wi=1", imageAlt: "Cream Puffs & Pastries" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22121.jpg?_wi=2", imageAlt: "Butter Croissants" }, + { imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900936.jpg?_wi=2", imageAlt: "Delicate Puff Pastries" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-indian-bakery-pies_23-2148295017.jpg", imageAlt: "Savory Meat Patties" }, - { imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg", imageAlt: "Artisan Fresh Bread" }, - { imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-indian-bakery-pies_23-2148295017.jpg", imageAlt: "Spiced Savory Rolls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg", imageAlt: "Warm Baked Loaves" } + { imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-indian-bakery-pies_23-2148295017.jpg?_wi=1", imageAlt: "Savory Meat Patties" }, + { imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg?_wi=1", imageAlt: "Artisan Fresh Bread" }, + { imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-indian-bakery-pies_23-2148295017.jpg?_wi=2", imageAlt: "Spiced Savory Rolls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg?_wi=2", imageAlt: "Warm Baked Loaves" } ]} buttons={[ { text: "Order Now", href: "#contact" },