Update src/app/page.tsx

This commit is contained in:
2026-05-19 23:33:42 +00:00
parent ab67e7dc84
commit f3fab5ce9e

View File

@@ -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"
}}
/>
</div>
<div id="hero" data-section="hero" className="text-white py-12 px-6 flex flex-col items-center">
<HeroLogoBillboard
background={{ variant: "gradient-bars" }}
logoText="Integrety Doc Prep LLC"
description="The help you need to move on. Flat-fee support. Less stress. A clear next step. Call 754-254-4054"
<HeroSplitMediaGrid
title="Integrety Doc Prep LLC"
description="The help you need to move on. Flat-fee support. Less stress. A clear next step. Call us today for professional assistance with your documentation needs."
buttons={[
{ text: "Call 754-254-4054", href: "tel:754-254-4054" },
{ text: "Call us", href: "tel:7542544054" },
]}
mediaAnimation="blur-reveal"
frameStyle="card"
imageSrc="https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?q=80&w=1200&auto=format&fit=crop&_wi=1"
imageAlt="Professional support services"
mediaPosition="right"
useInvertedBackground={true}
/>
</div>
@@ -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" },
],
},
]}