Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 373979fa44 | |||
| c1bed23485 | |||
| 3491e5a191 | |||
| 470e01ffff | |||
| e4a94d5965 | |||
| 7f3f06cb97 | |||
| 978c45231e |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
@@ -76,25 +76,22 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardNine
|
<FeatureCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Close to Launch", description: "You are building a product, or are close to launch.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-child-hands-with-incoming-mommy-call-screen_169016-42647.jpg", imageAlt: "smartphone ui" },
|
title: "Close to Launch", description: "You are building a product, or are close to launch.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-child-hands-with-incoming-mommy-call-screen_169016-42647.jpg", imageAlt: "smartphone ui"
|
||||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/subscribe-newsletter-advertising-register-member-concept_53876-125132.jpg", imageAlt: "mobile form" }
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Low Conversion", description: "You are getting some attention, but people are not converting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-using-alcohol-spray-tissue-clean-mobile-phone-before-use-it-protect-coronavirus-female-clean-surface-hygiene-when-social-distancing-stay-home-self-quarantine-time_7861-2496.jpg", imageAlt: "smartphone ui" },
|
title: "Low Conversion", description: "You are getting some attention, but people are not converting.", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-using-alcohol-spray-tissue-clean-mobile-phone-before-use-it-protect-coronavirus-female-clean-surface-hygiene-when-social-distancing-stay-home-self-quarantine-time_7861-2496.jpg", imageAlt: "smartphone ui"
|
||||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/topview-notebook-mobile-phone-email-table-concept_53876-30091.jpg", imageAlt: "mobile form" }
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Unclear Flow", description: "Your product exists, but your launch flow is still unclear.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201872.jpg", imageAlt: "smartphone ui" },
|
title: "Unclear Flow", description: "Your product exists, but your launch flow is still unclear.", imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201872.jpg", imageAlt: "smartphone ui"
|
||||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-browsing-phone_53876-26234.jpg", imageAlt: "mobile form" }
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
showStepNumbers={true}
|
|
||||||
title="Who This Is For"
|
title="Who This Is For"
|
||||||
description="If you have already built a product but are struggling to convert, you are in the right place."
|
description="If you have already built a product but are struggling to convert, you are in the right place."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user