Merge version_3 into main #4
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
@@ -121,6 +121,8 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "text", text: "Trusted Private Jet Advisors"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,6 +137,7 @@ export default function LandingPage() {
|
||||
tag="Your Trusted Guide"
|
||||
speed={40}
|
||||
showCard={false}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,6 +158,7 @@ export default function LandingPage() {
|
||||
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."
|
||||
tag="Uncover the Truth"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -179,6 +183,8 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Get My Free Comparison", href: "#lead-capture"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</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"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -251,6 +259,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg"
|
||||
imageAlt="Doug Gollan, Founder of Private Jet Card Comparisons"
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -258,12 +267,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Stop Guessing. Start Flying Smarter. Get Your Free, Unbiased Jet Card Comparison Today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Personalized Comparison", href: "#lead-capture"},
|
||||
]}
|
||||
animationType="reveal-blur"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user