7 Commits

Author SHA1 Message Date
7131a32060 Merge version_3 into main
Merge version_3 into main
2026-03-09 15:42:22 +00:00
015495282e Update src/app/page.tsx 2026-03-09 15:42:19 +00:00
025fcb47ce Merge version_2 into main
Merge version_2 into main
2026-03-09 15:39:22 +00:00
1815de9c48 Update src/app/page.tsx 2026-03-09 15:39:12 +00:00
f15a02d99b Merge version_1 into main
Merge version_1 into main
2026-03-09 15:35:09 +00:00
34d0f54c6c Merge version_1 into main
Merge version_1 into main
2026-03-09 15:34:14 +00:00
b2b12f4aba Merge version_1 into main
Merge version_1 into main
2026-03-09 15:32:50 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -49,7 +49,7 @@ export default function LandingPage() {
description="ConnectED connects high school students with universities perfectly aligned to their goals, interests, and academic profile. Discover opportunities tailored just for you."
tag="Intelligent Matching"
tagIcon={Sparkles}
background={{ variant: "glowing-orb" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-computer-scientist-data-center-uses-ai-tablet_482257-121074.jpg"
imageAlt="Student exploring university matches on ConnectED platform"
mediaAnimation="slide-up"
@@ -290,4 +290,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}