Merge version_2 into main #1
209
src/app/page.tsx
209
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Aviator Team"
|
||||
/>
|
||||
@@ -59,8 +49,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Taking Innovation to the Skies"
|
||||
description="We are a university aviation team dedicated to designing, building, and testing the next generation of aerial vehicles."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189251.jpg"
|
||||
@@ -74,19 +63,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Mission to Fly"
|
||||
description="Established by engineering students passionate about aeronautics, our team focuses on competitive drone racing and UAV design."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "#about"
|
||||
}
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision Design",
|
||||
description: "Leveraging CAD tools for aerodynamic optimization.",
|
||||
},
|
||||
title: "Precision Design", description: "Leveraging CAD tools for aerodynamic optimization."},
|
||||
{
|
||||
title: "Flight Testing",
|
||||
description: "Extensive testing to ensure reliability in all conditions.",
|
||||
},
|
||||
title: "Flight Testing", description: "Extensive testing to ensure reliability in all conditions."},
|
||||
{
|
||||
title: "Competitive Excellence",
|
||||
description: "Participating in national and international drone races.",
|
||||
},
|
||||
title: "Competitive Excellence", description: "Participating in national and international drone races."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-business-associates-engineers-gather-discussion_482257-126040.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -100,29 +88,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ali Veli",
|
||||
role: "Team Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg",
|
||||
},
|
||||
id: "t1", name: "Ali Veli", role: "Team Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ayşe Yılmaz",
|
||||
role: "Aerodynamics Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-together_23-2148908964.jpg",
|
||||
},
|
||||
id: "t2", name: "Ayşe Yılmaz", role: "Aerodynamics Lead", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-together_23-2148908964.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mehmet Can",
|
||||
role: "Systems Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-14781.jpg",
|
||||
},
|
||||
id: "t3", name: "Mehmet Can", role: "Systems Engineer", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-14781.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Zeynep Su",
|
||||
role: "Pilot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg",
|
||||
},
|
||||
id: "t4", name: "Zeynep Su", role: "Pilot", imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg"},
|
||||
]}
|
||||
title="Our Engineering Crew"
|
||||
description="The dedicated minds behind our fleet."
|
||||
@@ -136,26 +108,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Carbon Fiber Frame",
|
||||
description: "High strength, low weight design.",
|
||||
tag: "Engineering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg",
|
||||
},
|
||||
id: "f1", title: "Carbon Fiber Frame", description: "High strength, low weight design.", tag: "Engineering", imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Long Range Control",
|
||||
description: "Stable communication in extreme environments.",
|
||||
tag: "Avionics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-holding-drone-front-view_23-2148800828.jpg",
|
||||
},
|
||||
id: "f2", title: "Long Range Control", description: "Stable communication in extreme environments.", tag: "Avionics", imageSrc: "http://img.b2bpic.net/free-photo/boy-holding-drone-front-view_23-2148800828.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "AI Navigation",
|
||||
description: "Autopilot systems for path planning.",
|
||||
tag: "Software",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545640.jpg",
|
||||
},
|
||||
id: "f3", title: "AI Navigation", description: "Autopilot systems for path planning.", tag: "Software", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545640.jpg"},
|
||||
]}
|
||||
title="Core Technical Capabilities"
|
||||
description="Our fleet is engineered for maximum performance and stability."
|
||||
@@ -169,26 +126,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Successful Flights",
|
||||
description: "Total test flights conducted.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-with-bag-his-shoulder-hurry-airport_146671-18162.jpg",
|
||||
},
|
||||
id: "m1", value: "15+", title: "Successful Flights", description: "Total test flights conducted.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-with-bag-his-shoulder-hurry-airport_146671-18162.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3",
|
||||
title: "Awards",
|
||||
description: "Prizes won in competitions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-silver-cup-trophies_23-2149458768.jpg",
|
||||
},
|
||||
id: "m2", value: "3", title: "Awards", description: "Prizes won in competitions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-silver-cup-trophies_23-2149458768.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "40+",
|
||||
title: "Active Members",
|
||||
description: "Engineering students across all grades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-clients-real-estate-agent-engage-office-planning-session_482257-91017.jpg",
|
||||
},
|
||||
id: "m3", value: "40+", title: "Active Members", description: "Engineering students across all grades.", imageSrc: "http://img.b2bpic.net/free-photo/professional-clients-real-estate-agent-engage-office-planning-session_482257-91017.jpg"},
|
||||
]}
|
||||
title="Performance Tracking"
|
||||
description="Our progress in numbers."
|
||||
@@ -202,59 +144,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "ts1",
|
||||
name: "Prof. Dr. Arda",
|
||||
role: "Dean",
|
||||
company: "Engineering Faculty",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-professor-looking-camera-against-chalkboard-with-math-example_23-2148200995.jpg",
|
||||
},
|
||||
id: "ts1", name: "Prof. Dr. Arda", role: "Dean", company: "Engineering Faculty", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-professor-looking-camera-against-chalkboard-with-math-example_23-2148200995.jpg"},
|
||||
{
|
||||
id: "ts2",
|
||||
name: "Elif Demir",
|
||||
role: "Aerospace Eng.",
|
||||
company: "TechInd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-tablet-user-glasses-happy-about-high-speed-connection_74855-2969.jpg",
|
||||
},
|
||||
id: "ts2", name: "Elif Demir", role: "Aerospace Eng.", company: "TechInd", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-tablet-user-glasses-happy-about-high-speed-connection_74855-2969.jpg"},
|
||||
{
|
||||
id: "ts3",
|
||||
name: "Can Berk",
|
||||
role: "Mentor",
|
||||
company: "AeroGroup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
|
||||
},
|
||||
id: "ts3", name: "Can Berk", role: "Mentor", company: "AeroGroup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg"},
|
||||
{
|
||||
id: "ts4",
|
||||
name: "Deniz Kara",
|
||||
role: "Pilot",
|
||||
company: "SkyHigh",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-pilot-happy-expression_1194-3787.jpg",
|
||||
},
|
||||
id: "ts4", name: "Deniz Kara", role: "Pilot", company: "SkyHigh", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-pilot-happy-expression_1194-3787.jpg"},
|
||||
{
|
||||
id: "ts5",
|
||||
name: "Selin Gök",
|
||||
role: "CEO",
|
||||
company: "DroneVision",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-leader-crossing-arms-chest_1262-3509.jpg",
|
||||
},
|
||||
id: "ts5", name: "Selin Gök", role: "CEO", company: "DroneVision", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-leader-crossing-arms-chest_1262-3509.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Passion",
|
||||
},
|
||||
value: "100%", label: "Passion"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Efficiency",
|
||||
},
|
||||
value: "95%", label: "Efficiency"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Development",
|
||||
},
|
||||
value: "24/7", label: "Development"},
|
||||
]}
|
||||
title="Voices of the Industry"
|
||||
description="What partners and mentors say about us."
|
||||
@@ -267,20 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How to join?",
|
||||
content: "Follow our social media for recruitment periods.",
|
||||
},
|
||||
id: "q1", title: "How to join?", content: "Follow our social media for recruitment periods."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What tools do we use?",
|
||||
content: "We use industry standard software like SolidWorks and Pixhawk.",
|
||||
},
|
||||
id: "q2", title: "What tools do we use?", content: "We use industry standard software like SolidWorks and Pixhawk."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where do we test?",
|
||||
content: "Designated university test zones and airfields.",
|
||||
},
|
||||
id: "q3", title: "Where do we test?", content: "Designated university test zones and airfields."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Learn more about our team and membership."
|
||||
@@ -292,14 +194,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Interested in collaborating or joining our team? Get in touch today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@aviationteam.edu",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:info@aviationteam.edu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -309,29 +208,19 @@ export default function LandingPage() {
|
||||
logoText="Aviation Team"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
label: "LinkedIn", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -340,4 +229,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user