diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7e56b72..8923856 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
-
@@ -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."
/>
-
+
@@ -152,4 +149,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file