Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -1,75 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "My Wings 2025 - Aviation Community for Flight Simulator Pilots",
|
||||
description: "Join My Wings 2025, the ultimate aviation community for flight simulator pilots and aviation enthusiasts. Connect globally, share flights, explore screenshots, and join virtual airlines.",
|
||||
keywords: "flight simulator community, aviation, virtual pilots, flight sharing, online flight community, aviation enthusiasts",
|
||||
metadataBase: new URL("https://mywings2025.com"),
|
||||
alternates: {
|
||||
canonical: "https://mywings2025.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "My Wings 2025 - Aviation Community",
|
||||
description: "Connect with thousands of pilots and aviation fans. Share your flights, screenshots, and aviation passion with the global community.",
|
||||
siteName: "My Wings 2025",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-stunning-cinematic-view-of-a-commercia-1772796625376-b6098995.png",
|
||||
alt: "Airplane flying through beautiful sky",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "My Wings 2025 - Aviation Community",
|
||||
description: "The ultimate flight simulator and aviation community platform for pilots worldwide.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-stunning-cinematic-view-of-a-commercia-1772796625376-b6098995.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "My Wings 2025", description: "Join the most vibrant flight simulator and virtual airline community"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1437,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import Link from "next/link";
|
||||
import { Plane, Sparkles, Users, Globe, Award } from "lucide-react";
|
||||
import { Plane, Sparkles, Users, Globe, Award, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -52,8 +52,8 @@ export default function HomePage() {
|
||||
<HeroOverlay
|
||||
title="My Wings 2025 – Aviation Community"
|
||||
description="Fly, share and explore the world of aviation with the most vibrant flight simulator and virtual airline community"
|
||||
tag="Join Our Skies"
|
||||
tagIcon={Plane}
|
||||
tag="15,000+ Pilots Already Flying"
|
||||
tagIcon={CheckCircle}
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
@@ -75,13 +75,17 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Flight Simulator Community", description: "Connect with thousands of virtual pilots worldwide. Share experiences, discuss routes, and collaborate on virtual airlines", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-flight-simulator-cockpit-interf-1772796625572-2b8f8af5.png?_wi=1", imageAlt: "Flight simulator cockpit interface"},
|
||||
id: "01", title: "Flight Simulator Community", description: "Connect with thousands of virtual pilots worldwide. Share experiences, discuss routes, and collaborate on virtual airlines", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-flight-simulator-cockpit-interf-1772796625572-2b8f8af5.png?_wi=1", imageAlt: "Flight simulator cockpit interface"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Share Screenshots & Flights", description: "Showcase your stunning flight captures and route achievements. Build your aviation portfolio with our gallery system", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-gallery-interface-displaying-be-1772796626406-76c3310f.png?_wi=1", imageAlt: "Gallery interface for flight screenshots"},
|
||||
id: "02", title: "Share Screenshots & Flights", description: "Showcase your stunning flight captures and route achievements. Build your aviation portfolio with our gallery system", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-gallery-interface-displaying-be-1772796626406-76c3310f.png?_wi=1", imageAlt: "Gallery interface for flight screenshots"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Aviation News & Updates", description: "Stay current with real-world aviation industry news and flight simulator updates. Get insights from community experts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-aviation-news-dashboard-interfa-1772796626457-b7e13ed8.png?_wi=1", imageAlt: "Aviation news dashboard"},
|
||||
id: "03", title: "Aviation News & Updates", description: "Stay current with real-world aviation industry news and flight simulator updates. Get insights from community experts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-aviation-news-dashboard-interfa-1772796626457-b7e13ed8.png?_wi=1", imageAlt: "Aviation news dashboard"
|
||||
},
|
||||
{
|
||||
id: "04", title: "Pilot Community Hub", description: "Find your crew, join virtual airlines, and organize group flights. Build lasting connections with aviation enthusiasts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-vibrant-community-hub-interface-showin-1772796625701-90fa41b8.png?_wi=1", imageAlt: "Community hub with pilot profiles"},
|
||||
id: "04", title: "Pilot Community Hub", description: "Find your crew, join virtual airlines, and organize group flights. Build lasting connections with aviation enthusiasts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-vibrant-community-hub-interface-showin-1772796625701-90fa41b8.png?_wi=1", imageAlt: "Community hub with pilot profiles"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -116,17 +120,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Captain Alex Rivera", handle: "@CaptainRivera", testimonial: "My Wings 2025 has become my go-to platform for virtual flying. The community is welcoming, supportive, and truly passionate about aviation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-photo-of-a-man-in--1772796624895-a19206ce.png?_wi=1", imageAlt: "Captain Alex Rivera"},
|
||||
id: "1", name: "Captain Alex Rivera", handle: "@CaptainRivera", testimonial: "My Wings 2025 has become my go-to platform for virtual flying. The community is welcoming, supportive, and truly passionate about aviation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-photo-of-a-man-in--1772796624895-a19206ce.png?_wi=1", imageAlt: "Captain Alex Rivera"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "@SarahTheFlyer", testimonial: "I've been part of three virtual airlines now, and the connections I've made here are incredible. This is where real pilots meet to fly together.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-a-woman-in-her--1772796624873-487e82a8.png?_wi=1", imageAlt: "Sarah Chen"},
|
||||
id: "2", name: "Sarah Chen", handle: "@SarahTheFlyer", testimonial: "I've been part of three virtual airlines now, and the connections I've made here are incredible. This is where real pilots meet to fly together.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-a-woman-in-her--1772796624873-487e82a8.png?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Santos", handle: "@MikeTheSkyHunter", testimonial: "The gallery features and route sharing system have completely transformed how I experience flight simulation. Simply outstanding platform.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-a-man-in-his-35-1772796624743-02426d30.png?_wi=1", imageAlt: "Michael Santos"},
|
||||
id: "3", name: "Michael Santos", handle: "@MikeTheSkyHunter", testimonial: "The gallery features and route sharing system have completely transformed how I experience flight simulation. Simply outstanding platform.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-a-man-in-his-35-1772796624743-02426d30.png?_wi=1", imageAlt: "Michael Santos"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emma Thompson", handle: "@EmmaFlies", testimonial: "Found my virtual airline family here. The community support and shared passion for aviation is what makes My Wings 2025 special.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-a-woman-in-her--1772796625085-75a1942e.png?_wi=1", imageAlt: "Emma Thompson"},
|
||||
id: "4", name: "Emma Thompson", handle: "@EmmaFlies", testimonial: "Found my virtual airline family here. The community support and shared passion for aviation is what makes My Wings 2025 special.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-a-woman-in-her--1772796625085-75a1942e.png?_wi=1", imageAlt: "Emma Thompson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Kim", handle: "@DavidPilot", testimonial: "The flight tracking and performance metrics help me improve as a virtual pilot. Highly recommend this community to anyone serious about flight sim.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-an-asian-man-in-1772796624931-770e231a.png?_wi=1", imageAlt: "David Kim"},
|
||||
id: "5", name: "David Kim", handle: "@DavidPilot", testimonial: "The flight tracking and performance metrics help me improve as a virtual pilot. Highly recommend this community to anyone serious about flight sim.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-an-asian-man-in-1772796624931-770e231a.png?_wi=1", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Rodriguez", handle: "@LisaSkybound", testimonial: "Outstanding platform with an incredibly engaged community. My Wings 2025 is exactly what aviation enthusiasts have been waiting for.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-a-latina-woman--1772796624770-7e76cdc3.png?_wi=1", imageAlt: "Lisa Rodriguez"},
|
||||
id: "6", name: "Lisa Rodriguez", handle: "@LisaSkybound", testimonial: "Outstanding platform with an incredibly engaged community. My Wings 2025 is exactly what aviation enthusiasts have been waiting for.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/professional-portrait-of-a-latina-woman--1772796624770-7e76cdc3.png?_wi=1", imageAlt: "Lisa Rodriguez"
|
||||
},
|
||||
]}
|
||||
speed={50}
|
||||
/>
|
||||
@@ -156,4 +166,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user