diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6486356..1715c50 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,38 +31,14 @@ export default function LandingPage() {
@@ -72,158 +48,39 @@ export default function LandingPage() {
@@ -390,49 +149,9 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bxs8fw"
logoText="KLADI CAFE"
columns={[
- {
- title: "Navigation",
- items: [
- {
- label: "Menu",
- href: "#menu",
- },
- {
- label: "Reservations",
- href: "#reservations",
- },
- {
- label: "Location",
- href: "#location",
- },
- ],
- },
- {
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
- ],
- },
- {
- title: "Connect",
- items: [
- {
- label: "Instagram",
- href: "https://instagram.com/kladi_cafe",
- },
- {
- label: "WhatsApp",
- href: "#",
- },
- ],
- },
+ { title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "Reservations", href: "#reservations" }, { label: "Location", href: "#location" }] },
+ { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
+ { title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/kladi_cafe" }, { label: "WhatsApp", href: "#" }] }
]}
/>