From 5735d7cb8b47a3e2018e71e64a7ec647c22bab8a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 20:23:41 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++--------------------------------------- 1 file changed, 34 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 573daa1..0ea7905 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,36 +19,26 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmall" - background="fluid" - cardStyle="layered-gradient" - primaryButtonStyle="primary-glow" + background="none" + cardStyle="outline" + primaryButtonStyle="flat" secondaryButtonStyle="solid" - headingFontWeight="extrabold" + headingFontWeight="bold" >
@@ -252,33 +133,9 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Services", - href: "#services", - }, - { - label: "Testimonials", - href: "#testimonials", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + label: "Services", href: "#services"}, ], }, ]} @@ -288,4 +145,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 0987090947acb0a2f562040e8b17338128d4ecec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 20:23:41 +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 cbce47d..04c52ac 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fff5f5e6; - --primary-cta: #ff7a7a; + --background: #ffffff; + --card: #ffffff; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #fff5f5e6; - --accent: #737373; - --background-accent: #737373; + --accent: #e0e0e0; + --background-accent: #000000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1