diff --git a/src/app/page.tsx b/src/app/page.tsx index c7c7b8a..4ba7f7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,166 +2,149 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Coffee, Users, Wifi } from "lucide-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"; export default function LandingPage() { return ( - -
- +
-
- +
-
- -
- -
- + +
+ +
+
-
- +
-
- +
-
- +
-
- +
-
); -} +} \ No newline at end of file