Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f78c9cea57 | |||
| be078efc10 | |||
| 2cde9ec004 | |||
| 0e386cee8b | |||
| 3410a6283e | |||
| 453a7a041b | |||
| 92349f3dd0 | |||
| e12d80e0c7 | |||
| 8329f7f584 | |||
| 8819348786 |
@@ -9,7 +9,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
|||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import { Facebook, Instagram, Mail } from 'lucide-react';
|
import { Facebook, Instagram, Mail, Star } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -126,9 +126,13 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[]}
|
testimonials={[
|
||||||
title="Testimonials"
|
{ id: "s1", name: "Anura B.", role: "O/L Student", testimonial: "The Science revision classes were a game-changer. My predicted grade improved from a B to an A!", icon: Star },
|
||||||
description="What our students say."
|
{ id: "s2", name: "Kavindya D.", role: "Grade 10", testimonial: "The personalized attention in small group math classes really helped me clear my doubts about algebra.", icon: Star },
|
||||||
|
{ id: "s3", name: "Sajith W.", role: "O/L Student", testimonial: "Structured, concise, and very effective. Highly recommend for any student struggling with the basics.", icon: Star }
|
||||||
|
]}
|
||||||
|
title="Student Reviews"
|
||||||
|
description="Hear from our successful students about their journey with us."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfcfd;
|
--background: #f5f4ef;
|
||||||
--card: #ffffff;
|
--card: #dad6cd;
|
||||||
--foreground: #000612;
|
--foreground: #2a2928;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #2a2928;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #ff8c42;
|
--secondary-cta: #ecebea;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #2a2928;
|
||||||
--accent: #e2e2e2;
|
--accent: #ffffff;
|
||||||
--background-accent: #ff8c42;
|
--background-accent: #c6b180;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user