3 Commits

Author SHA1 Message Date
d5976c1bdc Merge version_3 into main
Merge version_3 into main
2026-06-11 21:15:11 +00:00
d25868a7c4 Update src/app/page.tsx 2026-06-11 21:15:08 +00:00
5d6ee63d3e Merge version_2 into main
Merge version_2 into main
2026-06-11 21:02:48 +00:00

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
@@ -56,7 +56,7 @@ export default function LandingPage() {
</div>
<div id="home" data-section="home">
<HeroBillboardCarousel
<HeroBillboardScroll
background={{
variant: "sparkles-gradient"}}
title="Unleash Your Inner Architect of Deception"
@@ -67,20 +67,8 @@ export default function LandingPage() {
{
text: "Request a Demo", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", imageAlt: "Futuristic dashboard showing complex data visualizations"},
{
imageSrc: "http://img.b2bpic.net/free-photo/hand-using-virtual-screen-advanced-technology-digital-remix_53876-124695.jpg", imageAlt: "Advanced social engineering tool interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "Dynamic chart demonstrating rapid influence increase"},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-investment-expert-works-home-analyzing-financial-statistics_482257-120570.jpg", imageAlt: "Command center interface for digital campaigns"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone-turning-light-using-voice-activated-application_482257-2271.jpg", imageAlt: "Sleek mobile application for influence management"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17168.jpg", imageAlt: "Abstract global network representing influence spread"},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"
imageAlt="Futuristic dashboard showing complex data visualizations"
/>
</div>
@@ -343,4 +331,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}