diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e83816d..176586d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Rings", href: "/shop?category=rings" }, { label: "Necklaces", href: "/shop?category=necklaces" }, { label: "Bracelets", href: "/shop?category=bracelets" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Craft", href: "/about#craft" }, { label: "Authenticity", href: "/about#authentication" }, @@ -39,8 +37,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#privacy" }, { label: "Terms of Service", href: "#terms" }, { label: "Return Policy", href: "#returns" }, @@ -49,8 +46,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Newsletter", href: "#newsletter" }, { label: "Email", href: "mailto:hello@stephangumuscülük.com" }, @@ -84,7 +80,7 @@ export default function AboutPage() {