diff --git a/src/app/page.tsx b/src/app/page.tsx index cbb206f..dc53d3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,231 +2,149 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import { Utensils, Flame, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return (
-
-
-
-
-
-
-