Update src/app/blog/page.tsx
This commit is contained in:
@@ -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" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user