From b3916e4cac7d0c1746ea13ceb6e2d1a06263c377 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:30:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdb400a..73ef35d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwen import ContactText from "@/components/sections/contact/ContactText"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import { Building2 } from "lucide-react"; export default function LandingPage() { @@ -55,6 +56,28 @@ export default function LandingPage() { /> + +