Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7131a32060 | |||
| 015495282e | |||
| 025fcb47ce | |||
| 1815de9c48 | |||
| f15a02d99b | |||
| 34d0f54c6c | |||
| b2b12f4aba |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user