diff --git a/src/app/page.tsx b/src/app/page.tsx
index e81cd81..290eaed 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,11 +5,11 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
@@ -31,68 +31,31 @@ export default function LandingPage() {
+
-
-
+
-
-
-
-
@@ -226,20 +110,9 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How long are the courses?",
- content: "Our courses typically run for 8 weeks.",
- },
+ id: "q1", title: "How long are the courses?", content: "Our courses typically run for 8 weeks."},
{
- id: "q2",
- title: "Are mock exams included?",
- content: "Yes, unlimited full-scale mock exams are provided.",
- },
- {
- id: "q3",
- title: "Is feedback personalized?",
- content: "Yes, all essays and speaking assessments receive detailed, personalized feedback.",
- },
+ id: "q2", title: "Are mock exams included?", content: "Yes, unlimited full-scale mock exams are provided."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about our academy."
@@ -251,66 +124,42 @@ 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 76c7cc4..5408eb0 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #050012;
- --card: #040121;
- --foreground: #f0e6ff;
- --primary-cta: #c89bff;
+ --background: #ffffff;
+ --card: #f9f9f9;
+ --foreground: #001122;
+ --primary-cta: #15479c;
--primary-cta-text: #050012;
- --secondary-cta: #1d123b;
+ --secondary-cta: #FFD700;
--secondary-cta-text: #f0e6ff;
- --accent: #684f7b;
- --background-accent: #65417c;
+ --accent: #15479c;
+ --background-accent: #f9f9f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);