22 Commits

Author SHA1 Message Date
f78c9cea57 Merge version_8 into main
Merge version_8 into main
2026-05-08 14:24:03 +00:00
be078efc10 Update src/app/page.tsx 2026-05-08 14:23:57 +00:00
2cde9ec004 Merge version_7 into main
Merge version_7 into main
2026-05-08 14:22:57 +00:00
0e386cee8b Update theme colors 2026-05-08 14:22:53 +00:00
3410a6283e Merge version_6 into main
Merge version_6 into main
2026-05-08 14:22:46 +00:00
453a7a041b Update theme colors 2026-05-08 14:22:42 +00:00
92349f3dd0 Merge version_5 into main
Merge version_5 into main
2026-05-08 14:22:34 +00:00
e12d80e0c7 Update theme colors 2026-05-08 14:22:31 +00:00
8329f7f584 Merge version_4 into main
Merge version_4 into main
2026-05-08 14:22:05 +00:00
57fad5b3f9 Update src/app/page.tsx 2026-05-08 14:22:02 +00:00
8819348786 Merge version_4 into main
Merge version_4 into main
2026-05-08 14:19:15 +00:00
e7b3cff1ae Update src/app/page.tsx 2026-05-08 14:19:12 +00:00
5d6dd508fd Switch to version 2: modified src/app/page.tsx 2026-05-08 14:18:22 +00:00
c59a69b5c2 Switch to version 2: modified src/app/courses/page.tsx 2026-05-08 14:18:22 +00:00
7f2cf3e787 Switch to version 2: modified src/app/contact/page.tsx 2026-05-08 14:18:21 +00:00
bc7d053060 Switch to version 2: modified src/app/about/page.tsx 2026-05-08 14:18:21 +00:00
614a95fde9 Merge version_3 into main
Merge version_3 into main
2026-05-08 14:17:45 +00:00
228c5644c5 Update src/app/page.tsx 2026-05-08 14:17:42 +00:00
aa0ef40f19 Update src/app/courses/page.tsx 2026-05-08 14:17:41 +00:00
5d37552d22 Update src/app/contact/page.tsx 2026-05-08 14:17:41 +00:00
f5f61b8486 Update src/app/about/page.tsx 2026-05-08 14:17:40 +00:00
4e86fc88c4 Merge version_2 into main
Merge version_2 into main
2026-05-08 14:14:51 +00:00
2 changed files with 26 additions and 33 deletions

View File

@@ -3,12 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Facebook, Instagram, Mail, Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -37,7 +38,7 @@ export default function LandingPage() {
{
name: "Contact", id: "/contact"},
]}
brandName="Wisdom Science & Maths"
brandName=""
/>
</div>
@@ -125,33 +126,25 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[]}
title="Testimonials"
description="What our students say."
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 },
{ 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 id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About", href: "/about"},
{
label: "Courses", href: "/courses"},
],
},
{
items: [
{
label: "Contact Us", href: "/contact"},
{
label: "Schedule", href: "#"},
],
},
]}
<FooterCard
logoText="Wisdom Science & Maths"
socialLinks={[
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Mail, href: "#", ariaLabel: "Email" }
]}
copyrightText="© 2025 Wisdom Tuition Centre. All rights reserved."
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfcfd;
--card: #ffffff;
--foreground: #000612;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #ff8c42;
--secondary-cta-text: #ffffff;
--accent: #e2e2e2;
--background-accent: #ff8c42;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);