diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fed0ae..b16b43a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Award, Droplets, Truck } from "lucide-react"; @@ -32,21 +31,11 @@ export default function LandingPage() { @@ -56,97 +45,51 @@ export default function LandingPage() { @@ -158,117 +101,29 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "15+", - }, + label: "Years Experience", value: "15+"}, { icon: Droplets, - label: "Pure Water Source", - value: "100%", - }, + label: "Pure Water Source", value: "100%"}, { icon: Truck, - label: "Daily Deliveries", - value: "500+", - }, + label: "Daily Deliveries", value: "500+"}, ]} metricsAnimation="slide-up" /> -
- -
-
); -} +} \ No newline at end of file