Update src/app/page.tsx

This commit is contained in:
2026-06-10 00:42:35 +00:00
parent 00eccd0289
commit bfd61b6e9a

View File

@@ -91,7 +91,7 @@ export default function LandingPage() {
href: "https://www.youtube.com/your-trailer-link", href: "https://www.youtube.com/your-trailer-link",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752729.jpg" imageSrc="http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752729.jpg?_wi=1"
imageAlt="Futuristic jet fighter in action" imageAlt="Futuristic jet fighter in action"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -102,7 +102,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="Unleash Your Inner Ace Pilot" title="Unleash Your Inner Ace Pilot"
description="Jet Sim offers an unparalleled flight experience on Roblox, combining realistic physics with thrilling gameplay. Master various aircraft, engage in intense dogfights, and explore vast open-world maps. Our dedicated team continually updates the game with new jets, maps, and features, ensuring endless fun for pilots of all skill levels." description="Jet Sim offers an unparalleled flight experience on Roblox, combining realistic physics with thrilling gameplay. Master various aircraft, engage in intense dogfights, and explore vast open-world maps. Our dedicated team continually updates the game with new jets, maps, and features, ensuring endless fun for pilots of all skill levels."
imageSrc="http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828203.jpg" imageSrc="http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828203.jpg?_wi=1"
imageAlt="First-person view from a jet cockpit" imageAlt="First-person view from a jet cockpit"
/> />
</div> </div>
@@ -127,7 +127,7 @@ export default function LandingPage() {
imageAlt: "Jet performing a barrel roll", imageAlt: "Jet performing a barrel roll",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752729.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752729.jpg?_wi=2",
imageAlt: "realistic jet aerodynamics close up", imageAlt: "realistic jet aerodynamics close up",
}, },
{ {
@@ -144,7 +144,7 @@ export default function LandingPage() {
imageAlt: "Jet HUD with target lock", imageAlt: "Jet HUD with target lock",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828203.jpg", imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828203.jpg?_wi=2",
imageAlt: "realistic jet aerodynamics close up", imageAlt: "realistic jet aerodynamics close up",
}, },
{ {
@@ -161,7 +161,7 @@ export default function LandingPage() {
imageAlt: "Jet flying over a futuristic city", imageAlt: "Jet flying over a futuristic city",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675461.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675461.jpg?_wi=1",
imageAlt: "realistic jet aerodynamics close up", imageAlt: "realistic jet aerodynamics close up",
}, },
]} ]}
@@ -182,7 +182,7 @@ export default function LandingPage() {
name: "Apex Predator Jet", name: "Apex Predator Jet",
price: "R$ 1,200", price: "R$ 1,200",
variant: "Legendary", variant: "Legendary",
imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675461.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675461.jpg?_wi=2",
imageAlt: "Apex Predator Jet", imageAlt: "Apex Predator Jet",
}, },
{ {