Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-14 20:56:23 +00:00

View File

@@ -8,7 +8,6 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
@@ -46,6 +45,8 @@ export default function LandingPage() {
background={{ variant: "plain" }}
imageSrc="https://img.b2bpic.net/free-vector/abstract-business-document-concept_114360-6395.jpg"
imageAlt="Document preparation concept"
testimonials={[]}
mediaAnimation="blur-reveal"
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]}
/>
</div>
@@ -54,6 +55,7 @@ export default function LandingPage() {
<FeatureCardSeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Core Services & Pricing"
description="Transparent flat-fee pricing that is significantly lower than traditional attorneys. All services are remote and secure."
features={[
@@ -103,6 +105,8 @@ export default function LandingPage() {
{ id: "4", title: "What if I need help?", content: "We are always available via phone or Zoom for direct support." }
]}
imageSrc="https://img.b2bpic.net/free-vector/faq-concept-illustration_114360-5233.jpg"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -111,6 +115,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
text="Ready to get started? Our team is ready to help you navigate your legal paperwork with confidence and efficiency."
buttons={[{ text: "Contact Us" }]}
useInvertedBackground={false}
/>
</div>