diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a153c7..b274d6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,8 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; import { @@ -26,9 +28,14 @@ import { AirVent, Trophy, Star, + Mail, } from "lucide-react"; export default function HomePage() { + const handleNewsletterSignup = (email: string) => { + console.log("Newsletter signup:", email); + }; + return ( @@ -101,36 +102,28 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/passengers-standing-queue_107420-85097.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/passengers-standing-queue_107420-85097.jpg" imageAlt="SkyWings customer service excellence" mediaAnimation="slide-up" bulletPoints={[ { - title: "Best Value", - description: - "Competitive pricing without compromising on quality or service excellence", - icon: TrendingDown, + title: "Best Value", description: + "Competitive pricing without compromising on quality or service excellence", icon: TrendingDown, }, { - title: "Global Network", - description: - "Connect to over 150 destinations across six continents worldwide", - icon: Globe, + title: "Global Network", description: + "Connect to over 150 destinations across six continents worldwide", icon: Globe, }, { - title: "Premium Comfort", - description: - "Experience spacious seating, premium meals, and entertainment systems", - icon: Armchair, + title: "Premium Comfort", description: + "Experience spacious seating, premium meals, and entertainment systems", icon: Armchair, }, { - title: "24/7 Support", - description: - "Dedicated customer service team available anytime, anywhere for your needs", - icon: Headphones, + title: "24/7 Support", description: + "Dedicated customer service team available anytime, anywhere for your needs", icon: Headphones, }, ]} - buttons={[{ text: "Explore Destinations", href: "/destinations" }]} + buttons={[{ text: "Explore Destinations", href: "destinations" }]} buttonAnimation="slide-up" /> @@ -140,31 +133,19 @@ export default function HomePage() { features={[ { 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?_wi=1", - imageAlt: "Tropical beach destination", - }, + 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"}, { 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?_wi=1", - imageAlt: "Modern city skyline", - }, + 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"}, { 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?_wi=1", - imageAlt: "Beautiful mountain landscape", - }, + 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"}, ]} title="Popular Destinations" description="Explore our most beloved routes with stunning visuals and exclusive deals" @@ -181,45 +162,20 @@ export default function HomePage() { +
+ +
+ +
+ +
+