diff --git a/src/app/page.tsx b/src/app/page.tsx index ff413d5..27d2658 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" background={{ variant: "animated-grid" }} - useInvertedBackground={false} - slides={[ + mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg?_wi=1", imageAlt: "Creative workspace" }, @@ -64,7 +63,6 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-kit-collection_23-2149203795.jpg?_wi=1", imageAlt: "UI components" } ]} - autoRotateInterval={5000} className="w-full" containerClassName="max-w-7xl mx-auto px-6 py-24 lg:py-32" titleClassName="text-5xl lg:text-7xl font-semibold leading-tight mb-6"