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" borderRadius="rounded"
contentWidth="small" contentWidth="small"
sizing="mediumSizeLargeTitles" sizing="mediumSizeLargeTitles"
background="aurora" background="none"
cardStyle="subtle-shadow" cardStyle="subtle-shadow"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -60,23 +60,23 @@ export default function BlogPage() {
columns={[ columns={[
{ {
items: [ items: [
{ label: "Menu", id: "menu" }, { label: "Menu", href: "#menu" },
{ label: "Catering", href: "#contact" }, { label: "Catering", href: "#contact" },
{ label: "Gift Cards", href: "https://example.com/giftcards" } { label: "Gift Cards", href: "https://example.com/giftcards" }
] ]
}, },
{ {
items: [ items: [
{ label: "About Us", id: "about" }, { label: "About Us", href: "#about" },
{ label: "Our Story", id: "about" }, { label: "Our Story", href: "#about" },
{ label: "Sustainability", href: "https://example.com/sustainability" } { label: "Sustainability", href: "https://example.com/sustainability" }
] ]
}, },
{ {
items: [ items: [
{ label: "Contact", id: "contact" }, { label: "Contact", href: "#contact" },
{ label: "Location", href: "https://maps.google.com" }, { label: "Location", href: "https://maps.google.com" },
{ label: "Hours", id: "faq" } { label: "Hours", href: "#faq" }
] ]
}, },
{ {