Update src/app/page.tsx

This commit is contained in:
2026-05-19 22:08:27 +00:00
parent b4c2e90cbb
commit 02c60bb20e

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -44,23 +44,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero" className="text-white">
<HeroSplitDualMedia
<HeroLogoBillboard
background={{ variant: "gradient-bars" }}
title="The help you need to move on."
description="Flat-fee support. Less stress. A clear next step."
tag="Kind. Private. Judgment-free."
tagAnimation="none"
logoText="Integrety Doc Prep"
description="The help you need to move on. Flat-fee support. Less stress. A clear next step."
buttons={[
{ text: "Call Integrety Doc Prep", href: "tel:754-254-4054" },
{ text: "Text Integrety Doc Prep", href: "sms:754-254-4054" },
]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1779228329733-mbrlqsfe.jpg", imageAlt: "Owner photo" },
{ imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1200&auto=format&fit=crop&_wi=1", imageAlt: "Document organization" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1779228329733-mbrlqsfe.jpg"
imageAlt="Owner photo"
mediaAnimation="none"
rating={5}
ratingText="Trusted service"
frameStyle="card"
/>
</div>
@@ -70,9 +65,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", title: "Document prep support", description: "Professional assistance with your paperwork needs.", tag: "Support", imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?q=80&w=1200&auto=format&fit=crop" },
{ id: "2", title: "Clear next steps", description: "Helping you navigate complex processes easily.", tag: "Clarity", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1200&auto=format&fit=crop&_wi=2" },
{ id: "3", title: "Stress-free follow-through", description: "Ensuring your requirements are fully addressed.", tag: "Success", imageSrc: "https://images.unsplash.com/photo-1521737711867-e3b97375f902?q=80&w=1200&auto=format&fit=crop" },
{ id: "1", title: "Document prep support", description: "Professional assistance with your paperwork needs.", tag: "Support", imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?q=80&w=1200&auto=format&fit=crop", buttons: [{text: "Call", href: "tel:754-254-4054"}, {text: "Message", href: "sms:754-254-4054"}] },
{ id: "2", title: "Clear next steps", description: "Helping you navigate complex processes easily.", tag: "Clarity", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1200&auto=format&fit=crop&_wi=2", buttons: [{text: "Call", href: "tel:754-254-4054"}, {text: "Message", href: "sms:754-254-4054"}] },
{ id: "3", title: "Stress-free follow-through", description: "Ensuring your requirements are fully addressed.", tag: "Success", imageSrc: "https://images.unsplash.com/photo-1521737711867-e3b97375f902?q=80&w=1200&auto=format&fit=crop", buttons: [{text: "Call", href: "tel:754-254-4054"}, {text: "Message", href: "sms:754-254-4054"}] },
]}
title="What we help with"
description="Practical assistance tailored to your needs."
@@ -85,23 +80,25 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "step1", title: "Call or text", description: "Start the conversation comfortably.", tag: "Step 1", imageSrc: "https://images.unsplash.com/photo-1557200134-90327ee0fafa?q=80&w=1200&auto=format&fit=crop" },
{ id: "step2", title: "Get a simple plan", description: "Define the path forward together.", tag: "Step 2", imageSrc: "https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=1200&auto=format&fit=crop" },
{ id: "step3", title: "Prepare your documents", description: "Careful completion of your required items.", tag: "Step 3", imageSrc: "https://images.unsplash.com/photo-1586281380349-632531db7ed4?q=80&w=1200&auto=format&fit=crop" },
{ id: "step4", title: "Move forward", description: "Achieve peace of mind.", tag: "Step 4", imageSrc: "https://images.unsplash.com/photo-1529156069898-49953e39b3ac?q=80&w=1200&auto=format&fit=crop" },
{ id: "step1", title: "Call or text", description: "Start the conversation comfortably.", tag: "Step 1", imageSrc: "https://images.unsplash.com/photo-1557200134-90327ee0fafa?q=80&w=1200&auto=format&fit=crop", buttons: [{text: "Call", href: "tel:754-254-4054"}, {text: "Message", href: "sms:754-254-4054"}] },
{ id: "step2", title: "Get a simple plan", description: "Define the path forward together.", tag: "Step 2", imageSrc: "https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=1200&auto=format&fit=crop", buttons: [{text: "Call", href: "tel:754-254-4054"}, {text: "Message", href: "sms:754-254-4054"}] },
{ id: "step3", title: "Prepare your documents", description: "Careful completion of your required items.", tag: "Step 3", imageSrc: "https://images.unsplash.com/photo-1586281380349-632531db7ed4?q=80&w=1200&auto=format&fit=crop", buttons: [{text: "Call", href: "tel:754-254-4054"}, {text: "Message", href: "sms:754-254-4054"}] },
{ id: "step4", title: "Move forward", description: "Achieve peace of mind.", tag: "Step 4", imageSrc: "https://images.unsplash.com/photo-1529156069898-49953e39b3ac?q=80&w=1200&auto=format&fit=crop", buttons: [{text: "Call", href: "tel:754-254-4054"}, {text: "Message", href: "sms:754-254-4054"}] },
]}
title="How it works"
description="Simple. Clear. No guessing."
/>
</div>
<div id="about" data-section="about" className="text-white bg-black/5">
<div id="about" data-section="about" className="text-black bg-black/5">
<MediaAbout
useInvertedBackground={false}
title="About"
description="Practical help when you need clarity and momentum. We specialize in making overwhelming paperwork simple and manageable."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1779225890632-ehedkgzr.png"
imageAlt="Professional abstract concept representing organized documentation"
descriptionClassName="text-black"
titleClassName="text-black"
/>
</div>
@@ -152,4 +149,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}