Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f725355427 | |||
| e4ec4e9c76 | |||
| df85fed271 | |||
| ca57c570e9 | |||
| c271e4f01f |
@@ -72,7 +72,7 @@ export default function HowItWorksPage() {
|
|||||||
{
|
{
|
||||||
text: "Get My Free Comparison", href: "/#lead-capture"},
|
text: "Get My Free Comparison", href: "/#lead-capture"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/airport-aircraft-airplane-aviation-transportation-travel_53876-23316.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/airport-aircraft-airplane-aviation-transportation-travel_53876-23316.jpg?_wi=1"
|
||||||
imageAlt="Private jet flying smoothly"
|
imageAlt="Private jet flying smoothly"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
@@ -92,11 +92,11 @@ export default function HowItWorksPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "1. Define Your Needs", description: "Answer a few simple questions about your typical flying habits, destinations, and preferences. It takes minutes.", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-shot-anonymous-woman-filling-out-application-form_1098-18914.jpg", imageAlt: "Questionnaire icon"},
|
title: "1. Define Your Needs", description: "Answer a few simple questions about your typical flying habits, destinations, and preferences. It takes minutes.", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-shot-anonymous-woman-filling-out-application-form_1098-18914.jpg?_wi=1", imageAlt: "Questionnaire icon"},
|
||||||
{
|
{
|
||||||
title: "2. Get Personalized Comparisons", description: "Receive a detailed, side-by-side analysis of jet card and fractional programs perfectly matched to your criteria.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Comparison chart icon"},
|
title: "2. Get Personalized Comparisons", description: "Receive a detailed, side-by-side analysis of jet card and fractional programs perfectly matched to your criteria.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1", imageAlt: "Comparison chart icon"},
|
||||||
{
|
{
|
||||||
title: "3. Fly Confidently", description: "Make an informed decision, knowing you’ve secured the optimal program for your lifestyle and budget, stress-free.", imageSrc: "http://img.b2bpic.net/free-vector/travel-element-collection-with-flat-design_23-2147831194.jpg", imageAlt: "Private jet flying smoothly"},
|
title: "3. Fly Confidently", description: "Make an informed decision, knowing you’ve secured the optimal program for your lifestyle and budget, stress-free.", imageSrc: "http://img.b2bpic.net/free-vector/travel-element-collection-with-flat-design_23-2147831194.jpg?_wi=1", imageAlt: "Private jet flying smoothly"},
|
||||||
]}
|
]}
|
||||||
title="Our Streamlined Process"
|
title="Our Streamlined Process"
|
||||||
description="From initial inquiry to confident travel, we simplify every step."
|
description="From initial inquiry to confident travel, we simplify every step."
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-magnetic"
|
defaultButtonVariant="hover-magnetic"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Start Comparing Programs Free", href: "#lead-capture"},
|
text: "Start Comparing Programs Free", href: "#lead-capture"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/airport-aircraft-airplane-aviation-transportation-travel_53876-23316.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/airport-aircraft-airplane-aviation-transportation-travel_53876-23316.jpg?_wi=2"
|
||||||
imageAlt="Subtle private jet silhouette over a runway at dawn"
|
imageAlt="Subtle private jet silhouette over a runway at dawn"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -121,6 +121,8 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
type: "text", text: "Trusted Private Jet Advisors"},
|
type: "text", text: "Trusted Private Jet Advisors"},
|
||||||
]}
|
]}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -135,6 +137,7 @@ export default function LandingPage() {
|
|||||||
tag="Your Trusted Guide"
|
tag="Your Trusted Guide"
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={false}
|
showCard={false}
|
||||||
|
tagAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -155,6 +158,7 @@ export default function LandingPage() {
|
|||||||
title="Flying Private Shouldn't Mean Flying Blind."
|
title="Flying Private Shouldn't Mean Flying Blind."
|
||||||
description="The private aviation market is designed to be opaque. Without independent guidance, you're exposed to hidden costs and biased recommendations."
|
description="The private aviation market is designed to be opaque. Without independent guidance, you're exposed to hidden costs and biased recommendations."
|
||||||
tag="Uncover the Truth"
|
tag="Uncover the Truth"
|
||||||
|
tagAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -166,11 +170,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "1. Define Your Needs", description: "Answer a few simple questions about your typical flying habits, destinations, and preferences. It takes minutes.", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-shot-anonymous-woman-filling-out-application-form_1098-18914.jpg", imageAlt: "Questionnaire icon"},
|
title: "1. Define Your Needs", description: "Answer a few simple questions about your typical flying habits, destinations, and preferences. It takes minutes.", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-shot-anonymous-woman-filling-out-application-form_1098-18914.jpg?_wi=2", imageAlt: "Questionnaire icon"},
|
||||||
{
|
{
|
||||||
title: "2. Get Personalized Comparisons", description: "Receive a detailed, side-by-side analysis of jet card and fractional programs perfectly matched to your criteria.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Comparison chart icon"},
|
title: "2. Get Personalized Comparisons", description: "Receive a detailed, side-by-side analysis of jet card and fractional programs perfectly matched to your criteria.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2", imageAlt: "Comparison chart icon"},
|
||||||
{
|
{
|
||||||
title: "3. Fly Confidently", description: "Make an informed decision, knowing you’ve secured the optimal program for your lifestyle and budget, stress-free.", imageSrc: "http://img.b2bpic.net/free-vector/travel-element-collection-with-flat-design_23-2147831194.jpg", imageAlt: "Private jet flying smoothly"},
|
title: "3. Fly Confidently", description: "Make an informed decision, knowing you’ve secured the optimal program for your lifestyle and budget, stress-free.", imageSrc: "http://img.b2bpic.net/free-vector/travel-element-collection-with-flat-design_23-2147831194.jpg?_wi=2", imageAlt: "Private jet flying smoothly"},
|
||||||
]}
|
]}
|
||||||
title="Your Path to Smarter Private Aviation"
|
title="Your Path to Smarter Private Aviation"
|
||||||
description="Our straightforward process ensures you find the perfect private jet solution without the guesswork or sales pressure."
|
description="Our straightforward process ensures you find the perfect private jet solution without the guesswork or sales pressure."
|
||||||
@@ -179,6 +183,8 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Get My Free Comparison", href: "#lead-capture"},
|
text: "Get My Free Comparison", href: "#lead-capture"},
|
||||||
]}
|
]}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -229,6 +235,8 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "3", category: "Industry Trends", title: "Q3 Private Flight Activity: What the Numbers Mean", excerpt: "Analyzing recent flight data to understand current demand, popular routes, and future projections for private aviation.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-london_23-2149259452.jpg", imageAlt: "Flight activity dashboard", authorName: "Doug Gollan", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", date: "Oct 15, 2023"},
|
id: "3", category: "Industry Trends", title: "Q3 Private Flight Activity: What the Numbers Mean", excerpt: "Analyzing recent flight data to understand current demand, popular routes, and future projections for private aviation.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-london_23-2149259452.jpg", imageAlt: "Flight activity dashboard", authorName: "Doug Gollan", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", date: "Oct 15, 2023"},
|
||||||
]}
|
]}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -251,6 +259,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg"
|
||||||
imageAlt="Doug Gollan, Founder of Private Jet Card Comparisons"
|
imageAlt="Doug Gollan, Founder of Private Jet Card Comparisons"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
tagAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -258,12 +267,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "sparkles-gradient"}}
|
||||||
text="Stop Guessing. Start Flying Smarter. Get Your Free, Unbiased Jet Card Comparison Today."
|
text="Stop Guessing. Start Flying Smarter. Get Your Free, Unbiased Jet Card Comparison Today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Your Personalized Comparison", href: "#lead-capture"},
|
text: "Get Your Personalized Comparison", href: "#lead-capture"},
|
||||||
]}
|
]}
|
||||||
|
animationType="reveal-blur"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user