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 FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText } from 'lucide-react';
|
||||
import { HeroBillboardCarousel } from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -43,7 +44,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroBillboardCarousel
|
||||
title="AI"
|
||||
description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity."
|
||||
tag="Science Project"
|
||||
@@ -56,24 +57,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
/>
|
||||
</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">
|
||||
<FeatureProcessSteps
|
||||
|
||||
Reference in New Issue
Block a user