Merge version_4 into main #3
@@ -8,6 +8,28 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import { Instagram, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
export default function AboutUsPage() {
|
||||
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,27 +46,14 @@ export default function AboutUsPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about-us" },
|
||||
{ name: "Founder Story", id: "/founder-story" },
|
||||
{ name: "Mission & Vision", id: "/mission-vision" },
|
||||
{ name: "Team", id: "/team" },
|
||||
{ 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: "Contact Us", id: "/contact-us" }
|
||||
]}
|
||||
navItems={commonNavItems}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
|
||||
logoAlt="LifeAtlas X"
|
||||
brandName="LifeAtlas X"
|
||||
bottomLeftText="Global Community"
|
||||
bottomRightText="explore@lifeatlasx.com"
|
||||
button={{
|
||||
text: "Begin Your Exploration", href: "#hero"}}
|
||||
text: "Begin Your Exploration", href: "/#hero"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,4 +93,4 @@ export default function AboutUsPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,28 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import { Zap, Gauge, Brain, Shield, Leaf, Skull, Handshake, Home, Star, Twitter, Linkedin, Instagram } from "lucide-react";
|
||||
|
||||
export default function AISpeciesComparisonPage() {
|
||||
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,35 +46,14 @@ export default function AISpeciesComparisonPage() {
|
||||
<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: "AI Species Comparison", id: "/ai-species-comparison"},
|
||||
{
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
navItems={commonNavItems}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
|
||||
logoAlt="LifeAtlas X"
|
||||
brandName="LifeAtlas X"
|
||||
bottomLeftText="Global Community"
|
||||
bottomRightText="explore@lifeatlasx.com"
|
||||
button={{
|
||||
text: "Begin Your Exploration", href: "#hero"}}
|
||||
text: "Begin Your Exploration", href: "/#hero"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,4 +98,4 @@ export default function AISpeciesComparisonPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,21 +5,24 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
export default function ArticlesPage() {
|
||||
const commonNavItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ 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: "Contact", id: "#contact" },
|
||||
{ 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: "Wildlife Challenges", id: "/challenges" },
|
||||
{ name: "Careers", id: "/careers" }
|
||||
{ name: "Blog", id: "/blog" }
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -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