1 Commits

Author SHA1 Message Date
68448d202c Update src/app/page.tsx 2026-05-14 21:15:03 +00:00

View File

@@ -41,8 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
title="“The Only Help You Need to Move Forward” title="“The Only Help You Need to Move Forward”"
"
description="Professional document preparation for South Florida individuals and families. We offer a transparent, stress-free alternative to traditional legal services, helping you manage life's transitions with dignity and peace of mind." description="Professional document preparation for South Florida individuals and families. We offer a transparent, stress-free alternative to traditional legal services, helping you manage life's transitions with dignity and peace of mind."
background={{ variant: "plain" }} background={{ variant: "plain" }}
testimonials={[]} testimonials={[]}
@@ -74,11 +73,11 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
items={[ items={[
{ content: "1. A Warm Welcome: Simply reach out, and we'll listen to your needs.", media: "📁", reverse: false }, { content: "1. Reach Out Anytime: Call, text, email, or fill out the contact form to get started.", media: "📁", reverse: false },
{ content: "2. Secure & Private: Upload your documents through our encrypted, protected portal.", media: "🔒", reverse: true }, { content: "2. Send Your Information Securely: Upload your documents safely and privately from anywhere in Florida.", media: "🔒", reverse: true },
{ content: "3. Careful Preparation: We draft your documents with accuracy and attention to detail.", media: "✍️", reverse: false }, { content: "3. We Prepare Everything Carefully: Your documents are prepared professionally with attention to detail and care.", media: "✍️", reverse: false },
{ content: "4. Review Together: You review every detail with confidence before finalizing.", media: "✅", reverse: true }, { content: "4. Review Everything With Confidence: Review everything before signing or filing.", media: "✅", reverse: true },
{ content: "5. Confident Next Steps: Well provide clear guidance for your final actions.", media: "🚀", reverse: false } { content: "5. Move Forward With Peace of Mind: Clear next-step guidance and support throughout the process.", media: "🚀", reverse: false }
]} ]}
/> />
</div> </div>