Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9558066604 | |||
| 4266bbaba1 | |||
| 624a7b5ae0 |
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import { Briefcase, Car, Globe, Home, MapPin, Smartphone, Wallet } from "lucide-react";
|
import { Briefcase, Car, Globe, Home, MapPin, Smartphone, Wallet } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -31,27 +31,21 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "#hero" },
|
||||||
name: "Home", id: "#hero"},
|
{ name: "About", id: "#about" },
|
||||||
{
|
{ name: "Services", id: "#features" },
|
||||||
name: "About", id: "#about"},
|
{ name: "Cities", id: "#cities" },
|
||||||
{
|
{ name: "Partners", id: "#partners" },
|
||||||
name: "Services", id: "#features"},
|
|
||||||
{
|
|
||||||
name: "Cities", id: "#cities"},
|
|
||||||
{
|
|
||||||
name: "Partners", id: "#partners"},
|
|
||||||
]}
|
]}
|
||||||
brandName="SAVAD"
|
brandName="SAVAD"
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started", href: "#contact"}}
|
text: "Get Started", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="The Student Super App for Belgium"
|
title="The Student Super App for Belgium"
|
||||||
description="Savad.eu helps international students navigate Belgian life — from housing and banking to transport and social life. Everything you need, in one place, in your language."
|
description="Savad.eu helps international students navigate Belgian life — from housing and banking to transport and social life. Everything you need, in one place, in your language."
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
@@ -68,10 +62,7 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-creation-made-from-geometric-shapes_23-2150829321.jpg", imageAlt: "abstract 3d unification of services" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-creation-made-from-geometric-shapes_23-2150829321.jpg", imageAlt: "abstract 3d unification of services" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-student-with-disability-makes-exam-preparations-university-library_482257-126459.jpg", imageAlt: "connected campus tech aesthetic" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/male-student-with-disability-makes-exam-preparations-university-library_482257-126459.jpg", imageAlt: "connected campus tech aesthetic" },
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||||
{
|
|
||||||
text: "Get Started", href: "#contact"},
|
|
||||||
]}
|
|
||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/young-student-man_1194-2288.jpg", alt: "young student man" },
|
{ src: "http://img.b2bpic.net/free-photo/young-student-man_1194-2288.jpg", alt: "young student man" },
|
||||||
@@ -142,68 +133,49 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"VUB", "ULB", "KU Leuven", "UGent", "UAntwerpen"]}
|
"VUB", "ULB", "KU Leuven", "UGent", "UAntwerpen"
|
||||||
|
]}
|
||||||
title="Trusted by Institutions"
|
title="Trusted by Institutions"
|
||||||
description="Building connections with Belgium's leading universities and international communities."
|
description="We partner with Belgium's top universities to bring verified resources directly to international students."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonial" data-section="testimonial">
|
<div id="testimonial" data-section="testimonial">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardFive
|
||||||
|
title="What Students Say"
|
||||||
|
description="Real experiences from international students navigating their journey in Belgium."
|
||||||
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Aghasalim", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952344.jpg" },
|
{ id: "1", name: "Aghasalim", date: "2025", title: "International Student", quote: "Savad made everything so much easier when I first arrived in Brussels. Housing was sorted in days!", tag: "Housing", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952344.jpg" },
|
||||||
{ id: "2", name: "Ayhan", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104621.jpg" },
|
{ id: "2", name: "Ayhan", date: "2025", title: "Exchanged Student", quote: "The transport guides were a lifesaver. I saved so much time and stress navigating the city.", tag: "Transport", avatarSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104621.jpg" },
|
||||||
{ id: "3", name: "Maria", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleagues-documents_23-2149330964.jpg" },
|
{ id: "3", name: "Maria", date: "2025", title: "Masters Student", quote: "Banking in Belgium was a mystery until I used Savad. The step-by-step guidance is excellent.", tag: "Banking", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleagues-documents_23-2149330964.jpg" },
|
||||||
{ id: "4", name: "John", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207991.jpg" },
|
|
||||||
{ id: "5", name: "Elena", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797710.jpg" },
|
|
||||||
]}
|
]}
|
||||||
cardTitle="What Students Say"
|
tagAnimation="blur-reveal"
|
||||||
cardTag="Testimonials"
|
|
||||||
cardAnimation="blur-reveal"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactText
|
||||||
|
text="Ready to Make Belgium Feel Like Home? Join the Savad community today for exclusive student benefits and personalized guidance."
|
||||||
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
buttons={[{ text: "Get Started" }]}
|
||||||
variant: "sparkles-gradient"}}
|
|
||||||
tag="Get in touch"
|
|
||||||
title="Ready to Make Belgium Feel Like Home?"
|
|
||||||
description="Whether you're a student arriving in Belgium or a local business wanting to reach the student community — we'd love to hear from you."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterSimple
|
||||||
logoText="SAVAD"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Platform", items: [{ label: "About Us", href: "#about" }, { label: "Founders" }, { label: "Roadmap" }] },
|
||||||
title: "Platform", items: [
|
{ title: "Services", items: [{ label: "Housing", href: "#features" }, { label: "Banking", href: "#features" }, { label: "Transport", href: "#features" }] },
|
||||||
{ label: "About Us", href: "#about" },
|
{ title: "Partners", items: [{ label: "For Businesses", href: "#contact" }, { label: "For Universities", href: "#contact" }] },
|
||||||
{ label: "Founders", href: "#" },
|
|
||||||
{ label: "Roadmap", href: "#" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Services", items: [
|
|
||||||
{ label: "Housing", href: "#features" },
|
|
||||||
{ label: "Banking", href: "#features" },
|
|
||||||
{ label: "Transport", href: "#features" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Partners", items: [
|
|
||||||
{ label: "For Businesses", href: "#contact" },
|
|
||||||
{ label: "For Universities", href: "#contact" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 Savad.eu. All rights reserved."
|
bottomLeftText="© 2026 Savad.eu. All rights reserved."
|
||||||
|
bottomRightText="Empowering International Students in Belgium"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user