diff --git a/src/app/page.tsx b/src/app/page.tsx index 72e899d..edafea7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,14 @@ export default function LandingPage() { { text: "Order Custom", href: "#contact" } ]} buttonAnimation="slide-up" + marqueeItems={[ + { type: "image", src: "http://img.b2bpic.net/free-vector/grace-greeting-card_53876-89167.jpg", alt: "Featured rose arrangement" }, + { type: "image", src: "http://img.b2bpic.net/free-photo/vibrant-bouquet-multi-colored-tulips-outdoors-generated-by-ai_188544-15686.jpg", alt: "Featured tulip bouquet" }, + { type: "image", src: "http://img.b2bpic.net/free-photo/floral-composition-with-elegant-style_23-2147897558.jpg", alt: "Featured orchid design" }, + { type: "image", src: "http://img.b2bpic.net/free-photo/wedding-still-life-with-flowers_23-2147975918.jpg", alt: "Featured wedding centerpiece" } + ]} + marqueeSpeed={25} + showMarqueeCard={false} />