Update src/app/blog/page.tsx
This commit is contained in:
@@ -28,14 +28,14 @@ export default function BlogPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About Us", id: "about" },
|
{ name: "About Us", id: "/#about" },
|
||||||
{ name: "Menu", id: "products" },
|
{ name: "Menu", id: "/#products" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "/#faq" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Смачна Випічка"
|
brandName="Смачна Випічка"
|
||||||
button={{ text: "Order Now", href: "#products" }}
|
button={{ text: "Order Now", href: "/#products" }}
|
||||||
className="py-2 lg:py-4"
|
className="py-2 lg:py-4"
|
||||||
buttonClassName="px-4 py-2 lg:px-6 lg:py-3 text-sm lg:text-base font-semibold"
|
buttonClassName="px-4 py-2 lg:px-6 lg:py-3 text-sm lg:text-base font-semibold"
|
||||||
/>
|
/>
|
||||||
@@ -62,8 +62,8 @@ export default function BlogPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#products" }, { label: "About Us", href: "#about" }] },
|
{ items: [{ label: "Home", href: "/#hero" }, { label: "Menu", href: "/#products" }, { label: "About Us", href: "/#about" }] },
|
||||||
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "/privacy" }] },
|
{ items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "/privacy" }] },
|
||||||
{ items: [
|
{ items: [
|
||||||
{ label: "Follow Us", href: "https://facebook.com/smachnavypichka", onClick: () => window.open('https://facebook.com/smachnavypichka', '_blank') },
|
{ label: "Follow Us", href: "https://facebook.com/smachnavypichka", onClick: () => window.open('https://facebook.com/smachnavypichka', '_blank') },
|
||||||
{ label: "Instagram", href: "https://instagram.com/smachnavypichka", onClick: () => window.open('https://instagram.com/smachnavypichka', '_blank') }
|
{ label: "Instagram", href: "https://instagram.com/smachnavypichka", onClick: () => window.open('https://instagram.com/smachnavypichka', '_blank') }
|
||||||
|
|||||||
Reference in New Issue
Block a user