30 Commits

Author SHA1 Message Date
42a8d337cb Update src/app/blog/page.tsx 2026-06-10 14:54:39 +00:00
38d4bb2a4d Update src/app/articles/page.tsx 2026-06-10 14:54:39 +00:00
47459358e1 Update src/app/ai-species-comparison/page.tsx 2026-06-10 14:54:39 +00:00
4b85e78ec7 Update src/app/about-us/page.tsx 2026-06-10 14:54:38 +00:00
271dc14c35 Update src/app/species/[slug]/page.tsx 2026-06-10 14:52:39 +00:00
9ce44822f4 Update src/app/ai-species-comparison/page.tsx 2026-06-10 14:49:44 +00:00
8d3d33771d Update src/app/about-us/page.tsx 2026-06-10 14:49:44 +00:00
808626aa87 Update src/app/mission-vision/page.tsx 2026-06-10 14:46:54 +00:00
0f3b08bc0a Update src/app/founder-story/page.tsx 2026-06-10 14:46:53 +00:00
40ab806720 Update src/app/ai-species-comparison/page.tsx 2026-06-10 14:46:53 +00:00
1c4ac186dd Update src/app/about-us/page.tsx 2026-06-10 14:46:53 +00:00
6b98d28a0f Add src/app/user-profiles/page.tsx 2026-06-10 14:44:11 +00:00
d07b795bb7 Update src/app/styles/base.css 2026-06-10 14:44:11 +00:00
533d3dcb49 Add src/app/species/[slug]/page.tsx 2026-06-10 14:44:10 +00:00
05582f3ee0 Add src/app/saved-species/page.tsx 2026-06-10 14:44:10 +00:00
061fd15444 Update src/app/page.tsx 2026-06-10 14:44:09 +00:00
57dd010a7e Add src/app/mission-vision/page.tsx 2026-06-10 14:44:09 +00:00
f2a5025211 Add src/app/founder-story/page.tsx 2026-06-10 14:44:08 +00:00
b061cbe93f Add src/app/forums/page.tsx 2026-06-10 14:44:08 +00:00
38e1d18f40 Add src/app/favorite-lists/page.tsx 2026-06-10 14:44:08 +00:00
28d329ba0f Add src/app/dinosaur-universe/page.tsx 2026-06-10 14:44:07 +00:00
c22d06e7d6 Add src/app/articles/page.tsx 2026-06-10 14:44:07 +00:00
b2608d438a Add src/app/ai-species-comparison/page.tsx 2026-06-10 14:44:06 +00:00
d47348f6f9 Update src/app/about-us/page.tsx 2026-06-10 14:44:06 +00:00
d2e4a02016 Merge version_2 into main
Merge version_2 into main
2026-06-10 14:40:22 +00:00
72f8650c7d Update src/app/page.tsx 2026-06-10 14:40:19 +00:00
1b4025d0d8 Add src/app/faq/page.tsx 2026-06-10 14:40:18 +00:00
66d9a6bdc0 Add src/app/contact-us/page.tsx 2026-06-10 14:40:18 +00:00
d96d3baccf Add src/app/blog/page.tsx 2026-06-10 14:40:17 +00:00
cd0a3a50ca Add src/app/about-us/page.tsx 2026-06-10 14:40:17 +00:00
6 changed files with 357 additions and 50 deletions

View File

