From f3fab5ce9e7ece6b19eae692e02dfd0dc86c7024 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 23:33:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f5e66..4f21328 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -37,22 +37,22 @@ export default function LandingPage() { logoAlt="Integrety Doc Prep Logo" brandName="Integrety Doc Prep LLC" button={{ - text: "Call 754-254-4054", href: "tel:754-254-4054" + text: "Call 754-254-4054", href: "tel:7542544054" }} />
-
@@ -120,7 +120,7 @@ export default function LandingPage() { columns={[ { title: "Links", items: [ - { label: "Call 754-254-4054", href: "tel:754-254-4054" }, + { label: "Call 754-254-4054", href: "tel:7542544054" }, ], }, ]}