6 Commits

Author SHA1 Message Date
c1bed23485 Update src/app/page.tsx 2026-04-28 03:42:31 +00:00
470e01ffff Update src/app/page.tsx 2026-04-28 03:41:55 +00:00
e4a94d5965 Merge version_2 into main
Merge version_2 into main
2026-04-28 03:38:11 +00:00
e5d3e2bfa2 Update theme colors 2026-04-28 03:38:08 +00:00
7f3f06cb97 Merge version_1 into main
Merge version_1 into main
2026-04-28 03:35:33 +00:00
978c45231e Merge version_1 into main
Merge version_1 into main
2026-04-28 03:35:01 +00:00
2 changed files with 10 additions and 13 deletions

View File

@@ -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."
/> />

View File

@@ -12,13 +12,13 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612; --foreground: #000612e6;
--primary-cta: #15479c; --primary-cta: #106EFB;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #000612; --secondary-cta-text: #000612e6;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #15479c; --background-accent: #106EFB;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);