Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb0c114989 | |||
| fec2c31752 | |||
| 67057898c6 |
@@ -3,13 +3,11 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { ShieldCheck, Heart, Users, BookOpen } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -39,53 +37,55 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlayTestimonial
|
<HeroSplitDualMedia
|
||||||
title="Helping Aging Parents? You're Not Alone."
|
title="Helping Aging Parents? You're Not Alone."
|
||||||
description="Palante STS provides the structure and expert guidance to help adult children manage senior living transitions with confidence."
|
description="Palante STS provides clear, expert guidance to manage senior transitions with dignity and calm."
|
||||||
buttons={[{ text: "Schedule Free Consultation", href: "/contact" }, { text: "Our Services", href: "/services" }]}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
testimonials={[{ name: "Sarah M.", handle: "@sarahm", testimonial: "Palante gave us the roadmap we didn't know we needed during a stressful time.", rating: 5 }]}
|
tag="Compassionate Transition Experts"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/grandparents-learning-use-technology_23-2149402581.jpg"
|
buttons={[{ text: "Get Your Free Consultation", href: "/contact" }]}
|
||||||
/>
|
rating={5}
|
||||||
</div>
|
ratingText="Trusted by 500+ families"
|
||||||
|
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/grandparents-learning-use-technology_23-2149402581.jpg", imageAlt: "Supportive family environment" }, { imageSrc: "http://img.b2bpic.net/free-photo/family-helping-elderly_23-2149402581.jpg", imageAlt: "Professional guidance" }]}
|
||||||
<div id="services" data-section="services">
|
|
||||||
<FeatureCardTwentySeven
|
|
||||||
title="How Palante Helps You"
|
|
||||||
description="We translate the chaos of senior transitions into a clear, manageable plan."
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
features={[
|
|
||||||
{ id: "s1", title: "Strategic Planning", descriptions: ["Expert roadmapping for care and living needs."], imageSrc: "" },
|
|
||||||
{ id: "s2", title: "Logistical Management", descriptions: ["Coordinating movers, decluttering, and floor planning."], imageSrc: "" },
|
|
||||||
{ id: "s3", title: "Communication Facilitation", descriptions: ["Mediating family discussions to reach consensus."], imageSrc: "" }
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="trust" data-section="trust">
|
<div id="trust" data-section="trust">
|
||||||
<MetricCardOne
|
<MetricCardEleven
|
||||||
title="Why Families Trust Palante"
|
title="Why Families Trust Palante"
|
||||||
description="Experience-backed support for life's most delicate transitions."
|
description="We help you navigate complex life changes with proven, compassionate strategies."
|
||||||
gridVariant="bento-grid"
|
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "t1", value: "20+", title: "Years Experience", description: "In senior transitions.", icon: ShieldCheck },
|
{ id: "t1", value: "20+", title: "Years of Experience", description: "Dedicated to senior care.", imageSrc: "http://img.b2bpic.net/free-photo/shield-icon_23-2149402581.jpg" },
|
||||||
{ id: "t2", value: "500+", title: "Families Assisted", description: "Successfully transitioned.", icon: Users },
|
{ id: "t2", value: "500+", title: "Families Supported", description: "Successfully transitioned.", imageSrc: "http://img.b2bpic.net/free-photo/users-icon_23-2149402581.jpg" },
|
||||||
{ id: "t3", value: "100%", title: "Personalized Support", description: "Tailored to your family goals.", icon: Heart },
|
{ id: "t3", value: "100%", title: "Personalized Care", description: "Tailored to your family.", imageSrc: "http://img.b2bpic.net/free-photo/heart-icon_23-2149402581.jpg" },
|
||||||
{ id: "t4", value: "Proven", title: "Framework", description: "A reliable system that works.", icon: BookOpen }
|
{ id: "t4", value: "Proven", title: "Reliable Framework", description: "A simple, clear process.", imageSrc: "http://img.b2bpic.net/free-photo/book-icon_23-2149402581.jpg" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="services" data-section="services">
|
||||||
|
<FeatureCardOne
|
||||||
|
title="How Palante Helps Your Family"
|
||||||
|
description="We take the burden off your shoulders, managing the logistics of senior living transitions so you can focus on quality time."
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="split"
|
||||||
|
gridVariant="two-columns-alternating-heights"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
features={[
|
||||||
|
{ title: "Strategic Planning", description: "Customized roadmaps to clarify your path forward.", imageSrc: "http://img.b2bpic.net/free-photo/planning_23-2149402581.jpg" },
|
||||||
|
{ title: "Logistical Support", description: "From downsizing to move-in, we manage every detail.", imageSrc: "http://img.b2bpic.net/free-photo/moving_23-2149402581.jpg" },
|
||||||
|
{ title: "Family Facilitation", description: "Neutral support to help families agree on the best care plan.", imageSrc: "http://img.b2bpic.net/free-photo/family_23-2149402581.jpg" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Let’s discuss your family's specific situation."
|
text="We're ready to listen and support your family. Schedule your free consultation today."
|
||||||
animationType="entrance-slide"
|
buttons={[{ text: "Book Consultation", href: "/contact" }]}
|
||||||
buttons={[{ text: "Schedule Free Consultation", href: "/contact" }]}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
background={{ variant: "gradient-bars" }}
|
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user