Skip to content

Commit

Permalink
Update antivirus.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaaaavier authored Dec 26, 2024
1 parent c70bf67 commit c00fce6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/pages/antivirus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import FAQSection from '@/components/shared/sections/FaqSection';
import cookies from '@/lib/cookies';
import { BatteryCharging, Bomb, Broom, Browsers, Devices, ShieldCheck, ThermometerHot } from '@phosphor-icons/react';
import { AntivirusText } from '@/assets/types/antivirus';
import FeatureSectionV2 from '@/components/antivirus/FeatureSectionV2';
import { InfoSection } from '@/components/antivirus/InfoSection';
import FeatureSection from '@/components/antivirus/FeatureSection';
import HeroSection from '@/components/antivirus/HeroSection';

interface HomeProps {
Expand Down Expand Up @@ -98,8 +96,6 @@ const HomePage = ({ metatagsDescriptions, langJson, lang, navbarLang, footerLang
}
/>

<FeatureSection textContent={langJson.FeatureSection} />

<InfoSection
FirstComponent={
<div className="flex flex-col items-center justify-center space-y-10 md:flex-row md:space-x-20 md:space-y-0">
Expand All @@ -119,8 +115,6 @@ const HomePage = ({ metatagsDescriptions, langJson, lang, navbarLang, footerLang
customDescription={<p className="w-full text-xl font-normal">{langJson.cta1.subtitle}</p>}
/>

<FeatureSectionV2 textContent={langJson.FeatureSectionV2} />

<ComponentsInColumnSection
FirstComponent={
<div className="flex w-full flex-col items-center gap-9 ">
Expand All @@ -137,6 +131,7 @@ const HomePage = ({ metatagsDescriptions, langJson, lang, navbarLang, footerLang
}
backgroundColor="bg-gray-1"
/>

<CtaSection
textContent={langJson.cta2}
url={'/pricing'}
Expand Down

0 comments on commit c00fce6

Please sign in to comment.