From 0e87cfadc65e28a3e536ddfc55c27dddceb93976 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 22:09:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8923856..ec5eef2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { 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", 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: "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", 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" @@ -149,4 +149,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}