diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a253a4..7753abf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Now Available" tagIcon={Sparkles} tagAnimation="slide-up" - background="gradient-bars" + background={{ variant: "gradient-bars" }} buttons={[ { text: "Explore Now", href: "#product" }, { text: "Learn More", href: "#features" } @@ -78,18 +78,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lightning Fast Performance", description: "Experience blazing-fast speeds that keep up with your productivity. Optimized for maximum efficiency and seamless workflows.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg?_wi=1", imageAlt: "Fast performance interface" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg?_wi=1", imageAlt: "Performance dashboard" } + title: "Lightning Fast Performance", description: "Experience blazing-fast speeds that keep up with your productivity. Optimized for maximum efficiency and seamless workflows.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg", imageAlt: "Fast performance interface" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg", imageAlt: "Performance dashboard" } }, { id: 2, - title: "Intuitive User Experience", description: "Designed with simplicity in mind. Our interface makes complex tasks feel effortless and enjoyable for all users.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg?_wi=2", imageAlt: "User-friendly interface" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg?_wi=2", imageAlt: "Experience design" } + title: "Intuitive User Experience", description: "Designed with simplicity in mind. Our interface makes complex tasks feel effortless and enjoyable for all users.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg", imageAlt: "User-friendly interface" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg", imageAlt: "Experience design" } }, { id: 3, - title: "Advanced Security", description: "Your data is protected with enterprise-grade security. Rest easy knowing your information is safe and secure.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg?_wi=3", imageAlt: "Security features" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg?_wi=3", imageAlt: "Security dashboard" } + title: "Advanced Security", description: "Your data is protected with enterprise-grade security. Rest easy knowing your information is safe and secure.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg", imageAlt: "Security features" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg", imageAlt: "Security dashboard" } } ]} ariaLabel="Product features section"