From 64bbb47e9bcf5ef35a6d5dd70880a36adae22a20 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 3 Feb 2026 12:02:52 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3046bea..9174216 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -17,7 +17,7 @@ export default function BlogPage() { borderRadius="rounded" contentWidth="small" sizing="mediumSizeLargeTitles" - background="aurora" + background="none" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -60,23 +60,23 @@ export default function BlogPage() { columns={[ { items: [ - { label: "Menu", id: "menu" }, + { label: "Menu", href: "#menu" }, { label: "Catering", href: "#contact" }, { label: "Gift Cards", href: "https://example.com/giftcards" } ] }, { items: [ - { label: "About Us", id: "about" }, - { label: "Our Story", id: "about" }, + { label: "About Us", href: "#about" }, + { label: "Our Story", href: "#about" }, { label: "Sustainability", href: "https://example.com/sustainability" } ] }, { items: [ - { label: "Contact", id: "contact" }, + { label: "Contact", href: "#contact" }, { label: "Location", href: "https://maps.google.com" }, - { label: "Hours", id: "faq" } + { label: "Hours", href: "#faq" } ] }, {