15 Commits

Author SHA1 Message Date
2042c757d8 Merge version_5 into main
Merge version_5 into main
2026-03-07 19:39:59 +00:00
d8a68d53e2 Update src/app/layout.tsx 2026-03-07 19:39:55 +00:00
946730361f Merge version_5 into main
Merge version_5 into main
2026-03-07 19:39:13 +00:00
3d7653b468 Update src/app/page.tsx 2026-03-07 19:39:09 +00:00
002b88154b Update src/app/layout.tsx 2026-03-07 19:39:09 +00:00
623d97d969 Merge version_4 into main
Merge version_4 into main
2026-03-07 19:36:27 +00:00
3e38a1726e Update src/app/page.tsx 2026-03-07 19:36:23 +00:00
8eb7d8eb4b Merge version_3 into main
Merge version_3 into main
2026-03-07 19:33:46 +00:00
f0272a2a60 Update src/app/page.tsx 2026-03-07 19:33:41 +00:00
4e6d1dd1f2 Merge version_3 into main
Merge version_3 into main
2026-03-07 19:32:20 +00:00
7c9031935c Update src/app/page.tsx 2026-03-07 19:32:16 +00:00
a394787fcc Merge version_2 into main
Merge version_2 into main
2026-03-07 19:29:24 +00:00
e7a22dbbbf Update src/app/styles/variables.css 2026-03-07 19:29:20 +00:00
33ac93ef0e Update src/app/page.tsx 2026-03-07 19:29:20 +00:00
b12cb18280 Merge version_1 into main
Merge version_1 into main
2026-03-07 19:11:29 +00:00
3 changed files with 22 additions and 1431 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{ name: "Gallery", id: "gallery" }
]}
button={{
text: "Become a Member", href: "join"
text: "Join Free Today", href: "join"
}}
/>
</div>
@@ -52,7 +52,7 @@ export default function LandingPage() {
title="Horsepower Meets Pride"
description="Drive Together. The ultimate community for LGBTQ BMW enthusiasts. Join exclusive events, connect with fellow drivers, and celebrate automotive passion without limits."
buttons={[
{ text: "Become a Member", href: "join" },
{ text: "Join Free Today", href: "join" },
{ text: "Explore Events", href: "events" }
]}
buttonAnimation="slide-up"
@@ -249,24 +249,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", brand: "BMW M Series", name: "M440i xDrive Sedan", price: "Owner: Marcus T.", rating: 5,
reviewCount: "High Performance", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tail-light-red-vintage-car-parked-outdoors-rain_181624-11787.jpg?_wi=2", imageAlt: "luxury BMW M series performance vehicle professional"
id: "1", brand: "BMW M Series", name: "M440i xDrive Sedan", price: "Owner: Marcus T.", rating: 5, reviewCount: "High Performance", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tail-light-red-vintage-car-parked-outdoors-rain_181624-11787.jpg?_wi=2", imageAlt: "luxury BMW M series performance vehicle professional"
},
{
id: "2", brand: "BMW M Series", name: "M440i xDrive Coupe", price: "Owner: David N.", rating: 5,
reviewCount: "Speed Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/sunset-coast-drive_23-2151948125.jpg?_wi=2", imageAlt: "BMW sports car motion racing speed photo"
id: "2", brand: "BMW M Series", name: "M440i xDrive Coupe", price: "Owner: David N.", rating: 5, reviewCount: "Speed Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/sunset-coast-drive_23-2151948125.jpg?_wi=2", imageAlt: "BMW sports car motion racing speed photo"
},
{
id: "3", brand: "BMW Z Series", name: "M440i Roadster", price: "Owner: Ryan P.", rating: 5,
reviewCount: "Open Air Joy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-man-getting-out-car_23-2148332969.jpg?_wi=2", imageAlt: "pristine BMW detail luxury car aesthetic"
id: "3", brand: "BMW Z Series", name: "M440i Roadster", price: "Owner: Ryan P.", rating: 5, reviewCount: "Open Air Joy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-man-getting-out-car_23-2148332969.jpg?_wi=2", imageAlt: "pristine BMW detail luxury car aesthetic"
},
{
id: "4", brand: "BMW 7 Series", name: "M760i Luxury Sedan", price: "Owner: Jamie S.", rating: 5,
reviewCount: "Luxury Driving", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tail-light-red-vintage-car-parked-outdoors-rain_181624-11787.jpg?_wi=3", imageAlt: "luxury BMW M series performance vehicle professional"
id: "4", brand: "BMW 7 Series", name: "M760i Luxury Sedan", price: "Owner: Jamie S.", rating: 5, reviewCount: "Luxury Driving", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tail-light-red-vintage-car-parked-outdoors-rain_181624-11787.jpg?_wi=3", imageAlt: "luxury BMW M series performance vehicle professional"
},
{
id: "5", brand: "BMW X Series", name: "M440i Performance SUV", price: "Owner: Alex K.", rating: 5,
reviewCount: "Adventure Ready", imageSrc: "http://img.b2bpic.net/free-photo/sunset-coast-drive_23-2151948125.jpg?_wi=3", imageAlt: "BMW sports car motion racing speed photo"
id: "5", brand: "BMW X Series", name: "M440i Performance SUV", price: "Owner: Alex K.", rating: 5, reviewCount: "Adventure Ready", imageSrc: "http://img.b2bpic.net/free-photo/sunset-coast-drive_23-2151948125.jpg?_wi=3", imageAlt: "BMW sports car motion racing speed photo"
}
]}
gridVariant="three-columns-all-equal-width"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #6139e6;
--background: #ffffff;
--card: #f0f0f0;
--foreground: #1a1a1a;
--primary-cta: #ff1493;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #6139e6;
--background-accent: #b3a8e8;
--accent: #00bfff;
--background-accent: #ffd700;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);