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 */} +