From 6bd38ec015dafca62152a63d63aae47cda513eb8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:51:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 ++++++++--------------------------------------- 1 file changed, 29 insertions(+), 139 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09ecedc..9427119 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -164,21 +90,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: Smartphone, - title: "HD Wallpapers", - description: "High-resolution BMW M-series shots.", - }, - { - icon: ListChecks, - title: "Build Specs", - description: "Detailed modification breakdown for every build.", - }, - { - icon: Lock, - title: "Unlock Garage", - description: "Exclusive content access for followers only.", - }, + { icon: Smartphone, title: "HD Wallpapers", description: "High-resolution BMW M-series shots." }, + { icon: ListChecks, title: "Build Specs", description: "Detailed modification breakdown for every build." }, + { icon: Lock, title: "Unlock Garage", description: "Exclusive content access for followers only." }, ]} title="THE INNER CIRCLE" description="Follow on Instagram to unlock the full garage and gain access to exclusive BMW wallpapers and detailed build lists." @@ -192,21 +106,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "mon", - value: "Mon/Wed", - description: "TikTok Trend Drops", - }, - { - id: "fri", - value: "Fri", - description: "Cinematic Reels", - }, - { - id: "sun", - value: "Sun", - description: "Behind the Scenes", - }, + { id: "mon", value: "Mon/Wed", description: "TikTok Trend Drops" }, + { id: "fri", value: "Fri", description: "Cinematic Reels" }, + { id: "sun", value: "Sun", description: "Behind the Scenes" }, ]} title="THE CONTENT PULSE" description="Consistent weekly trends and automotive insights." @@ -218,21 +120,9 @@ export default function LandingPage() { logoText="JOEL RIBEIRO" copyrightText="© 2025 Joel Ribeiro. BMW Culture." socialLinks={[ - { - icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, - { - icon: Music, - href: "https://tiktok.com", - ariaLabel: "TikTok", - }, - { - icon: Film, - href: "https://youtube.com", - ariaLabel: "YouTube", - }, + { icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, + { icon: Music, href: "https://tiktok.com", ariaLabel: "TikTok" }, + { icon: Film, href: "https://youtube.com", ariaLabel: "YouTube" }, ]} /> -- 2.49.1