diff --git a/src/app/page.tsx b/src/app/page.tsx
index a64e612..a2ca2c5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,67 +31,46 @@ export default function LandingPage() {
@@ -211,11 +156,10 @@ export default function LandingPage() {
@@ -224,22 +168,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8578.jpg"
logoText="ReviewHero"
columns={[
- {
- title: "Product", items: [
- {
- label: "Features", href: "#features"},
- {
- label: "Pricing", href: "#pricing"},
- ],
- },
- {
- title: "Legal", items: [
- {
- label: "Privacy Policy", href: "#"},
- {
- label: "Terms", href: "#"},
- ],
- },
+ { title: "Produkt", items: [{ label: "Funktionen", href: "#features" }, { label: "Preise", href: "#pricing" }] },
+ { title: "Rechtliches", items: [{ label: "Datenschutzrichtlinie", href: "#" }, { label: "AGB", href: "#" }] },
]}
/>