Update src/app/blog/page.tsx

This commit is contained in:
2026-02-03 12:02:52 +00:00
parent 99c8d86086
commit 64bbb47e9b

View File

@@ -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" }
]
},
{