Update src/app/page.tsx

This commit is contained in:
2026-03-22 16:00:07 +00:00
parent b853e1e155
commit 4f680b6b0d

View File

@@ -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}
/>
</div>
@@ -298,4 +307,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}