From 0868278605c123f479414c9eb1afcbb358dc15a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 10:20:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 237 ++++++----------------------------------------- 1 file changed, 28 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5d5ee4..2e5d376 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Sparkles } from "lucide-react"; @@ -31,26 +30,11 @@ export default function LandingPage() { -
- -
-
@@ -291,36 +134,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1