From 655490230d45b38374a99e7763bf5a22ef8cf66b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:18:40 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e054869..70804ad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "SkyWings - Luxury Air Travel", description: "Experience luxury air travel with SkyWings. Discover unbeatable fares, premium comfort, and seamless booking for your next adventure."}; + title: "SkyWings - Luxury Air Travel", description: "Experience luxury air travel with SkyWings. Discover unbeatable fares, premium comfort, and seamless booking for your next adventure." +}; export default function RootLayout({ children, -- 2.49.1 From 22a134d82579784dce2f8b89a5618b02fddc7874 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:18:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 67 +++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f5e8a5..7d16a8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,11 +83,14 @@ export default function HomePage() { avatarText="Trusted by 2M+ Travelers" avatars={[ { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Traveler 1"}, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Traveler 1" + }, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Traveler 2"}, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Traveler 2" + }, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Traveler 3"}, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Traveler 3" + }, ]} /> @@ -135,17 +138,20 @@ export default function HomePage() { id: 1, title: "Tropical Paradise", description: "Escape to pristine beaches and crystal waters. Experience island living at its finest.", imageSrc: - "http://img.b2bpic.net/free-photo/stunning-woman-white-shirt-stands-palm_1304-5410.jpg", imageAlt: "Tropical beach destination"}, + "http://img.b2bpic.net/free-photo/stunning-woman-white-shirt-stands-palm_1304-5410.jpg", imageAlt: "Tropical beach destination" + }, { id: 2, title: "Urban Exploration", description: "Discover iconic cities with vibrant culture, cuisine, and attractions. City lights await.", imageSrc: - "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg", imageAlt: "Modern city skyline"}, + "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg", imageAlt: "Modern city skyline" + }, { id: 3, title: "Mountain Retreat", description: "Adventure awaits in majestic peaks and scenic valleys. Breathe in fresh alpine air.", imageSrc: - "http://img.b2bpic.net/free-photo/young-tourist-hiking-mountains-piedmont-italy-sunny-day_181624-52402.jpg", imageAlt: "Beautiful mountain landscape"}, + "http://img.b2bpic.net/free-photo/young-tourist-hiking-mountains-piedmont-italy-sunny-day_181624-52402.jpg", imageAlt: "Beautiful mountain landscape" + }, ]} title="Popular Destinations" description="Explore our most beloved routes with stunning visuals and exclusive deals" @@ -164,18 +170,21 @@ export default function HomePage() { { id: "economy", price: "From $99", name: "Economy", buttons: [{ text: "Book Now", href: "/booking" }], features: [ - "Standard seat allocation", "One checked baggage", "In-flight snacks", "Seat selection at check-in"], + "Standard seat allocation", "One checked baggage", "In-flight snacks", "Seat selection at check-in" + ], }, { id: "premium", badge: "Most Popular", badgeIcon: Star, price: "From $249", name: "Premium Economy", buttons: [{ text: "Book Now", href: "/booking" }], features: [ - "Extra legroom seating", "Two checked baggage", "Priority boarding", "Complimentary meals", "Priority ground assistance"], + "Extra legroom seating", "Two checked baggage", "Priority boarding", "Complimentary meals", "Priority ground assistance" + ], }, { id: "business", price: "From $599", name: "Business Class", buttons: [{ text: "Book Now", href: "/booking" }], features: [ - "Lie-flat bed seats", "Unlimited baggage", "Gourmet dining", "Lounge access", "Dedicated concierge", "Premium amenity kit"], + "Lie-flat bed seats", "Unlimited baggage", "Gourmet dining", "Lounge access", "Dedicated concierge", "Premium amenity kit" + ], }, ]} title="Ticket Classes" @@ -214,27 +223,33 @@ export default function HomePage() { { id: "1", name: "Sarah Johnson", role: "Travel Blogger", testimonial: "SkyWings provided exceptional service and unbeatable prices. My journey was comfortable and memorable from start to finish.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" + }, { id: "2", name: "Michael Chen", role: "Business Traveler", testimonial: "The business class experience is outstanding. Premium comfort, excellent food, and professional service every single time.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" + }, { id: "3", name: "Emily Rodriguez", role: "Family Vacation", testimonial: "Flying with my kids was stress-free thanks to SkyWings' family-friendly policies and attentive crew.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" + }, { id: "4", name: "David Kim", role: "Adventure Seeker", testimonial: "Affordable fares without sacrificing quality. SkyWings got me to exotic destinations within budget.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" + }, { id: "5", name: "Jessica Martinez", role: "Corporate Executive", testimonial: "Reliable schedules, professional crew, and seamless connections. My go-to airline for business travel.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Martinez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Martinez" + }, { id: "6", name: "Thomas Anderson", role: "Frequent Flyer", testimonial: "Loyalty rewards program is generous, and customer service excellence is consistent across all flights.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Thomas Anderson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Thomas Anderson" + }, ]} title="Traveler Reviews" description="Real stories from our satisfied passengers across the globe" @@ -257,22 +272,28 @@ export default function HomePage() { faqs={[ { id: "1", title: "How do I book a flight?", content: - "Simply visit our website, select your departure and arrival cities, choose your dates, and browse available flights. Select your preferred option and complete the secure booking process in minutes."}, + "Simply visit our website, select your departure and arrival cities, choose your dates, and browse available flights. Select your preferred option and complete the secure booking process in minutes." + }, { id: "2", title: "What is your baggage policy?", content: - "Economy passengers get one checked bag. Premium Economy includes two. Business Class offers unlimited baggage. Carry-on bags are included in all classes subject to size restrictions."}, + "Economy passengers get one checked bag. Premium Economy includes two. Business Class offers unlimited baggage. Carry-on bags are included in all classes subject to size restrictions." + }, { id: "3", title: "Can I change or cancel my flight?", content: - "Yes! You can modify your booking up to 24 hours before departure with minimal fees. Full cancellations receive credit for future travel on most fares."}, + "Yes! You can modify your booking up to 24 hours before departure with minimal fees. Full cancellations receive credit for future travel on most fares." + }, { id: "4", title: "Do you offer round-trip discounts?", content: - "Absolutely! Our round-trip fares offer significant savings compared to booking separate one-way tickets. Check our website for current promotional rates."}, + "Absolutely! Our round-trip fares offer significant savings compared to booking separate one-way tickets. Check our website for current promotional rates." + }, { id: "5", title: "What payment methods do you accept?", content: - "We accept all major credit cards, debit cards, digital wallets, and bank transfers. Secure payment is guaranteed on all transactions."}, + "We accept all major credit cards, debit cards, digital wallets, and bank transfers. Secure payment is guaranteed on all transactions." + }, { id: "6", title: "How can I contact customer support?", content: - "Our 24/7 support team is available via phone, email, live chat, and social media. Response times are typically under 2 hours."}, + "Our 24/7 support team is available via phone, email, live chat, and social media. Response times are typically under 2 hours." + }, ]} /> @@ -280,8 +301,8 @@ export default function HomePage() {