From 7ecbc4dc845a75b52228ca3a8ff49d8b412679f2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:08:23 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 233 ++++++++++------------------------------------- 1 file changed, 48 insertions(+), 185 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e81c579..e274014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,56 +31,37 @@ export default function LandingPage() {
@@ -308,62 +196,37 @@ export default function LandingPage() { logoText="PivotAcademy" columns={[ { - title: "Academy", - items: [ + title: "Academy", items: [ { - label: "Home", - href: "#", - }, + label: "Home", href: "#"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Curriculum", - href: "#curriculum", - }, + label: "Curriculum", href: "#curriculum"}, { - label: "Admissions", - href: "#", - }, + label: "Admissions", href: "#"}, { - label: "Safeguarding", - href: "#", - }, + label: "Safeguarding", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Apply Now", - href: "#", - }, + label: "Apply Now", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, ], }, ]} @@ -373,4 +236,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From fe268d30e47e38ecc3bcc6965b57d3fe6ed22a6e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:08:23 +0000 Subject: [PATCH 2/2] 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 76c2b22..20099ac 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f8f9fc; + --background: #f5f5f5; --card: #ffffff; - --foreground: #222222; - --primary-cta: #173f7a; + --foreground: #1c1c1c; + --primary-cta: #1f3251; --primary-cta-text: #ffffff; - --secondary-cta: #f4a100; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #f4a100; - --background-accent: #e0e0e0; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1