From df85fed27164f386d87985809638e0b76b8f6624 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:00:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e8f3a1..90e2525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { return ( @@ -135,6 +137,7 @@ export default function LandingPage() { tag="Your Trusted Guide" speed={40} showCard={false} + tagAnimation="slide-up" /> @@ -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" /> @@ -179,6 +183,8 @@ export default function LandingPage() { { text: "Get My Free Comparison", href: "#lead-capture"}, ]} + tagAnimation="slide-up" + buttonAnimation="slide-up" /> @@ -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" /> @@ -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" /> @@ -258,12 +267,13 @@ export default function LandingPage() { -- 2.49.1