From 64568e547ff8f9ebd8d3f3f2e04b4db8698de15e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:14:40 +0000 Subject: [PATCH] Update src/app/cakes/page.tsx --- src/app/cakes/page.tsx | 50 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/src/app/cakes/page.tsx b/src/app/cakes/page.tsx index f4564b7..2e3998c 100644 --- a/src/app/cakes/page.tsx +++ b/src/app/cakes/page.tsx @@ -19,8 +19,7 @@ export default function CakesPage() { const footerColumns = [ { - title: "Products", - items: [ + title: "Products", items: [ { label: "Baklava", href: "/products" }, { label: "Kanafa", href: "/products" }, { label: "Custom Cakes", href: "/cakes" }, @@ -28,8 +27,7 @@ export default function CakesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Our Story", href: "/about" }, @@ -37,8 +35,7 @@ export default function CakesPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Location", href: "#" }, { label: "Phone", href: "tel:(586)555-0199" }, { label: "Email", href: "mailto:info@baghdadtowersweets.com" }, @@ -54,7 +51,7 @@ export default function CakesPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -73,14 +70,14 @@ export default function CakesPage() {