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