diff --git a/src/app/page.tsx b/src/app/page.tsx index ad47579..c288634 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; - +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { BarChart, Droplet, Facebook, Flame, Instagram, Mail, Scale, Shield, Sparkles, Twitter, Zap } from "lucide-react"; @@ -33,13 +33,18 @@ export default function LandingPage() {
- +