diff --git a/src/app/page.tsx b/src/app/page.tsx
index f4df0d5..f32185a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,104 +49,56 @@ export default function LandingPage() {
@@ -268,14 +169,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
- "AeroTech Solutions",
- "SkyBound Games",
- "CloudScale Studios",
- "HyperDrive Labs",
- "Velocity Systems",
- "Orbit Dynamics",
- "WingSpan AI",
- ]}
+ "AeroTech Solutions", "SkyBound Games", "CloudScale Studios", "HyperDrive Labs", "Velocity Systems", "Orbit Dynamics", "WingSpan AI"]}
title="Powered by Industry Leaders"
description="Collaborating with top aerospace and gaming experts."
/>
@@ -288,40 +182,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- handle: "@sarah_jet",
- testimonial: "Incredible gameplay loop. Always coming back for more.",
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-gamer-girl-using-pc-gaming-setup-having-good-time-playing-multiplayer-online-action-game-home-living-room-woman-streaming-first-person-shooter-while-talking-headset_482257-50431.jpg",
- },
+ id: "1", name: "Sarah Johnson", handle: "@sarah_jet", testimonial: "Incredible gameplay loop. Always coming back for more.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-gamer-girl-using-pc-gaming-setup-having-good-time-playing-multiplayer-online-action-game-home-living-room-woman-streaming-first-person-shooter-while-talking-headset_482257-50431.jpg"},
{
- id: "2",
- name: "Michael Chen",
- handle: "@m_chen",
- testimonial: "Controls are perfect for touch, very responsive.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-her-smartphone-home-couch-by-holding-from-pop-socket_23-2150168423.jpg",
- },
+ id: "2", name: "Michael Chen", handle: "@m_chen", testimonial: "Controls are perfect for touch, very responsive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-her-smartphone-home-couch-by-holding-from-pop-socket_23-2150168423.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- handle: "@em_sky",
- testimonial: "Sim elements blended with arcade fun perfectly.",
- imageSrc: "http://img.b2bpic.net/free-photo/gamer-using-controller-play-online-video-games-computer-man-playing-game-with-joystick-headphones-front-monitor-player-having-gaming-equipment-doing-fun-activity_482257-39556.jpg",
- },
+ id: "3", name: "Emily Rodriguez", handle: "@em_sky", testimonial: "Sim elements blended with arcade fun perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/gamer-using-controller-play-online-video-games-computer-man-playing-game-with-joystick-headphones-front-monitor-player-having-gaming-equipment-doing-fun-activity_482257-39556.jpg"},
{
- id: "4",
- name: "David Kim",
- handle: "@dk_air",
- testimonial: "Graphics look like something from a dedicated console.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-plaid-shirt-headphones-sitting-desk-holding-digital-camera-looking-photos_1098-17096.jpg",
- },
+ id: "4", name: "David Kim", handle: "@dk_air", testimonial: "Graphics look like something from a dedicated console.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-plaid-shirt-headphones-sitting-desk-holding-digital-camera-looking-photos_1098-17096.jpg"},
{
- id: "5",
- name: "Alex Smith",
- handle: "@a_smith",
- testimonial: "The best air combat game I've played on Android.",
- imageSrc: "http://img.b2bpic.net/free-photo/orange-product-backdrop-with-patterned-glass_53876-132986.jpg",
- },
+ id: "5", name: "Alex Smith", handle: "@a_smith", testimonial: "The best air combat game I've played on Android.", imageSrc: "http://img.b2bpic.net/free-photo/orange-product-backdrop-with-patterned-glass_53876-132986.jpg"},
]}
title="Pilot Community"
description="What our top-ranked pilots have to say."
@@ -334,25 +203,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Is the game pay-to-win?",
- content: "Absolutely not. All purchases are purely cosmetic or utility-based.",
- },
+ id: "q1", title: "Is the game pay-to-win?", content: "Absolutely not. All purchases are purely cosmetic or utility-based."},
{
- id: "q2",
- title: "Can I play offline?",
- content: "Yes, our single-player story mode missions are fully available offline.",
- },
+ id: "q2", title: "Can I play offline?", content: "Yes, our single-player story mode missions are fully available offline."},
{
- id: "q3",
- title: "Does it support gamepads?",
- content: "Full controller support is included for an enhanced simulation experience.",
- },
+ id: "q3", title: "Does it support gamepads?", content: "Full controller support is included for an enhanced simulation experience."},
{
- id: "q4",
- title: "What's the drone system?",
- content: "The AI drone wingman is an unlockable ally that follows your tactical commands.",
- },
+ id: "q4", title: "What's the drone system?", content: "The AI drone wingman is an unlockable ally that follows your tactical commands."},
]}
title="Pilot FAQ"
description="Answers to your flight queries."
@@ -364,8 +221,7 @@ export default function LandingPage() {