Update src/app/page.tsx
This commit is contained in:
@@ -10,10 +10,12 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Code, LineChart, ShieldCheck, Star, Timer, TrendingUp, Users } from "lucide-react";
|
||||
import { Award, Code, LineChart, Plane, ShieldCheck, Star, Timer, TrendingUp, Users, UsersRound } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -39,6 +41,10 @@ export default function LandingPage() {
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Aircrafts", id: "#aircrafts"},
|
||||
{
|
||||
name: "Our Students", id: "#students"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
@@ -56,8 +62,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroOverlay
|
||||
title="Empowering Your Business Growth"
|
||||
description="Unlock your full potential with our innovative solutions, designed to streamline operations, boost efficiency, and drive sustainable success."
|
||||
title="Empowering Your Future in Aviation"
|
||||
description="Start your journey with us to become an expert pilot, skilled cabin crew, or efficient dispatcher. We provide innovative training solutions to drive your success."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Today", href: "#contact"},
|
||||
@@ -88,9 +94,9 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="About Us"
|
||||
title="Your Partner in Strategic Growth"
|
||||
description="At Business Solutions, we are dedicated to transforming challenges into opportunities. Our expertise spans various industries, enabling us to provide tailored strategies and hands-on support that deliver measurable results."
|
||||
subdescription="We believe in fostering long-term partnerships, guiding our clients through every stage of their business journey with integrity and innovation."
|
||||
title="Your Partner in Aviation Career Growth"
|
||||
description="At Business Solutions, we are dedicated to transforming aspirations into thriving careers in the aviation industry. Our expertise spans various aviation disciplines, enabling us to provide tailored training and hands-on support that deliver measurable results."
|
||||
subdescription="We believe in fostering long-term partnerships, guiding our students through every stage of their aviation journey with integrity and innovation."
|
||||
icon={Users}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-formalwear-telling-colleague-contract_1262-2690.jpg"
|
||||
imageAlt="Business leader giving a presentation to a team"
|
||||
@@ -138,6 +144,51 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="aircrafts" data-section="aircrafts">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Our Training Fleet"
|
||||
description="Explore the advanced aircraft models our students train on, equipped with the latest technology for a comprehensive learning experience."
|
||||
tag="Aircrafts"
|
||||
products={[
|
||||
{
|
||||
id: "plane1", name: "Cessna 172 Skyhawk", price: "Single-Engine", imageSrc: "https://images.unsplash.com/photo-1579737190161-419b66236b28?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Cessna 172 Skyhawk aircraft", rating: 5},
|
||||
{
|
||||
id: "plane2", name: "Diamond DA42 Twin Star", price: "Multi-Engine", imageSrc: "https://images.unsplash.com/photo-1594916848243-d345c225381f?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Diamond DA42 Twin Star aircraft", rating: 5},
|
||||
{
|
||||
id: "plane3", name: "Boeing 737 Simulator", price: "Flight Simulator", imageSrc: "https://images.unsplash.com/photo-1540306385150-5f21051df4b5?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Boeing 737 Flight Simulator", rating: 5},
|
||||
{
|
||||
id: "plane4", name: "Airbus A320 Simulator", price: "Flight Simulator", imageSrc: "https://images.unsplash.com/photo-1518342730626-d6215f6067b5?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Airbus A320 Flight Simulator", rating: 5}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="students" data-section="students">
|
||||
<TeamCardTen
|
||||
tag="Our Students"
|
||||
title="Meet Our Future Aviation Professionals"
|
||||
description="Dedicated and highly motivated, our students are training to become expert pilots, skilled cabin crew, and efficient dispatchers."
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "student1", name: "Sarah - Pilot Trainee", imageSrc: "https://images.unsplash.com/photo-1520696954397-200938b824ba?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Pilot Trainee Sarah"},
|
||||
{
|
||||
id: "student2", name: "David - Cabin Crew Student", imageSrc: "https://images.unsplash.com/photo-1601272765378-03b0d23588f9?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Cabin Crew Student David"},
|
||||
{
|
||||
id: "student3", name: "Emily - Dispatch Intern", imageSrc: "https://images.unsplash.com/photo-1582218579401-49938e55e510?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Dispatcher Intern Emily"},
|
||||
{
|
||||
id: "student4", name: "Michael - Pilot Cadet", imageSrc: "https://images.unsplash.com/photo-1560931252-87063d8ff552?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Pilot Cadet Michael"},
|
||||
{
|
||||
id: "student5", name: "Jessica - Cabin Crew Trainee", imageSrc: "https://images.unsplash.com/photo-1628126781249-14a0a8677f48?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Cabin Crew Trainee Jessica"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
@@ -297,6 +348,10 @@ export default function LandingPage() {
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Aircrafts", href: "#aircrafts"},
|
||||
{
|
||||
label: "Our Students", href: "#students"},
|
||||
{
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user