diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a9dfa1..9b462c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {