From 892c14db9e9cda9c0b6389c6688e60e6c3fbf2a6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:56:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 229 +++++++++-------------------------------------- 1 file changed, 40 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c071023..462211c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,24 +32,13 @@ export default function LandingPage() { @@ -58,37 +47,16 @@ export default function LandingPage() { title="THE MARVEL CINEMATIC HUB" description="Explore the complete timeline, upcoming releases, and legendary history of the Marvel Cinematic Universe in one cinematic portal." buttons={[ - { - text: "Explore Movies", - href: "#released", - }, - { - text: "Upcoming", - href: "#upcoming", - }, + { text: "Explore Movies", href: "#released" }, + { text: "Upcoming", href: "#upcoming" }, ]} imageSrc="http://img.b2bpic.net/free-photo/digital-painting-horrible-creatures-with-genetic-mutations-ruined-laboratory_456031-97.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/dna-beautiful-background_1048-1497.jpg", - alt: "Fan Avatar 1", - }, - { - src: "http://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768613.jpg", - alt: "Fan Avatar 2", - }, - { - src: "http://img.b2bpic.net/free-photo/abstract-illustration-with-colorful-glowing-neon-lights-great-backgrounds-wallpapers_181624-24681.jpg", - alt: "Fan Avatar 3", - }, - { - src: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-laser-lights-perfect-illustration-wallpapers_181624-32859.jpg", - alt: "Fan Avatar 4", - }, - { - src: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512085.jpg", - alt: "Fan Avatar 5", - }, + { src: "http://img.b2bpic.net/free-photo/dna-beautiful-background_1048-1497.jpg", alt: "Fan Avatar 1" }, + { src: "http://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768613.jpg", alt: "Fan Avatar 2" }, + { src: "http://img.b2bpic.net/free-photo/abstract-illustration-with-colorful-glowing-neon-lights-great-backgrounds-wallpapers_181624-24681.jpg", alt: "Fan Avatar 3" }, + { src: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-laser-lights-perfect-illustration-wallpapers_181624-32859.jpg", alt: "Fan Avatar 4" }, + { src: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512085.jpg", alt: "Fan Avatar 5" }, ]} avatarText="Join 50,000+ MCU Fans" /> @@ -96,7 +64,6 @@ export default function LandingPage() {
@@ -302,29 +167,15 @@ export default function LandingPage() { logoText="MARVELDB" columns={[ { - title: "Resources", - items: [ - { - label: "Movies", - href: "#released", - }, - { - label: "Upcoming", - href: "#upcoming", - }, + title: "Resources", items: [ + { label: "Movies", href: "#released" }, + { label: "Upcoming", href: "#upcoming" }, ], }, { - title: "Support", - items: [ - { - label: "FAQ", - href: "#faq", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Support", items: [ + { label: "FAQ", href: "#faq" }, + { label: "Contact", href: "#contact" }, ], }, ]} -- 2.49.1