Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e2f89c8b1 | |||
| 203c0816dd | |||
| 42aa1f033e | |||
| 068177840a | |||
| 46a5877310 | |||
| 88311e84e8 | |||
| 512387763d | |||
| 1712cc0c22 | |||
| 7ce354e788 | |||
| c9f8921650 | |||
| 92a09e5a5e | |||
| 81808a41da | |||
| 2b775bf65e | |||
| 02745f0e21 | |||
| 053e687bf7 |
229
src/app/page.tsx
229
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Service", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über uns ", id: "about"},
|
||||
{
|
||||
name: "Guidance",
|
||||
id: "guidance",
|
||||
},
|
||||
name: "Unterstützung ", id: "guidance"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt ", id: "contact"},
|
||||
]}
|
||||
brandName="Everest Funeral Services"
|
||||
/>
|
||||
@@ -54,37 +46,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Compassionate Support When You Need It Most"
|
||||
description="Everest Funeral Services provides dignified, thoughtful, and professional care to honor your loved ones with the reverence they deserve."
|
||||
variant: "gradient-bars"}}
|
||||
title="In schweren Zeiten an Ihrer Seite "
|
||||
description="Wir begleiten Sie einfühlsam und zuverlässig bei allen Fragen rund um die Bestattung. Mit Erfahrung, Respekt und persönlicher Betreuung stehen wir Ihnen jederzeit zur Seite. "
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Jetzt Kontakt aufnehmen ", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sea-sunset_181624-58978.jpg",
|
||||
imageAlt: "calm memorial garden sunset",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sea-sunset_181624-58978.jpg", imageAlt: "calm memorial garden sunset"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg",
|
||||
imageAlt: "gentle candle light warmth",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg", imageAlt: "gentle candle light warmth"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-bouquet-white-flowers-lies-green-bush_8353-7703.jpg",
|
||||
imageAlt: "calm river peaceful nature",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-bouquet-white-flowers-lies-green-bush_8353-7703.jpg", imageAlt: "calm river peaceful nature"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-scenery_1204-270.jpg",
|
||||
imageAlt: "Autumn scenery.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-scenery_1204-270.jpg", imageAlt: "Autumn scenery."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-sunset_1361-6.jpg",
|
||||
imageAlt: "lovely sunset",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-sunset_1361-6.jpg", imageAlt: "lovely sunset"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -94,21 +73,15 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Honoring Life with Compassion"
|
||||
description="With over 40 years of service, our team is dedicated to guiding families through the journey of loss with integrity, patience, and warmth."
|
||||
title="Ein Leben würdevoll ehren "
|
||||
description="Seit über 40 Jahren begleiten wir Familien einfühlsam durch Zeiten des Abschieds – mit Integrität, Geduld und Menschlichkeit."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "40+ Years Experience",
|
||||
description: "Decades of trusted service within our community.",
|
||||
},
|
||||
title: "40+ Jahre Erfahrung ", description: "Jahrzehntelange vertrauensvolle Begleitung in unserer Region. "},
|
||||
{
|
||||
title: "Personalized Care",
|
||||
description: "Every ceremony is tailored to reflect a unique life.",
|
||||
},
|
||||
title: "Individuelle Betreuung ", description: "Jede Abschiedsfeier wird persönlich und würdevoll gestaltet. "},
|
||||
{
|
||||
title: "Respectful Support",
|
||||
description: "Guiding you through every legal and logistical step.",
|
||||
},
|
||||
title: "Respektvolle Unterstützung ", description: "Wir begleiten Sie bei allen organisatorischen und rechtlichen Schritten. "},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mourning-family-together-cemetery_23-2149435489.jpg"
|
||||
imageAlt="professional funeral director calm"
|
||||
@@ -124,29 +97,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Traditional Funeral",
|
||||
description: "Full arrangements for traditional services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rose_23-2147990712.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/white-piano-with-candles-happy-winter-holidays-concept_627829-8862.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Traditionelle Bestattung ", description: "Umfassende Organisation und Durchführung traditioneller Bestattungen. ", imageSrc: "http://img.b2bpic.net/free-photo/rose_23-2147990712.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/white-piano-with-candles-happy-winter-holidays-concept_627829-8862.jpg", buttonText: "Mehr erfahren "},
|
||||
{
|
||||
title: "Cremation Services",
|
||||
description: "Thoughtful and private cremation options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-poinsettia-assortement_23-2149138706.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-decorated-with-flowers_23-2148016166.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Feuerbestattung ", description: "Einfühlsam geplante und diskrete Möglichkeiten der Feuerbestattung. ", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-poinsettia-assortement_23-2149138706.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-decorated-with-flowers_23-2148016166.jpg", buttonText: "Mehr erfahren "},
|
||||
{
|
||||
title: "Burial Consultation",
|
||||
description: "Assistance with site selection and interment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-family-mourning-funeral_23-2150863713.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/elegant-adult-couple-spring-forest_1157-35174.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Bestattungsberatung ", description: "Unterstützung bei der Wahl der Grabstätte und allen Fragen rund um die Beisetzung. ", imageSrc: "http://img.b2bpic.net/free-photo/sad-family-mourning-funeral_23-2150863713.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/elegant-adult-couple-spring-forest_1157-35174.jpg", buttonText: "Mehr erfahren "},
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="We offer a range of dignified options to suit every family's wishes."
|
||||
title="Unsere Leistungen "
|
||||
description="Wir bieten eine Auswahl würdevoller Möglichkeiten, die den individuellen Wünschen jeder Familie gerecht werden"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,38 +115,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "step1",
|
||||
value: "1",
|
||||
title: "Immediate Actions",
|
||||
items: [
|
||||
"Contacting authorities",
|
||||
"Securing belongings",
|
||||
"Gathering documents",
|
||||
],
|
||||
id: "step1", value: "1", title: "Erste Schritte ", items: [
|
||||
"Benachrichtigung der zuständigen Stellen ", "Sicherung persönlicher Gegenstände", "Zusammenstellung wichtiger Unterlagen "],
|
||||
},
|
||||
{
|
||||
id: "step2",
|
||||
value: "2",
|
||||
title: "Ceremony Planning",
|
||||
items: [
|
||||
"Selecting dates",
|
||||
"Inviting guests",
|
||||
"Choosing clergy",
|
||||
],
|
||||
id: "step2", value: "2", title: "Planung der Trauerfeier ", items: [
|
||||
"Festlegung des Termins ", "Information der Angehörigen und Gäste", "Auswahl eines Geistlichen oder Redners "],
|
||||
},
|
||||
{
|
||||
id: "step3",
|
||||
value: "3",
|
||||
title: "Aftercare",
|
||||
items: [
|
||||
"Obtaining certificates",
|
||||
"Support groups",
|
||||
"Grief counseling",
|
||||
],
|
||||
id: "step3", value: "3", title: "Nachsorge ", items: [
|
||||
"Beantragung von Urkunden ", "Vermittlung von Unterstützungsangeboten ", "Hilfe bei der Trauerbewältigung "],
|
||||
},
|
||||
]}
|
||||
title="Supporting You"
|
||||
description="Helpful steps during your time of loss."
|
||||
title="Wir sind für Sie da "
|
||||
description="Hilfreiche Schritte in einer schweren Zeit. "
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -200,48 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Daughter",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-enjoying-her-time-beach_23-2148992198.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "", company: "", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-enjoying-her-time-beach_23-2148992198.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Anderson",
|
||||
role: "Son",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-caucasian-businessman_1262-2300.jpg",
|
||||
},
|
||||
id: "2", name: "James Anderson", role: "", company: "", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-caucasian-businessman_1262-2300.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda Thompson",
|
||||
role: "Wife",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2988.jpg",
|
||||
},
|
||||
id: "3", name: "Linda Thompson", role: "", company: "", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2988.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Clark",
|
||||
role: "Brother",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg",
|
||||
},
|
||||
id: "4", name: "Robert Clark", role: "", company: "", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Peterson",
|
||||
role: "Sister",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-home_641386-643.jpg",
|
||||
},
|
||||
id: "5", name: "Alice Peterson", role: "", company: "", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-home_641386-643.jpg"},
|
||||
]}
|
||||
title="Family Experiences"
|
||||
description="Honoring loved ones together."
|
||||
title="Erfahrungen von Angehörigen "
|
||||
description="Gemeinsam das Andenken an geliebte Menschen würdevoll bewahren. "
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -252,31 +167,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40+",
|
||||
title: "Years Serving",
|
||||
items: [
|
||||
"Founded in 1984",
|
||||
"Local heritage",
|
||||
],
|
||||
id: "m1", value: "40+", title: "Jahre Erfahrung ", items: [
|
||||
"Seit 1984 für Sie da ", "Lokale Verbundenheit "],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Dedication",
|
||||
items: [
|
||||
"Empathetic staff",
|
||||
"Respectful service",
|
||||
],
|
||||
id: "m2", value: "100%", title: "Engagement ", items: [
|
||||
"Einfühlsames Team ", "Respektvoller Service "],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
items: [
|
||||
"Always available",
|
||||
"Immediate response",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Erreichbarkeit ", items: [
|
||||
"Jederzeit für Sie da ", "Sofortige Unterstützung "],
|
||||
},
|
||||
]}
|
||||
title="Our Commitment"
|
||||
@@ -289,23 +189,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is the first step?",
|
||||
content: "Reach out to us immediately, and we will handle all logistics.",
|
||||
},
|
||||
id: "q1", title: "Was ist der erste Schritt? ", content: "Kontaktieren Sie uns so schnell wie möglich – wir kümmern uns um alle organisatorischen Abläufe. "},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I pre-plan?",
|
||||
content: "Yes, we offer compassionate pre-planning to ease future burdens.",
|
||||
},
|
||||
id: "q2", title: "Kann ich eine Bestattung im Voraus planen? ", content: "Ja, eine frühzeitige Planung ist jederzeit möglich und kann viele Entscheidungen im Voraus erleichtern. "},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there financial options?",
|
||||
content: "We offer transparent pricing and help explore all financial arrangements.",
|
||||
},
|
||||
id: "q3", title: "Gibt es finanzielle Möglichkeiten? ", content: "Ja, wir beraten Sie transparent zu möglichen Kosten und individuellen Zahlungsoptionen. "},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="We're here to provide clarity when you need it most."
|
||||
sideTitle="Häufige Fragen "
|
||||
sideDescription="Wir sind für Sie da, um in schweren Zeiten Klarheit zu schaffen.
|
||||
"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -314,14 +206,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="We are available 24/7 to provide guidance. Please call us at (555) 012-3456 or request a consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Kontaktieren Sie uns jetzt ", href: "tel:5550123456"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -329,10 +218,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Everest Funeral Services"
|
||||
copyrightText="© 2025 Everest Funeral Services. All rights reserved."
|
||||
copyrightText="© 2025 Everest Bestattungsservices. Alle Rechte vorbehalten."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user