12 Commits

Author SHA1 Message Date
57fad5b3f9 Update src/app/page.tsx 2026-05-08 14:22:02 +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

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 } 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>
@@ -132,26 +133,14 @@ export default function LandingPage() {
</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>