@@ -8,6 +8,28 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import { Instagram, Linkedin, Twitter } from "lucide-react"; import { Instagram, Linkedin, Twitter } from "lucide-react";
export default function AboutUsPage() { 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 ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="hover-magnetic" defaultButtonVariant="hover-magnetic"
@@ -24,27 +46,14 @@ export default function AboutUsPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={commonNavItems}
{ 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" }
]}
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg" logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
logoAlt="LifeAtlas X" logoAlt="LifeAtlas X"
brandName="LifeAtlas X" brandName="LifeAtlas X"
bottomLeftText="Global Community" bottomLeftText="Global Community"
bottomRightText="explore@lifeatlasx.com" bottomRightText="explore@lifeatlasx.com"
button={{ button={{
text: "Begin Your Exploration", href: "#hero"}} text: "Begin Your Exploration", href: "/#hero"}}
/> />
</div> </div>
@@ -84,4 +93,4 @@ export default function AboutUsPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -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"; import { Zap, Gauge, Brain, Shield, Leaf, Skull, Handshake, Home, Star, Twitter, Linkedin, Instagram } from "lucide-react";
export default function AISpeciesComparisonPage() { 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 ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="hover-magnetic" defaultButtonVariant="hover-magnetic"
@@ -24,35 +46,14 @@ export default function AISpeciesComparisonPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={commonNavItems}
{
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"},
]}
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg" logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
logoAlt="LifeAtlas X" logoAlt="LifeAtlas X"
brandName="LifeAtlas X" brandName="LifeAtlas X"
bottomLeftText="Global Community" bottomLeftText="Global Community"
bottomRightText="explore@lifeatlasx.com" bottomRightText="explore@lifeatlasx.com"
button={{ button={{
text: "Begin Your Exploration", href: "#hero"}} text: "Begin Your Exploration", href: "/#hero"}}
/> />
</div> </div>
@@ -97,4 +98,4 @@ export default function AISpeciesComparisonPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -5,21 +5,24 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
export default function ArticlesPage() { export default function ArticlesPage() {
const commonNavItems = [ const commonNavItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "#about" }, { name: "About Us", id: "/about-us" },
{ name: "Features", id: "#features" }, { name: "Founder Story", id: "/founder-story" },
{ name: "Explore", id: "#explore" }, { name: "Mission & Vision", id: "/mission-vision" },
{ name: "Metrics", id: "#metrics" }, { name: "Features", id: "/#features" },
{ name: "Testimonials", id: "#testimonials" }, { name: "Explore Ecosystems", id: "/#explore" },
{ name: "Partners", id: "#partners" }, { name: "AI Species Comparison", id: "/ai-species-comparison" },
{ name: "FAQ", id: "#faq" }, { name: "Dinosaur Universe", id: "/dinosaur-universe" },
{ name: "Contact", id: "#contact" }, { 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: "User Profiles", id: "/user-profiles" },
{ name: "Saved Species", id: "/saved-species" }, { name: "Saved Species", id: "/saved-species" },
{ name: "Favorite Lists", id: "/favorite-lists" }, { name: "Favorite Lists", id: "/favorite-lists" },
{ name: "Discussion Forums", id: "/forums" }, { name: "Discussion Forums", id: "/forums" },
{ name: "Expert Articles", id: "/articles" }, { name: "Expert Articles", id: "/articles" },
{ name: "Wildlife Challenges", id: "/challenges" }, { name: "Blog", id: "/blog" }
{ name: "Careers", id: "/careers" }
]; ];
return ( return (

100
src/app/blog/page.tsx Normal file
View File

@@ -0,0 +1,100 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
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"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={commonNavItems}
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
logoAlt="LifeAtlas X Logo"
brandName="LifeAtlas X"
bottomLeftText="Global Community"
bottomRightText="explore@lifeatlasx.com"
button={{
text: "Begin Your Exploration", href: "/"}}
/>
</div>
<div id="blog-page-content" data-section="blog-page-content">
<BlogCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Latest Insights from LifeAtlas X"
description="Dive into our articles on biodiversity, AI in science, conservation efforts, and exciting new discoveries."
blogs={[
{
id: "1", category: "Biodiversity", title: "The Secret Life of Deep-Sea Hydrothermal Vents", excerpt: "Explore the extreme ecosystems thriving in the darkest depths of our oceans, powered by chemosynthesis rather than sunlight.", imageSrc: "http://img.b2bpic.net/free-photo/view-planet-earth-sea-light-reflection_1157-12349.jpg", imageAlt: "Deep-sea hydrothermal vent", authorName: "Dr. Elena Petrova", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-woman-pink-ribbon-breast-cancer-awareness-concept_23-2148750849.jpg", date: "Oct 26, 2024"},
{
id: "2", category: "AI & Science", title: "How AI is Revolutionizing Species Identification", excerpt: "Learn how artificial intelligence is accelerating the discovery and classification of new species, from microscopic organisms to unknown plants.", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-brain-illustration_23-2149503933.jpg", imageAlt: "AI brain illustration", authorName: "Markus Jensen", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-young-scientist-working-modern-laboratory_23-2148680190.jpg", date: "Oct 20, 2024"},
{
id: "3", category: "Conservation", title: "The Race to Save the World's Endangered Frogs", excerpt: "Discover the challenges and innovative solutions being employed globally to protect amphibian populations from extinction.", imageSrc: "http://img.b2bpic.net/free-photo/red-eyed-tree-frog-agalychnis-callidryas-pennsylvania_11702-866.jpg", imageAlt: "Red-eyed tree frog", authorName: "Sophie Dubois", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-using-her-laptop_23-2147775560.jpg", date: "Oct 15, 2024"},
{
id: "4", category: "Ecology", title: "Understanding Keystone Species and Their Ecological Impact", excerpt: "Explore the critical role certain species play in maintaining the balance and health of their ecosystems, and what happens when they disappear.", imageSrc: "http://img.b2bpic.net/free-photo/european-wildcat-walking-forest_117188-755.jpg", imageAlt: "Keystone species illustration", authorName: "Dr. Alex Chen", authorAvatar: "http://img.b2bpic.net/free-photo/man-looking-digital-tablet_23-2148641957.jpg", date: "Oct 10, 2024"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="LifeAtlas X"
copyrightText="© 2024 LifeAtlas X. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "#", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "#", ariaLabel: "LinkedIn"},
{
icon: Instagram,
href: "#", ariaLabel: "Instagram"},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,87 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterCard from '@/components/sections/footer/FooterCard';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import { Twitter, Linkedin, Instagram } from "lucide-react";
export default function ContactUsPage() {
const navItems = [
{ 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 Us", id: "/contact-us" },
{ name: "Privacy Policy", id: "/privacy-policy" },
{ name: "Terms of Service", id: "/terms-of-service" },
];
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
logoAlt="LifeAtlas X Logo"
brandName="LifeAtlas X"
bottomLeftText="Global Community"
bottomRightText="explore@lifeatlasx.com"
button={{
text: "Begin Your Exploration", href: "/"}}
/>
</div>
<div id="contact-form-section" data-section="contact-form-section">
<ContactSplitForm
title="Get in Touch"
description="We're here to help! Fill out the form below or reach out to us through our social channels."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
buttonText="Send Message"
imageSrc="http://img.b2bpic.net/free-photo/communication-connection-technology-internet_1421-43.jpg"
imageAlt="People communicating"
mediaPosition="right"
useInvertedBackground={false}
onSubmit={(data) => {
console.log("Contact form submitted:", data);
alert("Your message has been sent!");
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="LifeAtlas X"
copyrightText="© 2024 LifeAtlas X. All rights reserved."
socialLinks={[
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

107
src/app/faq/page.tsx Normal file
View File

@@ -0,0 +1,107 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Instagram, Linkedin, Twitter } from "lucide-react";
export default function FaqPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
>
<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"},
]}
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
logoAlt="LifeAtlas X Logo"
brandName="LifeAtlas X"
bottomLeftText="Global Community"
bottomRightText="explore@lifeatlasx.com"
button={{
text: "Begin Your Exploration", href: "/"}}
/>
</div>
<div id="faq-page-content" data-section="faq-page-content">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Find answers to common questions about LifeAtlas X, its features, and how to get the most out of your exploration."
faqs={[
{
id: "1", title: "What is LifeAtlas X?", content: "LifeAtlas X is an AI-powered digital encyclopedia for exploring Earth's biodiversity. It offers immersive 3D models, real-time data, and interactive tools for students, educators, researchers, and enthusiasts."},
{
id: "2", title: "How accurate is the information?", content: "Our platform synthesizes data from reputable scientific databases, peer-reviewed research, and expert communities, all validated by a team of biologists and AI specialists to ensure high accuracy."},
{
id: "3", title: "Can I use LifeAtlas X for my research?", content: "Absolutely! LifeAtlas X provides advanced comparative analysis tools, extensive data points, and references to scientific literature, making it a powerful resource for academic and professional research."},
{
id: "4", title: "Is there a mobile app available?", content: "Yes, LifeAtlas X is available on both desktop and mobile devices. Our mobile app offers a streamlined experience with full access to 3D models and interactive features on the go."},
{
id: "5", title: "How do I report an issue or provide feedback?", content: "You can report issues or provide feedback directly through our Support Center, accessible from the navigation menu. We highly value user input to continuously improve the platform."},
{
id: "6", title: "Are there educational resources for teachers?", content: "We offer dedicated educational modules, lesson plans, and classroom integration guides for educators. Visit our 'For Educators' section in the Support Center for more details."},
]}
faqsAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="LifeAtlas X"
copyrightText="© 2024 LifeAtlas X. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "#", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "#", ariaLabel: "LinkedIn"},
{
icon: Instagram,
href: "#", ariaLabel: "Instagram"},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}