diff --git a/src/app/page.tsx b/src/app/page.tsx index 39b3a3c..432f8bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,12 +51,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/two-delicious-bagels-with-small-christmas-tree-pinecones_114579-56303.jpg?_wi=1", imageAlt: "glazed vegan donuts golden fluffy stack" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-donuts-wooden-surface_23-2148526378.jpg?_wi=1", imageAlt: "variety vegan donuts flavors colorful arranged display" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2148263259.jpg?_wi=1", imageAlt: "warm cozy bakery interior small batch kitchen" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/two-delicious-bagels-with-small-christmas-tree-pinecones_114579-56303.jpg?_wi=2", imageAlt: "glazed vegan donuts golden fluffy stack" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-donuts-wooden-surface_23-2148526378.jpg?_wi=2", imageAlt: "variety vegan donuts flavors colorful arranged display" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2148263259.jpg?_wi=2", imageAlt: "warm cozy bakery interior small batch kitchen" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/two-delicious-bagels-with-small-christmas-tree-pinecones_114579-56303.jpg", imageAlt: "glazed vegan donuts golden fluffy stack" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-donuts-wooden-surface_23-2148526378.jpg", imageAlt: "variety vegan donuts flavors colorful arranged display" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2148263259.jpg", imageAlt: "warm cozy bakery interior small batch kitchen" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/two-delicious-bagels-with-small-christmas-tree-pinecones_114579-56303.jpg", imageAlt: "glazed vegan donuts golden fluffy stack" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-donuts-wooden-surface_23-2148526378.jpg", imageAlt: "variety vegan donuts flavors colorful arranged display" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2148263259.jpg", imageAlt: "warm cozy bakery interior small batch kitchen" } ]} autoPlay={true} autoPlayInterval={5000} @@ -67,10 +67,10 @@ export default function LandingPage() {