Merge version_1 into main #2
168
src/app/page.tsx
168
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Trending",
|
||||
id: "trending",
|
||||
},
|
||||
{
|
||||
name: "Exclusive",
|
||||
id: "exclusive",
|
||||
},
|
||||
{
|
||||
name: "Schedule",
|
||||
id: "schedule",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Trending", id: "trending" },
|
||||
{ name: "Exclusive", id: "exclusive" },
|
||||
{ name: "Schedule", id: "schedule" },
|
||||
]}
|
||||
brandName="JOEL RIBEIRO"
|
||||
/>
|
||||
@@ -53,45 +41,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="PRECISION. PERFORMANCE. TRENDS."
|
||||
description="The standard of BMW culture. 90k+ enthusiasts and counting."
|
||||
buttons={[
|
||||
{
|
||||
text: "FOLLOW ON TIKTOK",
|
||||
href: "https://tiktok.com",
|
||||
},
|
||||
{
|
||||
text: "JOIN ON INSTAGRAM",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{ text: "FOLLOW ON TIKTOK", href: "https://tiktok.com" },
|
||||
{ text: "JOIN ON INSTAGRAM", href: "https://instagram.com" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg",
|
||||
imageAlt: "BMW Night Drive",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg?_wi=1",
|
||||
imageAlt: "BMW Trend 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?_wi=1",
|
||||
imageAlt: "BMW Trend 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg?_wi=1",
|
||||
imageAlt: "BMW Trend 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg?_wi=1",
|
||||
imageAlt: "BMW Trend 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg?_wi=1",
|
||||
imageAlt: "BMW Trend 5",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg", imageAlt: "BMW Night Drive" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg", imageAlt: "BMW Trend 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", imageAlt: "BMW Trend 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg", imageAlt: "BMW Trend 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg", imageAlt: "BMW Trend 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg", imageAlt: "BMW Trend 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,14 +64,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"90K+ Followers",
|
||||
"5M+ Monthly Reach",
|
||||
"1.2M+ Likes",
|
||||
"150+ Signature Builds",
|
||||
"Global BMW Community",
|
||||
"Weekly Trend Reports",
|
||||
"Automotive Influencer Excellence",
|
||||
]}
|
||||
"90K+ Followers", "5M+ Monthly Reach", "1.2M+ Likes", "150+ Signature Builds", "Global BMW Community", "Weekly Trend Reports", "Automotive Influencer Excellence"]}
|
||||
title="THE PULSE"
|
||||
description="Viral BMW content reaching the global stage."
|
||||
/>
|
||||
@@ -118,42 +74,12 @@ export default function LandingPage() {
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "The Latest Trends",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Signature Mods",
|
||||
price: "Expertise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Street Performance",
|
||||
price: "Validated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Circuit Ready",
|
||||
price: "Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Custom Finishes",
|
||||
price: "Unique",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Drift Culture",
|
||||
price: "Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310112.jpg",
|
||||
},
|
||||
{ id: "1", name: "The Latest Trends", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg", rating: 5 },
|
||||
{ id: "2", name: "Signature Mods", price: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", rating: 5 },
|
||||
{ id: "3", name: "Street Performance", price: "Validated", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg", rating: 5 },
|
||||
{ id: "4", name: "Circuit Ready", price: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg", rating: 5 },
|
||||
{ id: "5", name: "Custom Finishes", price: "Unique", imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg", rating: 5 },
|
||||
{ id: "6", name: "Drift Culture", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310112.jpg", rating: 5 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user