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
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);