Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 129e7cf288 | |||
| 336f69cd1a | |||
| 774a8b2a99 | |||
| 8518b11e6a | |||
| c73cf00e14 |
@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -43,18 +43,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroBillboard
|
||||||
logoText="Netscape Cyber"
|
title="Proactive protection for your digital assets."
|
||||||
description="Proactive protection for your digital assets. We provide elite cybersecurity intelligence to secure your business ecosystem against evolving threats."
|
description="We provide elite cybersecurity intelligence to secure your business ecosystem against evolving threats."
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Protected", href: "#contact" },
|
{ text: "Get Protected", href: "#contact" },
|
||||||
{ text: "View Pricing", href: "#pricing" },
|
{ text: "View Pricing", href: "#pricing" },
|
||||||
]}
|
]}
|
||||||
slides={[
|
imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2152004046.jpg"
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2152004046.jpg", imageAlt: "Data Protection" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637784.jpg?_wi=1", imageAlt: "Secure Shield" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/programmer-walking-data-center-coding-laptop_482257-124794.jpg", imageAlt: "Server Security" },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user