From 69a9683145ca2b5f73061b6511f4c60ddb9eafab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:31:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 174 +++++++++++++++++------------------------------ 1 file changed, 61 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9751892..6dcdcd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Recycle, Shield } from "lucide-react"; +import { Award, Recycle, Shield, Mail, Phone, MapPin, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -32,8 +30,9 @@ export default function LandingPage() {