Merge version_2 into main #5
@@ -16,16 +16,16 @@ import { Award, Gift, Rocket, ShieldCheck, Sparkles, Users, Zap } from "lucide-r
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -41,9 +41,11 @@ export default function LandingPage() {
|
||||
name: "Packages", id: "#packages"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "/contact"}
|
||||
]}
|
||||
button={{
|
||||
text: "BOOK YOUR JUMP", href: "#contact"}}
|
||||
text: "BOOK YOUR JUMP", href: "/contact"}}
|
||||
brandName="SKYDIVE ST. LOUIS"
|
||||
/>
|
||||
</div>
|
||||
@@ -57,7 +59,7 @@ export default function LandingPage() {
|
||||
tag="★★★★★ 5.0 Rated Experience | Thousands of Safe Jumps | Birthday + Bucket List Specialists"
|
||||
buttons={[
|
||||
{
|
||||
text: "BOOK YOUR JUMP", href: "#contact"},
|
||||
text: "BOOK YOUR JUMP", href: "/contact"},
|
||||
{
|
||||
text: "WATCH THE EXPERIENCE", href: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"},
|
||||
]}
|
||||
@@ -246,7 +248,7 @@ export default function LandingPage() {
|
||||
id: "tandem-experience", badge: "Classic", badgeIcon: Sparkles,
|
||||
price: "$249", name: "Tandem Experience", buttons: [
|
||||
{
|
||||
text: "BOOK NOW", href: "#contact"},
|
||||
text: "BOOK NOW", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Certified Tandem Instructor", "14,000 ft Freefall", "Stunning Missouri Views", "Pre-Jump Safety Briefing"],
|
||||
@@ -255,7 +257,7 @@ export default function LandingPage() {
|
||||
id: "birthday-jump", badge: "Celebration", badgeIcon: Gift,
|
||||
price: "$349", name: "Birthday Jump Package", buttons: [
|
||||
{
|
||||
text: "BOOK NOW", href: "#contact"},
|
||||
text: "BOOK NOW", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"All Tandem Experience Features", "Personal Photo & Video Package", "Celebration Recognition", "Exclusive Skydive St. Louis Merch Item"],
|
||||
@@ -264,7 +266,7 @@ export default function LandingPage() {
|
||||
id: "ultimate-adrenaline", badge: "Premium", badgeIcon: Award,
|
||||
price: "$499", name: "Ultimate Adrenaline Package", buttons: [
|
||||
{
|
||||
text: "BOOK NOW", href: "#contact"},
|
||||
text: "BOOK NOW", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"All Birthday Jump Features", "Fast-Track Scheduling", "Dedicated Instructor Interview", "Customizable Video Edit"],
|
||||
@@ -273,7 +275,7 @@ export default function LandingPage() {
|
||||
id: "group-adventure", badge: "Group Rate", badgeIcon: Users,
|
||||
price: "Contact for Quote", name: "Group Adventure Package", buttons: [
|
||||
{
|
||||
text: "CONTACT US", href: "#contact"},
|
||||
text: "CONTACT US", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Custom Group Pricing", "Dedicated Group Coordinator", "Premium Video & Photo Package", "Ideal for Parties & Events"],
|
||||
@@ -291,10 +293,10 @@ export default function LandingPage() {
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Fear Ends Here. One Jump Changes Everything."
|
||||
title="YOUR LIFE LOOKS DIFFERENT AFTER YOU JUMP."
|
||||
description="Ready to transform fear into freedom? Book your luxury tandem skydiving experience today and create the story you'll tell forever. Our team is ready to make your dream a reality."
|
||||
description="Ready to transform fear into freedom? Call us directly to book your luxury tandem skydiving experience today and create the story you'll tell forever. Our team is ready to make your dream a reality."
|
||||
buttons={[
|
||||
{
|
||||
text: "BOOK YOUR EXPERIENCE", href: "#"},
|
||||
text: "CALL US NOW", href: "tel:+13145551234"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -328,7 +330,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Safety Info", href: "#"},
|
||||
],
|
||||
@@ -349,4 +351,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user