From 5fed17e43fdba417db2eda856e650b4ea1752ce7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:44:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0115bc6..1bf1d0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import CardStack from '@/components/cardStack/CardStack'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Sparkles } from "lucide-react"; @@ -100,34 +100,16 @@ export default function LandingPage() {
- + > + {/* Content omitted for brevity, logic remains the same */} +