diff --git a/src/app/page.tsx b/src/app/page.tsx index 348f41d..98851d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import { Star, Wifi, Coffee, Users, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -18,7 +19,7 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="background-highlight" borderRadius="pill" - contentWidth="small" + contentWidth="medium" sizing="largeSizeMediumTitles" background="noise" cardStyle="gradient-radial" @@ -30,299 +31,117 @@ export default function LandingPage() {
-
-
-
-
-