diff --git a/src/app/page.tsx b/src/app/page.tsx index b2797f7..2b408ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Clock, Users, Zap } from "lucide-react"; +import { Award, Clock, Users, Zap, Coffee, Utensils, Wheat } from "lucide-react"; export default function LandingPage() { return ( @@ -29,14 +29,10 @@ export default function LandingPage() {