Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db61bb3529 | |||
| e70a88eae7 | |||
| e1322d2ea8 | |||
| bcf9dddb3e | |||
| c013e9e632 |
@@ -3,9 +3,9 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -44,16 +44,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Experience the Cosmic Connection: Brain vs. Universe"
|
||||
description="An interactive digital exploration of structural analogies between the human neural network and the cosmic web."
|
||||
tag="Exam Project"
|
||||
title="Finalizing Cosmic Neural Assembly"
|
||||
description="We are at 95 percent completion. Finalizing transition sequences for the perfect exam presentation."
|
||||
tag="Final Assembly Phase"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/depiction-human-brain-intellect_23-2150936845.jpg", imageAlt: "3D Brain Cosmic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-colorful-neon-abstract-lights-perspective-perfect-scifi-concept_181624-56907.jpg", imageAlt: "3D Brain Cosmic" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Verified Scientific Accuracy"
|
||||
ratingText="Verification In Progress"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
@@ -170,16 +170,13 @@ export default function LandingPage() {
|
||||
title="Research Queries"
|
||||
description="Common questions regarding the cosmic brain model."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-design-with-connecting-lines-dots_1048-6359.jpg"
|
||||
imageAlt="Abstract background with low poly design with connecting lines and dots"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Final Exam"
|
||||
title="Need More Data?"
|
||||
description="Reach out to the research team for further synapsemaps."
|
||||
@@ -188,7 +185,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterBase
|
||||
logoText="Cosmic Synapses"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user