Update src/app/blog/page.tsx
This commit is contained in:
@@ -8,6 +8,28 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Instagram, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
export default function BlogPage() {
|
||||
const commonNavItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about-us" },
|
||||
{ name: "Founder Story", id: "/founder-story" },
|
||||
{ name: "Mission & Vision", id: "/mission-vision" },
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "Explore Ecosystems", id: "/#explore" },
|
||||
{ name: "AI Species Comparison", id: "/ai-species-comparison" },
|
||||
{ name: "Dinosaur Universe", id: "/dinosaur-universe" },
|
||||
{ name: "Metrics", id: "/#metrics" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Partners", id: "/#partners" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact Us", id: "/contact-us" },
|
||||
{ name: "User Profiles", id: "/user-profiles" },
|
||||
{ name: "Saved Species", id: "/saved-species" },
|
||||
{ name: "Favorite Lists", id: "/favorite-lists" },
|
||||
{ name: "Discussion Forums", id: "/forums" },
|
||||
{ name: "Expert Articles", id: "/articles" },
|
||||
{ name: "Blog", id: "/blog" }
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
@@ -24,32 +46,7 @@ export default function BlogPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Explore", id: "#explore"},
|
||||
{
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Careers", id: "/careers"},
|
||||
{
|
||||
name: "Support", id: "/support"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
navItems={commonNavItems}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
|
||||
logoAlt="LifeAtlas X Logo"
|
||||
brandName="LifeAtlas X"
|
||||
|
||||
Reference in New Issue
Block a user