Update src/app/blog/page.tsx

This commit is contained in:
2026-02-23 13:51:46 +00:00
parent fde33834c9
commit 5d13ce7a68

View File

@@ -18,7 +18,7 @@ export default function BlogPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="noise"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -62,11 +62,11 @@ export default function BlogPage() {
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=2"
imageAlt="Scenic dairy farm landscape"
columns={[
columns=[
{ title: "Shop", items: [{ label: "Milk", href: "/shop" }, { label: "Cheese", href: "/shop" }, { label: "Specials", href: "/shop" }] },
{ title: "About Us", items: [{ label: "Our Story", href: "/#about" }, { label: "Sustainability", href: "/#about" }, { label: "Team", href: "#" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/contacts" }, { label: "Privacy Policy", href: "#" }] }
]}
]
logoText="Find Mouse"
copyrightText="© 2024 Find Mouse. All rights reserved."
/>
@@ -74,4 +74,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}