From 9068ddeefd277d013e2f7dd2720ef55bcab02012 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:58:44 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a3da55..c0a2fb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,12 +85,16 @@ export default function LandingPage() { features={[ { id: "benefit-1", title: "Priority Track Day Access", author: "Racing Events", description: "Experience high-performance driving on professional racing circuits with expert instruction and exclusive sessions.", tags: ["Racing", "Exclusive"], - imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg?_wi=1", imageAlt: "Track day racing event"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg?_wi=1", imageAlt: "Track day racing event" + }, { id: "benefit-2", title: "VIP Event Invitations", author: "Special Events", description: "Be first to attend premium automotive showcases, new model launches, and networking galas throughout the year.", tags: ["Events", "Networking"], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg?_wi=1", imageAlt: "Luxury car showcase event"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg?_wi=1", imageAlt: "Luxury car showcase event" + }, { - id: "benefit-3", title: "Exclusive Member Discounts", author: "Financial Benefits", description: "Enjoy substantial savings on maintenance, parts, accessories, and insurance through our premium partner network.", tags: ["Savings", "Partners"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-female-colleagues-working-with-documents-table_1262-12287.jpg", imageAlt: "Membership benefits overview"}, + id: "benefit-3", title: "Exclusive Member Discounts", author: "Financial Benefits", description: "Enjoy substantial savings on maintenance, parts, accessories, and insurance through our premium partner network.", tags: ["Savings", "Partners"], + imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-female-colleagues-working-with-documents-table_1262-12287.jpg", imageAlt: "Membership benefits overview" + }, ]} animationType="slide-up" textboxLayout="default" @@ -165,17 +169,23 @@ export default function LandingPage() { Date: Mon, 9 Mar 2026 10:58:45 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..dd7e44c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffeb3b; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #1a1a1a; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #b0bec5; + --background-accent: #ffeb3b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1