From 87d6c6b5b857ee84fc3817c1db5cbe631ee0fe2b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:15:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) 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 = () => { -- 2.49.1