From e4d281fc519d51f3cd376e682559abd731dcb4bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 03:32:07 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 168 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75e18ac..5b00402 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -240,26 +162,16 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "About", - href: "#about", - }, - { - label: "Pricing", - href: "#pricing", - }, + { label: "About", href: "#about" }, + { label: "Services", href: "#services" }, + { label: "Pricing", href: "#pricing" }, ], }, { items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "Terms", - href: "#", - }, + { label: "Contact Us", href: "mailto:hello@purelypristine.com" }, + { label: "(555) 123-4567", href: "tel:+15551234567" }, + { label: "Terms of Service", href: "#" }, ], }, ]} @@ -269,4 +181,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 37e53745d1d8da349787f8a5e25220fe74e4808b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 03:32:08 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..02d392a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; - --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; - --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --background: #fdfbf8; + --card: #f5f2ed; + --foreground: #1a1a1a; + --primary-cta: #c6b180; + --primary-cta-text: #1a1a1a; + --secondary-cta: #e8e5e0; + --secondary-cta-text: #1a1a1a; + --accent: #c6b180; + --background-accent: #f5f2ed; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);