Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 140f4642ea | |||
| e5965a79e7 |
@@ -10,6 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
|
||||
import BlurBottomBackground from '@/components/background/BlurBottomBackground';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleCall = () => window.location.href = "tel:7542544054";
|
||||
@@ -39,15 +40,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
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 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”"
|
||||
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 id="services" data-section="services">
|
||||
@@ -128,4 +135,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user