Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68448d202c | |||
| f00b88c734 | |||
| a5e31caf99 | |||
| 61d952c285 | |||
| 7fa59d0619 | |||
| fa9640b4dc | |||
| 9f830b5c33 |
@@ -12,6 +12,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleCall = () => window.location.href = "tel:7542544054";
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -40,12 +41,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="Real Help With Important Documents — Without the Stress"
|
||||
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."
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[]}
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]}
|
||||
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", onClick: handleCall }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,10 +58,10 @@ export default function LandingPage() {
|
||||
title="Here for You, Every Step of the Way"
|
||||
description="We pride ourselves on offering a personal, welcoming experience. We handle the paperwork so you can focus on what truly matters—your family and your future."
|
||||
features={[
|
||||
{ title: "Family Transitions", description: "Thoughtful assistance for uncontested divorce, custody, and support arrangements, starting at $250.", imageSrc: "https://img.b2bpic.net/free-vector/family-law-concept_23-2148590039.jpg" },
|
||||
{ title: "Residential Stability", description: "Clear, reliable guidance for eviction notices and filings, starting at $199.", imageSrc: "https://img.b2bpic.net/free-vector/eviction-notice-concept_23-2148542329.jpg" },
|
||||
{ title: "Estate & Future Planning", description: "Gentle, supportive preparation for wills, power of attorney, and healthcare directives, starting at $125.", imageSrc: "https://img.b2bpic.net/free-vector/estate-planning-checklist_1284-42661.jpg" },
|
||||
{ title: "Real Estate Documentation", description: "Precise preparation for mortgage and property-related documents, starting at $150.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-document-folder_23-2148558435.jpg" }
|
||||
{ title: "Family Transitions", description: "Thoughtful assistance for uncontested divorce, custody, and support arrangements, starting at $250.", imageSrc: "https://img.b2bpic.net/free-vector/family-law-concept_23-2148590039.jpg", buttons: [{ text: "Get in Touch", onClick: handleCall }] },
|
||||
{ title: "Residential Stability", description: "Clear, reliable guidance for eviction notices and filings, starting at $199.", imageSrc: "https://img.b2bpic.net/free-vector/eviction-notice-concept_23-2148542329.jpg", buttons: [{ text: "Get in Touch", onClick: handleCall }] },
|
||||
{ title: "Estate & Future Planning", description: "Gentle, supportive preparation for wills, power of attorney, and healthcare directives, starting at $125.", imageSrc: "https://img.b2bpic.net/free-vector/estate-planning-checklist_1284-42661.jpg", buttons: [{ text: "Get in Touch", onClick: handleCall }] },
|
||||
{ title: "Real Estate Documentation", description: "Precise preparation for mortgage and property-related documents, starting at $150.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-document-folder_23-2148558435.jpg", buttons: [{ text: "Get in Touch", onClick: handleCall }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,11 +73,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
items={[
|
||||
{ content: "1. A Warm Welcome: Simply reach out, and we'll listen to your needs.", media: "📁", reverse: false },
|
||||
{ content: "2. Secure & Private: Upload your documents through our encrypted, protected portal.", media: "🔒", reverse: true },
|
||||
{ content: "3. Careful Preparation: We draft your documents with accuracy and attention to detail.", media: "✍️", reverse: false },
|
||||
{ content: "4. Review Together: You review every detail with confidence before finalizing.", media: "✅", reverse: true },
|
||||
{ content: "5. Confident Next Steps: We’ll provide clear guidance for your final actions.", 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. Send Your Information Securely: Upload your documents safely and privately from anywhere in Florida.", media: "🔒", reverse: true },
|
||||
{ content: "3. We Prepare Everything Carefully: Your documents are prepared professionally with attention to detail and care.", media: "✍️", reverse: false },
|
||||
{ content: "4. Review Everything With Confidence: Review everything before signing or filing.", media: "✅", reverse: true },
|
||||
{ content: "5. Move Forward With Peace of Mind: Clear next-step guidance and support throughout the process.", media: "🚀", reverse: false }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,7 +113,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="If you're ready to take the next step, we're here to walk alongside you. Please reach out, and let us help you handle your paperwork with confidence and peace of mind."
|
||||
buttons={[{ text: "Get in Touch" }]}
|
||||
buttons={[{ text: "Get in Touch", onClick: handleCall }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user