From dfe2c61bf322c41509b9e5e634696151233e5052 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 20:33:30 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 257 +++++++++++------------------------------------ 1 file changed, 59 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4a9466..8182aad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,30 +32,18 @@ export default function LandingPage() { @@ -64,19 +52,14 @@ export default function LandingPage() {
@@ -304,18 +193,13 @@ export default function LandingPage() { @@ -325,58 +209,35 @@ export default function LandingPage() { logoText="The Pink Spot" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "Phone Cases", - href: "#products", - }, + label: "Phone Cases", href: "#products"}, { - label: "Screen Protectors", - href: "#products", - }, + label: "Screen Protectors", href: "#products"}, { - label: "Chargers", - href: "#products", - }, + label: "Chargers", href: "#products"}, { - label: "Tablet Accessories", - href: "#products", - }, + label: "Tablet Accessories", href: "#products"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} From b10aaa102a9e7701d260fd8070006d2a45bde4ca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 20:33:30 +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 fbd84bc..642225d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: hsl(310 32% 10%); + --card: hsl(310 32% 15%); + --foreground: hsl(330 20% 95%); + --primary-cta: hsl(330 70% 60%); --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: hsl(280 15% 40%); --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: hsl(350 80% 70%); + --background-accent: hsl(310 25% 20%); /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);