Merge version_22 into main

Merge version_22 into main
This commit was merged in pull request #25.
This commit is contained in:
2026-05-19 22:09:46 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}