Replace HeroSplit with HeroBillboardCarousel
This commit is contained in:
@@ -11,6 +11,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText } from 'lucide-react';
|
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText } from 'lucide-react';
|
||||||
|
import { HeroBillboardCarousel } from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -43,7 +44,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroBillboardCarousel
|
||||||
title="AI"
|
title="AI"
|
||||||
description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity."
|
description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity."
|
||||||
tag="Science Project"
|
tag="Science Project"
|
||||||
@@ -56,24 +57,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="social-proof-two" data-section="social-proof-two">
|
|
||||||
<div className="container mx-auto px-4 py-16 text-center">
|
|
||||||
<h2 className="text-4xl font-bold mb-8">Social Proof One</h2>
|
|
||||||
<p className="text-lg text-gray-600">This section will showcase social proof, such as testimonials, reviews, or endorsements.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="social-proof-one" data-section="social-proof-one">
|
|
||||||
<div className="container mx-auto px-4 py-16 text-center">
|
|
||||||
<h2 className="text-4xl font-bold mb-8">Social Proof One</h2>
|
|
||||||
<p className="text-lg text-gray-600">This section will showcase social proof, such as testimonials, reviews, or endorsements.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="social-proof-one" data-section="social-proof-one">
|
|
||||||
<div className="container mx-auto px-4 py-16 text-center">
|
|
||||||
<h2 className="text-4xl font-bold mb-8">Social Proof One</h2>
|
|
||||||
<p className="text-lg text-gray-600">This section will showcase social proof, such as testimonials, reviews, or endorsements.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="concerns" data-section="concerns">
|
<div id="concerns" data-section="concerns">
|
||||||
<FeatureProcessSteps
|
<FeatureProcessSteps
|
||||||
|
|||||||
Reference in New Issue
Block a user