From ca4996a25bf875ce7b2841bac4a9c8a725afd991 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:00:17 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 54 +++++++++++------------------------------- 1 file changed, 14 insertions(+), 40 deletions(-) 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() { Date: Fri, 13 Mar 2026 15:00:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 156 +++++++++-------------------------------------- 1 file changed, 28 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 054cab5..c43edfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { 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" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Craft", href: "/about#craft" }, { label: "Authenticity", href: "/about#authentication" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#privacy" }, { label: "Terms of Service", href: "#terms" }, { label: "Return Policy", href: "#returns" }, @@ -52,8 +49,7 @@ export default function HomePage() { ], }, { - 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 HomePage() {