Update src/app/contact/page.tsx

This commit is contained in:
2026-03-06 11:33:13 +00:00
parent 8f2ae5a5ce
commit 9b9a07ab41

View File

@@ -7,6 +7,7 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Plane } from "lucide-react";
export default function ContactPage() {
const navItems = [
@@ -19,53 +20,17 @@ export default function ContactPage() {
const 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=3",
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", 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=3",
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", 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=3",
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", 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=3",
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", 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=3",
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", 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=3",
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", imageAlt: "Lisa Rodriguez"},
];
return (
@@ -75,7 +40,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="medium"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -98,21 +63,17 @@ export default function ContactPage() {
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"
tagIcon={Plane}
textPosition="bottom-left"
showBlur={true}
showDimOverlay={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-stunning-cinematic-view-of-a-commercia-1772796625376-b6098995.png?_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-stunning-cinematic-view-of-a-commercia-1772796625376-b6098995.png"
imageAlt="Airplane flying through beautiful sky with clouds"
buttons={[
{
text: "Join Community",
href: "/community",
},
text: "Join Community", href: "/community"},
{
text: "Latest Flights",
href: "/flights",
},
text: "Latest Flights", href: "/flights"},
]}
/>
</div>
@@ -138,15 +99,11 @@ export default function ContactPage() {
animationType="entrance-slide"
buttons={[
{
text: "Join Community Now",
href: "/community",
},
text: "Join Community Now", href: "/community"},
{
text: "Explore Gallery",
href: "/gallery",
},
text: "Explore Gallery", href: "/gallery"},
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>
@@ -156,13 +113,9 @@ export default function ContactPage() {
<FooterLogoReveal
logoText="My Wings 2025"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ThemeProvider>