diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8123207..37bff4e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,51 +45,28 @@ export default function LandingPage() {
@@ -109,19 +78,13 @@ export default function LandingPage() {
metrics={[
{
icon: History,
- label: "Seit Gründung",
- value: "2002",
- },
+ label: "Seit Gründung", value: "2002"},
{
icon: Truck,
- label: "Region",
- value: "Saarland",
- },
+ label: "Region", value: "Saarland"},
{
icon: ShieldCheck,
- label: "Qualität",
- value: "Premium",
- },
+ label: "Qualität", value: "Premium"},
]}
metricsAnimation="slide-up"
/>
@@ -134,12 +97,7 @@ export default function LandingPage() {
title="Unsere Partner"
description="Wir arbeiten mit führenden Bestattungsbetrieben in ganz Deutschland zusammen."
names={[
- "Nordbestattung GmbH",
- "Südlich-Dignität",
- "Trauerkultur Berlin",
- "Westfälische Abschiede",
- "Mainzer Bestattungshaus",
- ]}
+ "Nordbestattung GmbH", "Südlich-Dignität", "Trauerkultur Berlin", "Westfälische Abschiede", "Mainzer Bestattungshaus"]}
/>
@@ -152,51 +110,27 @@ export default function LandingPage() {
description="Faire Preise für professionelle Bestattungsbetriebe."
plans={[
{
- id: "basic",
- price: "Auf Anfrage",
- name: "Standard Paket",
- features: [
- "Regelmäßige Belieferung",
- "Support via Telefon",
- "Einfache Bestellung",
- ],
+ id: "basic", price: "Auf Anfrage", name: "Standard Paket", features: [
+ "Regelmäßige Belieferung", "Support via Telefon", "Einfache Bestellung"],
buttons: [
{
- text: "Anfragen",
- href: "/contact",
- },
+ text: "Anfragen", href: "/contact"},
],
},
{
- id: "pro",
- price: "Auf Anfrage",
- name: "Partner Paket",
- features: [
- "Individuelle Konditionen",
- "Persönlicher Ansprechpartner",
- "Exklusive Kollektionen",
- ],
+ id: "pro", price: "Auf Anfrage", name: "Partner Paket", features: [
+ "Individuelle Konditionen", "Persönlicher Ansprechpartner", "Exklusive Kollektionen"],
buttons: [
{
- text: "Anfragen",
- href: "/contact",
- },
+ text: "Anfragen", href: "/contact"},
],
},
{
- id: "enterprise",
- price: "Auf Anfrage",
- name: "Großabnehmer",
- features: [
- "Exklusive Preisliste",
- "Prioritätslogistik",
- "Individuelle Sarganfertigung",
- ],
+ id: "enterprise", price: "Auf Anfrage", name: "Großabnehmer", features: [
+ "Exklusive Preisliste", "Prioritätslogistik", "Individuelle Sarganfertigung"],
buttons: [
{
- text: "Anfragen",
- href: "/contact",
- },
+ text: "Anfragen", href: "/contact"},
],
},
]}
@@ -209,35 +143,20 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Häufige Fragen"
description="Hier finden Sie Antworten auf Ihre Fragen."
- imageSrc="http://img.b2bpic.net/free-photo/beautician-styling-clients-hair_107420-94677.jpg?_wi=2"
+ imageSrc="https://images.unsplash.com/photo-1544427920-c49ccfb85512?q=80&w=1200"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "Wie sind die Lieferzeiten?",
- content: "Wir liefern in der Regel innerhalb von 24-48 Stunden deutschlandweit.",
- },
+ id: "1", title: "Wie sind die Lieferzeiten?", content: "Wir liefern in der Regel innerhalb von 24-48 Stunden deutschlandweit."},
{
- id: "2",
- title: "Wie kann ich bestellen?",
- content: "Als Fachbetrieb können Sie direkt über das Webportal oder telefonisch bestellen.",
- },
+ id: "2", title: "Wie kann ich bestellen?", content: "Als Fachbetrieb können Sie direkt über das Webportal oder telefonisch bestellen."},
{
- id: "3",
- title: "Bieten Sie auch Sonderanfertigungen an?",
- content: "Ja, wir realisieren gerne individuelle Wünsche in unserer Holzwerkstatt.",
- },
+ id: "3", title: "Bieten Sie auch Sonderanfertigungen an?", content: "Ja, wir realisieren gerne individuelle Wünsche in unserer Holzwerkstatt."},
{
- id: "4",
- title: "Wie ist der Ablauf bei Reklamationen?",
- content: "Wir garantieren schnelle Ersatzlieferungen ohne bürokratische Hürden.",
- },
+ id: "4", title: "Wie ist der Ablauf bei Reklamationen?", content: "Wir garantieren schnelle Ersatzlieferungen ohne bürokratische Hürden."},
{
- id: "5",
- title: "Wo kann ich die Kollektion ansehen?",
- content: "Besuchen Sie gerne unseren Showroom in Rehlingen-Siersburg nach Terminvereinbarung.",
- },
+ id: "5", title: "Wo kann ich die Kollektion ansehen?", content: "Besuchen Sie gerne unseren Showroom in Rehlingen-Siersburg nach Terminvereinbarung."},
]}
/>
@@ -246,37 +165,23 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index ee8d361..d773525 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f6f0e9;
- --card: #efe7dd;
- --foreground: #2b180a;
- --primary-cta: #2b180a;
+ --background: #efebe5;
+ --card: #f7f2ea;
+ --foreground: #000000;
+ --primary-cta: #000000;
--primary-cta-text: #f6f0e9;
- --secondary-cta: #efe7dd;
+ --secondary-cta: #ffffff;
--secondary-cta-text: #2b180a;
- --accent: #94877c;
- --background-accent: #afa094;
+ --accent: #ffffff;
+ --background-accent: #e1b875;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);