diff --git a/src/app/page.tsx b/src/app/page.tsx index abd7729..7dc01e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import TextAbout from '@/components/sections/about/TextAbout'; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { MapPin, Wifi, Coffee, Star } from "lucide-react"; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { MapPin, Wifi, Coffee, Star, BookOpen, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -30,7 +30,7 @@ export default function LandingPage() { >