Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 13:22:46 +00:00
parent 7051f2e735
commit 761540eada

View File

@@ -23,19 +23,21 @@ export default function BlogPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
/>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
/>
</div>
{isLoading ? (
<div className="w-content-width mx-auto py-20 text-center">