From 46a587731024d8eb0836d269fe929569be916d9a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:03:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f40be69..d398f32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,14 +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: "Reach out to us immediately, and we will handle all logistics."}, { - 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: "Yes, we offer compassionate pre-planning to ease future burdens."}, { - 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: "We offer transparent pricing and help explore all financial arrangements."}, ]} - 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" /> -- 2.49.1