From 430b239c6e75f8c1502c3933b757c2d4b626c502 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:03:15 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d496398..73ba421 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,9 +35,7 @@ export default function RootLayout({ return ( - + {children} -- 2.49.1 From 8f044e8bc2e0d3234fe309373c2b0538ea3056fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:03:15 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20b5082..eadef2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { data-section="countdown" className="relative w-full py-20 px-6 overflow-hidden" style={{ - background: "radial-gradient(circle at 50% 50%, rgba(255, 107, 107, 0.1) 0%, transparent 70%)"}} + background: "radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 70%)"}} >
@@ -109,10 +109,13 @@ export default function LandingPage() { className="relative group backdrop-blur-xl bg-gradient-to-b from-white/20 to-white/5 border border-white/30 rounded-2xl p-4 md:p-6 text-center" style={{ boxShadow: - "0 8px 32px rgba(255, 107, 107, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.2)"}} + "0 8px 32px rgba(255, 255, 255, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.2)"}} > -
+
{String(unit.value).padStart(2, "0")} @@ -129,13 +132,13 @@ export default function LandingPage() {
-
-

- GET EXCLUSIVE ACCESS -

+ "0 8px 32px rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.2)"}} + > +

GET EXCLUSIVE ACCESS

Join our waitlist and be among the first to experience UNBRKABLE

@@ -159,9 +162,7 @@ export default function LandingPage() { JOIN WAITLIST -

- ✓ We respect your privacy. Unsubscribe at any time. -

+

✓ We respect your privacy. Unsubscribe at any time.

@@ -169,17 +170,17 @@ export default function LandingPage() {
-

- UNBREAKABLE RESILIENCE -

+

UNBREAKABLE RESILIENCE

Designed for those who never back down. Premium streetwear built to last through anything.

-
+ "0 8px 32px rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.2)"}} + >
-- 2.49.1 From 42485fc2cfd083def5a6e245119f5e06e58e369e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:03:16 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0641793..09b2551 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,20 +5,20 @@ /* --background: #000000;; --card: #0c0c0c;; --foreground: #ffffff;; - --primary-cta: #ff6b6b;; + --primary-cta: #ffffff;; --secondary-cta: #000000;; - --accent: #ff6b6b;; - --background-accent: #ff6b6b;; */ + --accent: #ffffff;; + --background-accent: #ffffff;; */ --background: #000000;; --card: #0c0c0c;; --foreground: #ffffff;; - --primary-cta: #ff6b6b;; + --primary-cta: #ffffff;; --primary-cta-text: #f5f4ef;; --secondary-cta: #000000;; --secondary-cta-text: #2a2928;; - --accent: #ff6b6b;; - --background-accent: #ff6b6b;; + --accent: #ffffff;; + --background-accent: #ffffff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1