From d1a3518a036df8f45372bbd49263cbfeb7f0cd56 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:32:29 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 194 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 145 insertions(+), 49 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a637b46..2994cb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Globe, Leaf, Phone, Mail } from "lucide-react"; +import { Globe, Leaf, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -30,15 +30,25 @@ export default function LandingPage() { @@ -47,45 +57,72 @@ export default function LandingPage() {
@@ -98,13 +135,22 @@ export default function LandingPage() { features={[ { id: 1, - title: "Mountain Adventures", description: "Expertly guided treks and scenic tours to the world's highest peaks.", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-tourists-near-lake-bottom-mountains-surrounded-with-trees-green-plants_181624-2327.jpg"}, + title: "Mountain Adventures", + description: "Expertly guided treks and scenic tours to the world's highest peaks.", + imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-tourists-near-lake-bottom-mountains-surrounded-with-trees-green-plants_181624-2327.jpg", + }, { id: 2, - title: "Beach Getaways", description: "Handpicked resort packages in the most beautiful coastal destinations.", imageSrc: "http://img.b2bpic.net/free-photo/seascape-with-sandy-beach-clear-cloudless-sky_169016-38643.jpg"}, + title: "Beach Getaways", + description: "Handpicked resort packages in the most beautiful coastal destinations.", + imageSrc: "http://img.b2bpic.net/free-photo/seascape-with-sandy-beach-clear-cloudless-sky_169016-38643.jpg", + }, { id: 3, - title: "City Excursions", description: "Cultural deep-dives and historical tours in the world's most vibrant cities.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-bearded-man-wearing-sunglasses_171337-4783.jpg"}, + title: "City Excursions", + description: "Cultural deep-dives and historical tours in the world's most vibrant cities.", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-bearded-man-wearing-sunglasses_171337-4783.jpg", + }, ]} title="Why Choose M&Y Tours?" description="We specialize in personalized travel experiences that exceed your expectations." @@ -119,11 +165,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Himalayan Expedition", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/majestic-snow-capped-mountains-evergreen-forest-landscape_84443-81544.jpg"}, + id: "p1", + name: "Himalayan Expedition", + price: "$1,299", + imageSrc: "http://img.b2bpic.net/free-photo/majestic-snow-capped-mountains-evergreen-forest-landscape_84443-81544.jpg", + }, { - id: "p2", name: "Maldives Paradise", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-tropical-island-turquoise-water-luxurious-water-villas-tropical-island-resort-maldives-holiday-vacation-background-concept-boost-up-color-processing_1253-792.jpg"}, + id: "p2", + name: "Maldives Paradise", + price: "$2,499", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-tropical-island-turquoise-water-luxurious-water-villas-tropical-island-resort-maldives-holiday-vacation-background-concept-boost-up-color-processing_1253-792.jpg", + }, { - id: "p3", name: "Rome Cultural Tour", price: "$1,899", imageSrc: "http://img.b2bpic.net/free-photo/winter-palace-saint-petersburg_1398-2675.jpg"}, + id: "p3", + name: "Rome Cultural Tour", + price: "$1,899", + imageSrc: "http://img.b2bpic.net/free-photo/winter-palace-saint-petersburg_1398-2675.jpg", + }, ]} title="Popular Packages" description="Book your dream vacation from our most popular curated travel packages." @@ -138,15 +196,25 @@ export default function LandingPage() { author="Sarah & John Miller" avatars={[ { - src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg", alt: "Traveler 1"}, + src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg", + alt: "Traveler 1", + }, { - src: "http://img.b2bpic.net/free-photo/handsome-man-standing-front-city-building_23-2147860872.jpg", alt: "Traveler 2"}, + src: "http://img.b2bpic.net/free-photo/handsome-man-standing-front-city-building_23-2147860872.jpg", + alt: "Traveler 2", + }, { - src: "http://img.b2bpic.net/free-photo/beautiful-female-hiker-posing-rock_23-2147842555.jpg", alt: "Traveler 3"}, + src: "http://img.b2bpic.net/free-photo/beautiful-female-hiker-posing-rock_23-2147842555.jpg", + alt: "Traveler 3", + }, { - src: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2691.jpg", alt: "Traveler 4"}, + src: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2691.jpg", + alt: "Traveler 4", + }, { - src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg", alt: "Traveler 5"}, + src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg", + alt: "Traveler 5", + }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -159,17 +227,28 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", title: "Contact Information", content: "For any inquiries, feel free to contact us at 7681935149 or email jaskaransg6@gmail.com."}, + id: "f1", + title: "How do I book a trip?", + content: "You can book directly through our website or contact our travel agents.", + }, { - id: "f2", title: "What's included in the price?", content: "Our packages usually cover accommodation, local travel, and selected guided activities."}, + id: "f2", + title: "What's included in the price?", + content: "Our packages usually cover accommodation, local travel, and selected guided activities.", + }, { - id: "f3", title: "Can I customize my trip?", content: "Absolutely! We offer fully personalized itinerary planning services."}, + id: "f3", + title: "Can I customize my trip?", + content: "Absolutely! We offer fully personalized itinerary planning services.", + }, ]} ctaTitle="Ready for your next trip?" ctaDescription="Get in touch with our experts to start planning your custom adventure today." ctaButton={{ - text: "Contact Us", href: "#"}} - ctaIcon={Mail} + text: "Contact Us", + href: "#", + }} + ctaIcon={Phone} />
@@ -177,29 +256,46 @@ export default function LandingPage() { ); -} \ No newline at end of file +}