From 780f1ac5d1eb66f3fc9665e9028baf253fc5a695 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:37:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 155 +++++++++++++---------------------------------- 1 file changed, 41 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fabef96..327a9bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,10 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Crown } from "lucide-react"; +import { Cake, MapPin, Clock, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -33,55 +31,40 @@ export default function LandingPage() {
@@ -90,81 +73,31 @@ export default function LandingPage() { -
- + -
- -
- -
- -
- -
- -
-
@@ -172,38 +105,32 @@ export default function LandingPage() { ); -} +} \ No newline at end of file