diff --git a/src/app/page.tsx b/src/app/page.tsx index 4266591..94c089c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -12,7 +12,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Facebook, Instagram, Sparkles } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import { Facebook, Instagram, Sparkles, MapPin, Phone, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +33,11 @@ export default function LandingPage() { +
+ +
+
); -} +} \ No newline at end of file