Update src/app/blog/page.tsx
This commit is contained in:
@@ -28,13 +28,13 @@ export default function BlogPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Menu", id: "products" },
|
{ name: "Menu", id: "/#products" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Смачна Випічка"
|
brandName="Смачна Випічка"
|
||||||
button={{ text: "Order Now", href: "#products" }}
|
button={{ text: "Order Now", href: "/#products" }}
|
||||||
className="py-4 px-6"
|
className="py-4 px-6"
|
||||||
buttonClassName="px-5 py-2"
|
buttonClassName="px-5 py-2"
|
||||||
buttonTextClassName="font-medium"
|
buttonTextClassName="font-medium"
|
||||||
@@ -61,27 +61,27 @@ export default function BlogPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/ripe-big-pumpkin-burlap_114579-29487.jpg?_wi=2"
|
imageSrc="https://img.b2bpic.net/free-photo/ripe-big-pumpkin-burlap_114579-29487.jpg"
|
||||||
imageAlt="Rustic fabric or dough texture as footer background."
|
imageAlt="Rustic fabric or dough texture as footer background."
|
||||||
logoText="Смачна Випічка"
|
logoText="Смачна Випічка"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menu", items: [
|
title: "Menu", items: [
|
||||||
{ label: "Breads", href: "#products" },
|
{ label: "Breads", href: "/#products" },
|
||||||
{ label: "Pastries", href: "#products" },
|
{ label: "Pastries", href: "/#products" },
|
||||||
{ label: "Custom Cakes", href: "#contact" },
|
{ label: "Custom Cakes", href: "/#contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About Us", items: [
|
title: "About Us", items: [
|
||||||
{ label: "Our Story", href: "#about" },
|
{ label: "Our Story", href: "/#about" },
|
||||||
{ label: "Reviews", href: "#testimonials" },
|
{ label: "Reviews", href: "/#testimonials" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Support", items: [
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "/#faq" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "/#contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user