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() {