Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2042c757d8 | |||
| d8a68d53e2 | |||
| 946730361f | |||
| 3d7653b468 | |||
| 002b88154b | |||
| 623d97d969 | |||
| 3e38a1726e | |||
| 8eb7d8eb4b | |||
| f0272a2a60 | |||
| 4e6d1dd1f2 | |||
| 7c9031935c | |||
| a394787fcc | |||
| e7a22dbbbf | |||
| 33ac93ef0e | |||
| b12cb18280 |
1422
src/app/layout.tsx
1422
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user