19 Commits

Author SHA1 Message Date
ead8750496 Merge version_11 into main
Merge version_11 into main
2026-05-14 21:21:06 +00:00
f63d5f6ffc Update src/app/page.tsx 2026-05-14 21:21:03 +00:00
8465294a1f Merge version_10 into main
Merge version_10 into main
2026-05-14 21:18:40 +00:00
b480c1de27 Update src/app/page.tsx 2026-05-14 21:18:36 +00:00
913faf4a37 Merge version_9 into main
Merge version_9 into main
2026-05-14 21:17:29 +00:00
140f4642ea Update src/app/page.tsx 2026-05-14 21:17:26 +00:00
e5965a79e7 Merge version_8 into main
Merge version_8 into main
2026-05-14 21:15:06 +00:00
68448d202c Update src/app/page.tsx 2026-05-14 21:15:03 +00:00
f00b88c734 Merge version_6 into main
Merge version_6 into main
2026-05-14 21:08:00 +00:00
a5e31caf99 Update src/app/page.tsx 2026-05-14 21:07:57 +00:00
61d952c285 Merge version_6 into main
Merge version_6 into main
2026-05-14 21:05:04 +00:00
7fa59d0619 Update src/app/page.tsx 2026-05-14 21:04:58 +00:00
fa9640b4dc Merge version_5 into main
Merge version_5 into main
2026-05-14 21:02:26 +00:00
8eec83b40c Update src/app/page.tsx 2026-05-14 21:02:23 +00:00
9f830b5c33 Merge version_5 into main
Merge version_5 into main
2026-05-14 21:02:04 +00:00
561f3c754a Update src/app/page.tsx 2026-05-14 21:02:01 +00:00
88c4201ec9 Merge version_4 into main
Merge version_4 into main
2026-05-14 21:01:21 +00:00
a1d65b5c7c Update src/app/page.tsx 2026-05-14 21:01:18 +00:00
c5db64fe6a Merge version_3 into main
Merge version_3 into main
2026-05-14 20:59:07 +00:00

View File

@@ -10,8 +10,10 @@ 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";
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -29,26 +31,27 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ name: "Services", id: "#services" }, { name: "Services", id: "services" },
{ name: "How It Works", id: "#how-it-works" }, { name: "How It Works", id: "how-it-works" },
{ name: "FAQ", id: "#faq" }, { name: "FAQ", id: "faq" },
{ name: "Contact", id: "#contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Integrity Doc Prep" brandName="Integrity Doc Prep"
/> />
</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="Convenient • Remote • Flat-Fee Pricing" <div className="relative z-10">
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." <HeroSplitTestimonial
background={{ variant: "plain" }} title="“The Only Help You Need to Move Forward”"
imageSrc="https://img.b2bpic.net/free-vector/abstract-business-document-concept_114360-6395.jpg" 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."
imageAlt="Document preparation concept" background={{ variant: "plain" }}
testimonials={[]} testimonials={[]}
mediaAnimation="blur-reveal" 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>
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
@@ -56,13 +59,13 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="Compassionate Support, Affordable Care" title="Here for You, Every Step of the Way"
description="We believe quality assistance shouldn't be cost-prohibitive. Our flat-fee pricing is designed to keep our services accessible, helping you navigate your documentation with complete peace of mind." 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" }, { 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.", imageSrc: "https://img.b2bpic.net/free-vector/eviction-notice-concept_23-2148542329.jpg" }, { 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.", imageSrc: "https://img.b2bpic.net/free-vector/estate-planning-checklist_1284-42661.jpg" }, { 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.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-document-folder_23-2148558435.jpg" } { title: "Real Estate Documentation", description: "Precise preparation for mortgage and property-related documents, starting at $150.", buttons: [{ text: "Get in Touch", onClick: handleCall }] }
]} ]}
/> />
</div> </div>
@@ -74,11 +77,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>
@@ -104,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: "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." } { 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" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -114,7 +116,7 @@ export default function LandingPage() {
<ContactText <ContactText
background={{ variant: "gradient-bars" }} 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." 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} useInvertedBackground={false}
/> />
</div> </div>
@@ -129,4 +131,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }