diff --git a/src/app/page.tsx b/src/app/page.tsx index 547a314..f19d97b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import { Sparkles, TrendingUp, Zap, Shield, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Twitter, Linkedin, Globe, Check } from 'lucide-react'; const page = () => {