Merge version_1 into main #1
310
src/app/page.tsx
310
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Achievement",
|
||||
id: "#achievement",
|
||||
},
|
||||
name: "Achievement", id: "#achievement"},
|
||||
{
|
||||
name: "Journey",
|
||||
id: "#journey",
|
||||
},
|
||||
name: "Journey", id: "#journey"},
|
||||
{
|
||||
name: "Milestones",
|
||||
id: "#milestones",
|
||||
},
|
||||
name: "Milestones", id: "#milestones"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "#support",
|
||||
},
|
||||
name: "Support", id: "#support"},
|
||||
{
|
||||
name: "Tributes",
|
||||
id: "#tributes",
|
||||
},
|
||||
name: "Tributes", id: "#tributes"},
|
||||
{
|
||||
name: "Future",
|
||||
id: "#future",
|
||||
},
|
||||
name: "Future", id: "#future"},
|
||||
{
|
||||
name: "Guestbook",
|
||||
id: "#guestbook",
|
||||
},
|
||||
name: "Guestbook", id: "#guestbook"},
|
||||
]}
|
||||
brandName="Pilot Soar"
|
||||
/>
|
||||
@@ -73,79 +57,46 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Congratulations Pilot—You Made It Soar"
|
||||
description="Your brother has earned his wings and conquered the skies! This page celebrates his incredible achievement with style and motion."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Johnson",
|
||||
handle: "@alex_flights",
|
||||
testimonial: "Watching you achieve this dream has been truly inspiring. The sky is now yours!",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-sky-with-clouds_58702-5828.jpg",
|
||||
name: "Alex Johnson", handle: "@alex_flights", testimonial: "Watching you achieve this dream has been truly inspiring. The sky is now yours!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-sky-with-clouds_58702-5828.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah Lee",
|
||||
handle: "@sarah_navigator",
|
||||
testimonial: "So proud of your dedication and perseverance. This is just the beginning of your incredible journey.",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-black-suit-holding-hand-his-forehead_23-2148401453.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/violet-white-fiber-optical-cables_23-2148241301.jpg",
|
||||
name: "Sarah Lee", handle: "@sarah_navigator", testimonial: "So proud of your dedication and perseverance. This is just the beginning of your incredible journey.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/violet-white-fiber-optical-cables_23-2148241301.jpg"
|
||||
},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "@mike_aviation",
|
||||
testimonial: "To my amazing brother, you've conquered every challenge. Fly high and reach for the stars!",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/elegant-cheerful-caucasian-female-pensioner-with-short-pixie-hairstyle-smiling-broadly-dressed-stylish-knitted-burgundy-pullover-people-age-style-knitwear-fashion-concept_343059-2680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-texture-close-up-detail_23-2149101450.jpg",
|
||||
name: "Michael Chen", handle: "@mike_aviation", testimonial: "To my amazing brother, you've conquered every challenge. Fly high and reach for the stars!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-texture-close-up-detail_23-2149101450.jpg"
|
||||
},
|
||||
{
|
||||
name: "Emily Williams",
|
||||
handle: "@emily_sky",
|
||||
testimonial: "Your hard work and passion have truly paid off. Wishing you countless safe and thrilling flights!",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-male-student-dark-shirt-wearing-yellow-backpack-rejoicing-light-blue-wall_140725-42375.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-textured-white-background_23-2147948672.jpg",
|
||||
name: "Emily Williams", handle: "@emily_sky", testimonial: "Your hard work and passion have truly paid off. Wishing you countless safe and thrilling flights!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-textured-white-background_23-2147948672.jpg"
|
||||
},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@dave_aero",
|
||||
testimonial: "A huge congratulations! Your commitment to aviation is admirable, and I can't wait to see what you do next.",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-again-concept-arrangement_23-2149064610.jpg",
|
||||
},
|
||||
name: "David Kim", handle: "@dave_aero", testimonial: "A huge congratulations! Your commitment to aviation is admirable, and I can't wait to see what you do next.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-again-concept-arrangement_23-2149064610.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Scroll to Celebrate",
|
||||
href: "#achievement",
|
||||
},
|
||||
text: "Scroll to Celebrate", href: "#achievement"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg",
|
||||
alt: "Profile picture of Alex Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg", alt: "Profile picture of Alex Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-white-shirt-posing-camera-with-broad-smile-hands-pockets-dark-gray_171337-443.jpg",
|
||||
alt: "Profile picture of Sarah Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-white-shirt-posing-camera-with-broad-smile-hands-pockets-dark-gray_171337-443.jpg", alt: "Profile picture of Sarah Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/anxious-elderly-woman-looks-up-isolated-white-wall_141793-67989.jpg",
|
||||
alt: "Profile picture of Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/anxious-elderly-woman-looks-up-isolated-white-wall_141793-67989.jpg", alt: "Profile picture of Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/surprised-looking-camera-young-man-wearing-party-hat-isolated-orange-wall_141793-128427.jpg",
|
||||
alt: "Profile picture of Emily Williams",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/surprised-looking-camera-young-man-wearing-party-hat-isolated-orange-wall_141793-128427.jpg", alt: "Profile picture of Emily Williams"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg",
|
||||
alt: "Cheerful middle aged businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", alt: "Cheerful middle aged businesswoman"},
|
||||
]}
|
||||
avatarText="Loved by family and friends"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-male-figure-sitting-edge-cliff-face_1048-8811.jpg"
|
||||
@@ -153,29 +104,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cleared for takeoff",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Cleared for takeoff", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Soaring to new heights",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Soaring to new heights", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Above the clouds",
|
||||
icon: Cloud,
|
||||
type: "text-icon", text: "Above the clouds", icon: Cloud,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Future of flight",
|
||||
icon: Rocket,
|
||||
type: "text-icon", text: "Future of flight", icon: Rocket,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "World awaits",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "World awaits", icon: Globe,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -201,23 +142,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ground School & Theory",
|
||||
description: "Mastering aerodynamics, navigation, meteorology, and regulations – the vital knowledge for safe flight.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-plane-air-racing-render-3d-illustration_654080-107.jpg",
|
||||
imageAlt: "Aviation textbook with charts and miniature airplane model",
|
||||
},
|
||||
title: "Ground School & Theory", description: "Mastering aerodynamics, navigation, meteorology, and regulations – the vital knowledge for safe flight.", imageSrc: "http://img.b2bpic.net/free-photo/sports-plane-air-racing-render-3d-illustration_654080-107.jpg", imageAlt: "Aviation textbook with charts and miniature airplane model"},
|
||||
{
|
||||
title: "Extensive Flight Hours",
|
||||
description: "Accumulating hundreds of hours in the cockpit, refining control, decision-making, and emergency procedures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilot-flying-aircraft-daytime_181624-17494.jpg",
|
||||
imageAlt: "Airplane wing cutting through a vibrant blue sky",
|
||||
},
|
||||
title: "Extensive Flight Hours", description: "Accumulating hundreds of hours in the cockpit, refining control, decision-making, and emergency procedures.", imageSrc: "http://img.b2bpic.net/free-photo/pilot-flying-aircraft-daytime_181624-17494.jpg", imageAlt: "Airplane wing cutting through a vibrant blue sky"},
|
||||
{
|
||||
title: "First Solo Flight",
|
||||
description: "The unforgettable moment of taking to the skies alone, a true test of skill and confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jet-engine-propels-fighter-plane-through-dusk-sky-generated-by-ai_188544-33271.jpg",
|
||||
imageAlt: "Small training aircraft taking off at dawn",
|
||||
},
|
||||
title: "First Solo Flight", description: "The unforgettable moment of taking to the skies alone, a true test of skill and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/jet-engine-propels-fighter-plane-through-dusk-sky-generated-by-ai_188544-33271.jpg", imageAlt: "Small training aircraft taking off at dawn"},
|
||||
]}
|
||||
title="Key Milestones in Flight Training"
|
||||
description="A look back at the critical phases of training and the skills mastered on the path to becoming a licensed pilot. Each step built the foundation for this incredible success."
|
||||
@@ -232,32 +161,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "200+",
|
||||
title: "Flight Hours",
|
||||
description: "Logged navigating diverse conditions and mastering aircraft.",
|
||||
icon: Gauge,
|
||||
id: "metric-1", value: "200+", title: "Flight Hours", description: "Logged navigating diverse conditions and mastering aircraft.", icon: Gauge,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "50+",
|
||||
title: "Takeoffs & Landings",
|
||||
description: "Practiced meticulously to ensure precision and safety.",
|
||||
icon: ArrowUp,
|
||||
id: "metric-2", value: "50+", title: "Takeoffs & Landings", description: "Practiced meticulously to ensure precision and safety.", icon: ArrowUp,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "95%",
|
||||
title: "Exam Pass Rate",
|
||||
description: "Achieved across all theoretical and practical examinations.",
|
||||
icon: CheckCircle,
|
||||
id: "metric-3", value: "95%", title: "Exam Pass Rate", description: "Achieved across all theoretical and practical examinations.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "3+",
|
||||
title: "Aircraft Types",
|
||||
description: "Proficiency gained across various models and classes of aircraft.",
|
||||
icon: Flag,
|
||||
id: "metric-4", value: "3+", title: "Aircraft Types", description: "Proficiency gained across various models and classes of aircraft.", icon: Flag,
|
||||
},
|
||||
]}
|
||||
title="Flight Accomplishments in Numbers"
|
||||
@@ -270,14 +183,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Family First",
|
||||
"Flight School Mentors",
|
||||
"Childhood Friends",
|
||||
"Aviation Community",
|
||||
"Study Group",
|
||||
"Online Forums",
|
||||
"Supportive Colleagues",
|
||||
]}
|
||||
"Family First", "Flight School Mentors", "Childhood Friends", "Aviation Community", "Study Group", "Online Forums", "Supportive Colleagues"]}
|
||||
title="A Community of Support"
|
||||
description="The unwavering encouragement and belief from family, friends, and instructors made this dream a reality. A collective journey of support."
|
||||
/>
|
||||
@@ -289,55 +195,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "tribute-1",
|
||||
name: "Mom & Dad",
|
||||
date: "May 20, 2024",
|
||||
title: "Our Proudest Moment",
|
||||
quote: "Seeing you soar through the skies fills our hearts with immense pride. You've worked so hard for this, and you deserve all the success.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-wrinkled-fashionable-granny-wearing-glasses-sweater_273609-35367.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-sky-with-clouds_58702-5811.jpg",
|
||||
},
|
||||
id: "tribute-1", name: "Mom & Dad", date: "May 20, 2024", title: "Our Proudest Moment", quote: "Seeing you soar through the skies fills our hearts with immense pride. You've worked so hard for this, and you deserve all the success.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-wrinkled-fashionable-granny-wearing-glasses-sweater_273609-35367.jpg", imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-sky-with-clouds_58702-5811.jpg"},
|
||||
{
|
||||
id: "tribute-2",
|
||||
name: "Sister, Jane",
|
||||
date: "May 20, 2024",
|
||||
title: "My Hero in the Sky",
|
||||
quote: "From childhood dreams of flying to achieving your pilot's license, you've always inspired me. Congratulations, my dear brother!",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-uv-light-background_53876-88806.jpg",
|
||||
},
|
||||
id: "tribute-2", name: "Sister, Jane", date: "May 20, 2024", title: "My Hero in the Sky", quote: "From childhood dreams of flying to achieving your pilot's license, you've always inspired me. Congratulations, my dear brother!", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1536.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-uv-light-background_53876-88806.jpg"},
|
||||
{
|
||||
id: "tribute-3",
|
||||
name: "Best Friend, Chris",
|
||||
date: "May 20, 2024",
|
||||
title: "The Sky's the Limit",
|
||||
quote: "Couldn't be prouder of you, man! All those late nights studying paid off. Let's plan that first flight together soon!",
|
||||
tag: "Friends",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-businesswoman-using-sign-language_23-2148740299.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/magic-dark-blue-background-with-square-shaped-frame-generative-ai_169016-56314.jpg",
|
||||
},
|
||||
id: "tribute-3", name: "Best Friend, Chris", date: "May 20, 2024", title: "The Sky's the Limit", quote: "Couldn't be prouder of you, man! All those late nights studying paid off. Let's plan that first flight together soon!", tag: "Friends", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-businesswoman-using-sign-language_23-2148740299.jpg", imageSrc: "http://img.b2bpic.net/free-photo/magic-dark-blue-background-with-square-shaped-frame-generative-ai_169016-56314.jpg"},
|
||||
{
|
||||
id: "tribute-4",
|
||||
name: "Instructor, Captain Miller",
|
||||
date: "May 20, 2024",
|
||||
title: "A Natural Pilot",
|
||||
quote: "It was a pleasure guiding you. Your aptitude and dedication to aviation are exceptional. Well done, Pilot!",
|
||||
tag: "Mentor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-blond-young-caucasian-guy-pink-hoodie-blue-eyes-smiling-broadly-pointing-fingers-up-showing-way-promo-top-company-banner-click-link-standing-white-wall_176420-42603.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azure-stiff-paint-with-foam-gold-crumbs_23-2147934164.jpg",
|
||||
},
|
||||
id: "tribute-4", name: "Instructor, Captain Miller", date: "May 20, 2024", title: "A Natural Pilot", quote: "It was a pleasure guiding you. Your aptitude and dedication to aviation are exceptional. Well done, Pilot!", tag: "Mentor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-blond-young-caucasian-guy-pink-hoodie-blue-eyes-smiling-broadly-pointing-fingers-up-showing-way-promo-top-company-banner-click-link-standing-white-wall_176420-42603.jpg", imageSrc: "http://img.b2bpic.net/free-photo/azure-stiff-paint-with-foam-gold-crumbs_23-2147934164.jpg"},
|
||||
{
|
||||
id: "tribute-5",
|
||||
name: "Brother, Michael",
|
||||
date: "May 20, 2024",
|
||||
title: "Soaring to New Heights",
|
||||
quote: "An incredible achievement, brother! You've made us all incredibly proud. The future of flight awaits you!",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-pressing-buzzer_23-2149731431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covid-19-vaccine-certificate-passport-green-neon-graphic_53876-176880.jpg",
|
||||
},
|
||||
id: "tribute-5", name: "Brother, Michael", date: "May 20, 2024", title: "Soaring to New Heights", quote: "An incredible achievement, brother! You've made us all incredibly proud. The future of flight awaits you!", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/person-pressing-buzzer_23-2149731431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/covid-19-vaccine-certificate-passport-green-neon-graphic_53876-176880.jpg"},
|
||||
]}
|
||||
title="Heartfelt Messages & Cheers"
|
||||
description="Words of pride, admiration, and love from those who witnessed the journey firsthand and shared in every triumph."
|
||||
@@ -352,53 +218,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Global Exploration",
|
||||
price: "Your Adventure",
|
||||
variant: "Future Goal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/earth-globe-airplane-model-notepad-wooden-background-top-view_169016-35233.jpg",
|
||||
imageAlt: "Artistic world map with golden flight paths",
|
||||
},
|
||||
id: "p-1", name: "Global Exploration", price: "Your Adventure", variant: "Future Goal", imageSrc: "http://img.b2bpic.net/free-photo/earth-globe-airplane-model-notepad-wooden-background-top-view_169016-35233.jpg", imageAlt: "Artistic world map with golden flight paths"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Aerial Photography",
|
||||
price: "Unique Perspectives",
|
||||
variant: "Passion Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-lake-zug-switzerland-clear-blue-sky_181624-26182.jpg",
|
||||
imageAlt: "Breathtaking aerial view of a vibrant landscape",
|
||||
},
|
||||
id: "p-2", name: "Aerial Photography", price: "Unique Perspectives", variant: "Passion Project", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-lake-zug-switzerland-clear-blue-sky_181624-26182.jpg", imageAlt: "Breathtaking aerial view of a vibrant landscape"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Mentor & Instructor",
|
||||
price: "Share Knowledge",
|
||||
variant: "Community Impact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-copilot-holding-lever-takeoff-with-airplane-flying-aircraft-with-dashboard-power-buttons-control-panel-command-radar-navigation-windscreen-compass-close-up_482257-50406.jpg",
|
||||
imageAlt: "Seasoned pilot and new pilot looking at sunset",
|
||||
},
|
||||
id: "p-3", name: "Mentor & Instructor", price: "Share Knowledge", variant: "Community Impact", imageSrc: "http://img.b2bpic.net/free-photo/african-american-copilot-holding-lever-takeoff-with-airplane-flying-aircraft-with-dashboard-command-using-aerial-navigation-takeoff-control-panel-buttons-with-radar-compass-windscreen-international-flight-service-close-up_482257-50406.jpg", imageAlt: "Seasoned pilot and new pilot looking at sunset"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Advanced Ratings",
|
||||
price: "Continuous Learning",
|
||||
variant: "Skill Development",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-empty-aviation-plane-with-dashboard-control-panel-start-power-engine-fly-airplane-navigation-command-with-windscreen-radar-compass-speed-handle-close-up_482257-47626.jpg",
|
||||
imageAlt: "Cockpit instrument panel with advanced avionics",
|
||||
},
|
||||
id: "p-4", name: "Advanced Ratings", price: "Continuous Learning", variant: "Skill Development", imageSrc: "http://img.b2bpic.net/free-photo/nobody-empty-aviation-plane-with-dashboard-control-panel-start-power-engine-fly-airplane-navigation-command-with-windscreen-radar-compass-speed-handle-close-up_482257-47626.jpg", imageAlt: "Cockpit instrument panel with advanced avionics"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "Airshow Participation",
|
||||
price: "Daring Feats",
|
||||
variant: "Public Showcase",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walks-with-orange-smoke-white-beach-blue-sky_1304-5241.jpg",
|
||||
imageAlt: "Acrobatic airplane performing a daring maneuver",
|
||||
},
|
||||
id: "p-5", name: "Airshow Participation", price: "Daring Feats", variant: "Public Showcase", imageSrc: "http://img.b2bpic.net/free-photo/woman-walks-with-orange-smoke-white-beach-blue-sky_1304-5241.jpg", imageAlt: "Acrobatic airplane performing a daring maneuver"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Personal Aircraft",
|
||||
price: "Ultimate Freedom",
|
||||
variant: "Ownership Dream",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-pretty-blonde-slavic-woman-with-beach-hat-puts-hand-chin-holds-model-plane-looking-side-purple_141793-69614.jpg",
|
||||
imageAlt: "Sleek personal aircraft on a private airstrip",
|
||||
},
|
||||
id: "p-6", name: "Personal Aircraft", price: "Ultimate Freedom", variant: "Ownership Dream", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-pretty-blonde-slavic-woman-with-beach-hat-puts-hand-chin-holds-model-plane-looking-side-purple_141793-69614.jpg", imageAlt: "Sleek personal aircraft on a private airstrip"},
|
||||
]}
|
||||
title="Future Flights & Horizons"
|
||||
description="The sky is not the limit, but the beginning. Envisioning future adventures and exciting possibilities in aviation."
|
||||
@@ -409,8 +239,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
tag="Sign Our Guestbook"
|
||||
title="Leave a Congratulatory Message"
|
||||
description="Share your best wishes and proudest moments for the new pilot. Your message will become a cherished part of this celebration."
|
||||
@@ -425,46 +254,29 @@ export default function LandingPage() {
|
||||
logoText="Pilot Soar"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Achievement",
|
||||
href: "#achievement",
|
||||
},
|
||||
label: "Achievement", href: "#achievement"},
|
||||
{
|
||||
label: "Journey",
|
||||
href: "#journey",
|
||||
},
|
||||
label: "Journey", href: "#journey"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Tributes",
|
||||
href: "#tributes",
|
||||
},
|
||||
label: "Tributes", href: "#tributes"},
|
||||
{
|
||||
label: "Guestbook",
|
||||
href: "#guestbook",
|
||||
},
|
||||
label: "Guestbook", href: "#guestbook"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user