Update src/app/gallery/page.tsx

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

View File

@@ -25,7 +25,7 @@ export default function GalleryPage() {
borderRadius="pill"
contentWidth="medium"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -50,16 +50,14 @@ export default function GalleryPage() {
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=3"
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: "Browse Gallery",
href: "#gallery"
text: "Browse Gallery", href: "#gallery"
},
{
text: "Upload Your Flight",
href: "#upload"
text: "Upload Your Flight", href: "#upload"
}
]}
/>
@@ -73,32 +71,16 @@ export default function GalleryPage() {
tagIcon={ImageIcon}
features={[
{
id: "01",
title: "Scenic Routes & Sunsets",
description: "Experience breathtaking aerial views of the world's most beautiful routes. Sunset approaches, golden hour flights, and scenic landmarks captured by our talented community.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-gallery-interface-displaying-be-1772796626406-76c3310f.png?_wi=3",
imageAlt: "Scenic flight screenshots collection"
id: "01", title: "Scenic Routes & Sunsets", description: "Experience breathtaking aerial views of the world's most beautiful routes. Sunset approaches, golden hour flights, and scenic landmarks captured by our talented community.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-gallery-interface-displaying-be-1772796626406-76c3310f.png", imageAlt: "Scenic flight screenshots collection"
},
{
id: "02",
title: "Aircraft Showcase",
description: "Stunning detailed shots of aircraft in flight. From regional turboprops to wide-body jets, explore the beauty of aviation through professional flight sim photography.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-flight-simulator-cockpit-interf-1772796625572-2b8f8af5.png?_wi=3",
imageAlt: "Aircraft showcase and details"
id: "02", title: "Aircraft Showcase", description: "Stunning detailed shots of aircraft in flight. From regional turboprops to wide-body jets, explore the beauty of aviation through professional flight sim photography.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-flight-simulator-cockpit-interf-1772796625572-2b8f8af5.png", imageAlt: "Aircraft showcase and details"
},
{
id: "03",
title: "Landmark Approaches",
description: "Iconic approaches and landings at famous world airports. Capture the drama and beauty of final approaches at airports like KORD, EGLL, LFPG, and RJTT.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-vibrant-community-hub-interface-showin-1772796625701-90fa41b8.png?_wi=3",
imageAlt: "Landmark airport approaches"
id: "03", title: "Landmark Approaches", description: "Iconic approaches and landings at famous world airports. Capture the drama and beauty of final approaches at airports like KORD, EGLL, LFPG, and RJTT.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-vibrant-community-hub-interface-showin-1772796625701-90fa41b8.png", imageAlt: "Landmark airport approaches"
},
{
id: "04",
title: "Weather & Atmosphere",
description: "Immerse yourself in realistic weather conditions. Thunderstorms, snow, fog, and varied atmospheric conditions create dramatic and beautiful flight moments.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-aviation-news-dashboard-interfa-1772796626457-b7e13ed8.png?_wi=3",
imageAlt: "Weather and atmospheric conditions"
id: "04", title: "Weather & Atmosphere", description: "Immerse yourself in realistic weather conditions. Thunderstorms, snow, fog, and varied atmospheric conditions create dramatic and beautiful flight moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKYVQEv29x5TDOnVaCy7ceUF/a-modern-aviation-news-dashboard-interfa-1772796626457-b7e13ed8.png", imageAlt: "Weather and atmospheric conditions"
}
]}
textboxLayout="default"
@@ -114,15 +96,13 @@ export default function GalleryPage() {
animationType="entrance-slide"
buttons={[
{
text: "Share Your Screenshots",
href: "/gallery"
text: "Share Your Screenshots", href: "/gallery"
},
{
text: "View More Flights",
href: "/gallery"
text: "View More Flights", href: "/gallery"
}
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>
@@ -131,12 +111,10 @@ export default function GalleryPage() {
<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>