From 4a0c98c970d2b749b11de59fbcd9cf6e094bd8d8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 14:26:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 9 deletions(-) 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() { - +
+ +