Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e70a88eae7 | |||
| e1322d2ea8 | |||
| bcf9dddb3e | |||
| c013e9e632 | |||
| cb0b1befff | |||
| 1701a345fe |
@@ -3,9 +3,9 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
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 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 HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -44,16 +44,16 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Cosmic Synapses: The Universe Inside"
|
title="Finalizing Cosmic Neural Assembly"
|
||||||
description="An interactive digital exploration of structural analogies between the human neural network and the cosmic web."
|
description="We are at 95 percent completion. Finalizing transition sequences for the perfect exam presentation."
|
||||||
tag="Exam Project"
|
tag="Final Assembly Phase"
|
||||||
mediaItems={[
|
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/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" },
|
{ 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"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Verified Scientific Accuracy"
|
ratingText="Verification In Progress"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqDouble
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
@@ -170,16 +170,13 @@ export default function LandingPage() {
|
|||||||
title="Research Queries"
|
title="Research Queries"
|
||||||
description="Common questions regarding the cosmic brain model."
|
description="Common questions regarding the cosmic brain model."
|
||||||
faqsAnimation="slide-up"
|
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>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Final Exam"
|
tag="Final Exam"
|
||||||
title="Need More Data?"
|
title="Need More Data?"
|
||||||
description="Reach out to the research team for further synapsemaps."
|
description="Reach out to the research team for further synapsemaps."
|
||||||
@@ -188,7 +185,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBase
|
||||||
logoText="Cosmic Synapses"
|
logoText="Cosmic Synapses"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
@@ -209,4 +206,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user