|
|
|
|
@@ -3,7 +3,7 @@
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|
|
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
|
import { Award, Globe, GraduationCap, ShieldCheck, Users, Zap } from "lucide-react";
|
|
|
|
|
import { Award, Globe, GraduationCap, MapPin, ShieldCheck, Users, Zap } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "f1", title: "Where are you located?", content: "Rue Balil Aboubakr, Biskra, Algeria." },
|
|
|
|
|
{ id: "f1", title: "Where are you located?", content: "Find us on the map below at Rue Balil Aboubakr, Biskra, Algeria." },
|
|
|
|
|
{ id: "f2", title: "How to register?", content: "You can visit our institute or register via our website." },
|
|
|
|
|
{ id: "f3", title: "Is payment secure?", content: "Yes, we use industry-standard encryption for all payments." },
|
|
|
|
|
]}
|
|
|
|
|
@@ -149,11 +149,14 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Contact Us"
|
|
|
|
|
tagIcon={MapPin}
|
|
|
|
|
title="Visit Us in Biskra"
|
|
|
|
|
description="Find us at Rue Balil Aboubakr, Biskra. We are ready to help you start your language journey."
|
|
|
|
|
buttons={[{ text: "Call Us", href: "tel:+213000000000" }, { text: "Get Directions", href: "https://maps.google.com/?q=Biskra+Algeria" }]}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
text="Join ELI Biskra today and start your journey."
|
|
|
|
|
buttons={[{ text: "Register Now", href: "tel:+213000000000" }]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|