Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user