Compare commits
3 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ead8750496 | |||
| f63d5f6ffc | |||
| 8465294a1f |
@@ -42,9 +42,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero" className="relative">
|
||||
<BlurBottomBackground className="absolute inset-0 opacity-40 blur-3xl pointer-events-none" />
|
||||
<div className="absolute inset-0 z-0">
|
||||
<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" />
|
||||
</div>
|
||||
<div className="relative z-10">
|
||||
<HeroSplitTestimonial
|
||||
title="“The Only Help You Need to Move Forward”"
|
||||
@@ -65,10 +62,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://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: "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: "Family Transitions", description: "Thoughtful assistance for uncontested divorce, custody, and support arrangements, starting at $250.", buttons: [{ text: "Get in Touch", onClick: handleCall }] },
|
||||
{ title: "Residential Stability", description: "Clear, reliable guidance for eviction notices and filings, starting at $199.", 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.", buttons: [{ text: "Get in Touch", onClick: handleCall }] },
|
||||
{ title: "Real Estate Documentation", description: "Precise preparation for mortgage and property-related documents, starting at $150.", buttons: [{ text: "Get in Touch", onClick: handleCall }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,7 +107,6 @@ export default function LandingPage() {
|
||||
{ id: "3", title: "Is my information safe?", content: "Absolutely. Your data is managed via secure, encrypted digital channels designed to keep your personal information private at all times." },
|
||||
{ id: "4", title: "How is the support provided?", content: "While our services are remote for your convenience, we are always available via phone or video call to offer a personal, helping hand whenever you need it." }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-vector/faq-concept-illustration_114360-5233.jpg"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user