Compare commits
4 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| b480c1de27 | |||
| 913faf4a37 | |||
| 140f4642ea | |||
| e5965a79e7 |
@@ -10,6 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
|
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
|
||||||
|
import BlurBottomBackground from '@/components/background/BlurBottomBackground';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const handleCall = () => window.location.href = "tel:7542544054";
|
const handleCall = () => window.location.href = "tel:7542544054";
|
||||||
@@ -39,15 +40,21 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero" className="relative">
|
||||||
<HeroSplitTestimonial
|
<BlurBottomBackground className="absolute inset-0 opacity-40 blur-3xl pointer-events-none" />
|
||||||
title="“The Only Help You Need to Move Forward”"
|
<div className="absolute inset-0 z-0">
|
||||||
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."
|
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1778793435307-c918cxmh.jpg" alt="Background" className="w-full h-full object-cover blur-2xl" />
|
||||||
background={{ variant: "plain" }}
|
</div>
|
||||||
testimonials={[]}
|
<div className="relative z-10">
|
||||||
mediaAnimation="blur-reveal"
|
<HeroSplitTestimonial
|
||||||
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", onClick: handleCall }]}
|
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", onClick: handleCall }]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
@@ -58,7 +65,7 @@ export default function LandingPage() {
|
|||||||
title="Here for You, Every Step of the Way"
|
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."
|
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={[
|
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", buttons: [{ text: "Get in Touch", onClick: handleCall }] },
|
{ title: "Family Transitions", description: "Thoughtful assistance for uncontested divorce, custody, and support arrangements, starting at $250.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1778793505589-3wnhixdu.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: "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: "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 }] }
|
{ 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 }] }
|
||||||
|
|||||||
Reference in New Issue
Block a user