Compare commits
17 Commits
version_3
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| d014b495b7 | |||
| 61c6bc1442 | |||
| 1cc36c4fb4 | |||
| 3f3d4d0cdd | |||
| b2511b7254 | |||
| 4773c7c014 | |||
| 33d7fe8600 | |||
| 0121448331 | |||
| f3d8a2857a | |||
| 679624501f | |||
| cdaca2586f | |||
| e1ea3fb2e0 | |||
| 70233b4663 | |||
| 2cdd9c27a3 | |||
| ee92b42a3c | |||
| f902fa0bd9 | |||
| f6ff3e3815 |
@@ -2,16 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
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, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -156,23 +156,24 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to Make Belgium Feel Like Home? Join the Savad community today for exclusive student benefits and personalized guidance."
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
title="Ready to Make Belgium Feel Like Home?"
|
||||
description="Join the Savad community today for exclusive student benefits and personalized guidance."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Get Started" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-student-with-backpack-talking-on-the-phone_1150-13165.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterLogoEmphasis
|
||||
logoText="SAVAD"
|
||||
columns={[
|
||||
{ title: "Platform", items: [{ label: "About Us", href: "#about" }, { label: "Founders" }, { label: "Roadmap" }] },
|
||||
{ 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" }] },
|
||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Founders" }, { label: "Roadmap" }] },
|
||||
{ items: [{ label: "Housing", href: "#features" }, { label: "Banking", href: "#features" }, { label: "Transport", href: "#features" }] },
|
||||
{ items: [{ label: "For Businesses", href: "#contact" }, { label: "For Universities", href: "#contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2026 Savad.eu. All rights reserved."
|
||||
bottomRightText="Empowering International Students in Belgium"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user