diff --git a/src/app/page.tsx b/src/app/page.tsx index e2e6f82..bfc9026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,6 +65,15 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselPosition="right" + marqueeItems={[ + { type: "text", text: "Premium AI Generation" }, + { type: "text", text: "Instant Production" }, + { type: "text", text: "Unlimited Variations" }, + { type: "text", text: "Brand Consistency" }, + { type: "text", text: "24/7 Availability" } + ]} + marqueeSpeed={40} + showMarqueeCard={true} /> @@ -298,4 +307,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file