Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 12:49:26 +00:00
parent 6a12d726ae
commit 746421b199

View File

@@ -29,11 +29,10 @@ export default function BlogPage() {
brandName="Pepper Peak"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Flavors", id: "flavors" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Shop", id: "shop" },
{ name: "Contact", id: "contact" },
{ name: "About", id: "/#about" },
{ name: "Flavors", id: "/#flavors" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]}
/>
</div>
@@ -58,7 +57,7 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/chili-sauce-peppers-dark-wooden-surface_1150-42161.jpg?_wi=3"
imageSrc="https://img.b2bpic.net/free-photo/chili-sauce-peppers-dark-wooden-surface_1150-42161.jpg"
imageAlt="Hot sauce bottles background"
columns={[
{
@@ -85,7 +84,6 @@ export default function BlogPage() {
logoText="Pepper Peak"
copyrightText="© 2024 Pepper Peak. All rights reserved."
ariaLabel="Site footer with navigation and hot sauce imagery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>