diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c94db5..85d030c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,28 +28,13 @@ export default function LandingPage() {
@@ -58,40 +43,16 @@ export default function LandingPage() { logoText="MutolaaNext" description="The ultimate AI-powered reading and audiobook experience. Modern, fast, and completely distraction-free." buttons={[ - { - text: "Explore Library", - href: "#catalog", - }, - { - text: "Get Started", - href: "#pricing", - }, + { text: "Explore Library", href: "#catalog" }, + { text: "Get Started", href: "#pricing" }, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063064.jpg", - imageAlt: "Digital Reading Platform Interface", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/adult-man-playing-song-his-smartphone-listening-music-with-wireless-headphones_662251-2142.jpg", - imageAlt: "Advanced Audiobook Player", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/pile-books-shelf-near-decorations_23-2147767568.jpg", - imageAlt: "Smart Reader Mode", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-paper-books_58702-6442.jpg", - imageAlt: "Digital Library Concept", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", - imageAlt: "User Reading Dashboard", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-53733.jpg", - imageAlt: "AI Book Recommendations", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063064.jpg", imageAlt: "Digital Reading Platform Interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/adult-man-playing-song-his-smartphone-listening-music-with-wireless-headphones_662251-2142.jpg", imageAlt: "Advanced Audiobook Player" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pile-books-shelf-near-decorations_23-2147767568.jpg", imageAlt: "Smart Reader Mode" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-paper-books_58702-6442.jpg", imageAlt: "Digital Library Concept" }, + { imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "User Reading Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-53733.jpg", imageAlt: "AI Book Recommendations" }, ]} /> @@ -102,36 +63,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "AI Recommendation Engine", - tags: [ - "Smart", - "Personalized", - ], - imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164727.jpg", - imageAlt: "AI recommendations icon", - }, - { - id: "f2", - title: "Immersive Audio Player", - tags: [ - "Audiobooks", - "High Quality", - ], - imageSrc: "http://img.b2bpic.net/free-photo/musical-keys-tablet-with-stylus-table_169016-48933.jpg", - imageAlt: "Audio player controls icon", - }, - { - id: "f3", - title: "Distraction-Free Mode", - tags: [ - "Minimalism", - "Reader", - ], - imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198411.jpg", - imageAlt: "Clean reader mode icon", - }, + { id: "f1", title: "AI Recommendation Engine", tags: ["Smart", "Personalized"], imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164727.jpg", imageAlt: "AI recommendations icon" }, + { id: "f2", title: "Immersive Audio Player", tags: ["Audiobooks", "High Quality"], imageSrc: "http://img.b2bpic.net/free-photo/musical-keys-tablet-with-stylus-table_169016-48933.jpg", imageAlt: "Audio player controls icon" }, + { id: "f3", title: "Distraction-Free Mode", tags: ["Minimalism", "Reader"], imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198411.jpg", imageAlt: "Clean reader mode icon" }, ]} title="Built for Passionate Readers" description="Experience literature the way it was meant to be read — and heard." @@ -140,64 +74,17 @@ export default function LandingPage() {