diff --git a/app/apple-icon.png b/app/apple-icon.png
new file mode 100644
index 0000000..8ba9736
Binary files /dev/null and b/app/apple-icon.png differ
diff --git a/app/blog/page.tsx b/app/blog/page.tsx
index dc01453..3908167 100644
--- a/app/blog/page.tsx
+++ b/app/blog/page.tsx
@@ -43,7 +43,7 @@ export default async function BlogOverviewPage() {
-
+
diff --git a/app/checkout/components/PaymentStep.tsx b/app/checkout/components/PaymentStep.tsx
index 9dcc8fa..2db9260 100644
--- a/app/checkout/components/PaymentStep.tsx
+++ b/app/checkout/components/PaymentStep.tsx
@@ -80,7 +80,7 @@ function StripePaymentForm({ orderNumber }: { orderNumber: string }) {
diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx
index 18a9235..b39f219 100644
--- a/app/components/Navbar.tsx
+++ b/app/components/Navbar.tsx
@@ -519,10 +519,10 @@ export function Navbar({ singleActiveProduct }: { singleActiveProduct: boolean }
Newsletter
- Klarheitskompass
+ Mein 3x3-System
@@ -668,11 +668,11 @@ export function Navbar({ singleActiveProduct }: { singleActiveProduct: boolean }
Newsletter
- Klarheitskompass
+ Mein 3x3-System
diff --git a/app/favicon.ico b/app/favicon.ico
index 718d6fe..6b8559c 100644
Binary files a/app/favicon.ico and b/app/favicon.ico differ
diff --git a/app/icon.svg b/app/icon.svg
new file mode 100644
index 0000000..c916760
--- /dev/null
+++ b/app/icon.svg
@@ -0,0 +1,13 @@
+
diff --git a/app/lib/payload.ts b/app/lib/payload.ts
index 67bfa11..e597619 100644
--- a/app/lib/payload.ts
+++ b/app/lib/payload.ts
@@ -964,10 +964,11 @@ export type SeoSettings = {
// filling in the CompanySettings SEO tab is optional, not a hard
// dependency for the site to render sensible metadata.
const SEO_SETTINGS_FALLBACK: SeoSettings = {
- defaultTitle: "einfach produktiv. – Werkzeuge und Impulse für einen leichteren Alltag",
+ defaultTitle: "einfach produktiv. – Weil du auch noch ein Leben hast",
titleTemplate: "%s | einfach produktiv.",
- defaultDescription: "Werkzeuge, Impulse und ein Blog für mehr Klarheit im Alltag.",
- defaultOgImage: null,
+ defaultDescription:
+ "Kleine Impulse, praktische Werkzeuge und ehrliche Gedanken für mehr Klarheit im Alltag – weil du auch noch ein Leben hast.",
+ defaultOgImage: "/og-image.png",
};
// Same ISR-cached, public-catalog-freshness fetch as getKleinunternehmer()
diff --git a/public/og-image.png b/public/og-image.png
new file mode 100644
index 0000000..04b3b4e
Binary files /dev/null and b/public/og-image.png differ