diff --git a/src/app/page.tsx b/src/app/page.tsx index b11c32b..89c197e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,72 +31,30 @@ export default function LandingPage() {
@@ -108,18 +66,9 @@ export default function LandingPage() { title="The House of Tourism" description="At Hooto, we specialize in delivering end-to-end travel excellence. From comprehensive outbound tourism for families to inbound adventures and corporate forex solutions, your journey is our mission." bulletPoints={[ - { - title: "Inbound & Outbound", - description: "Expert travel planning across borders.", - }, - { - title: "Corporate & Forex", - description: "Reliable currency exchange for your business travel.", - }, - { - title: "Insurance & Support", - description: "Travel safer with our integrated coverage solutions.", - }, + { title: "Inbound & Outbound", description: "Expert travel planning across borders." }, + { title: "Corporate & Forex", description: "Reliable currency exchange for your business travel." }, + { title: "Insurance & Support", description: "Travel safer with our integrated coverage solutions." } ]} imageSrc="http://img.b2bpic.net/free-photo/indoor-portrait-happy-young-european-man-with-passport-posing-world-map-preparing-travelling-vacation-trip_291650-89.jpg" /> @@ -132,27 +81,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Flight Bookings", - description: "Best fares on domestic and international routes.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-airplane-clock-sunglasses_23-2148786114.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-person-holding-physical-virtual-health-passport-smartphone_23-2149025115.jpg", - buttonText: "View Fares", - }, - { - title: "Cruise Vacations", - description: "Luxurious maritime travel experiences.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-travel-icon-with-boat_23-2151037327.jpg", - titleImageSrc: "http://img.b2bpic.net/free-vector/nautical-flat-icons-set_23-2147491207.jpg", - buttonText: "See Routes", - }, - { - title: "Travel Insurance", - description: "Comprehensive protection for every journey.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-tourist-with-pink-bag-mask-white-wall_179666-29123.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-female-tourist-mask-holding-bank-card_179666-32428.jpg", - buttonText: "Get Protected", - }, + { title: "Flight Bookings", description: "Best fares on domestic and international routes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-airplane-clock-sunglasses_23-2148786114.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-person-holding-physical-virtual-health-passport-smartphone_23-2149025115.jpg", buttonText: "View Fares" }, + { title: "Cruise Vacations", description: "Luxurious maritime travel experiences.", imageSrc: "http://img.b2bpic.net/free-photo/3d-travel-icon-with-boat_23-2151037327.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/nautical-flat-icons-set_23-2147491207.jpg", buttonText: "See Routes" }, + { title: "Travel Insurance", description: "Comprehensive protection for every journey.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-tourist-with-pink-bag-mask-white-wall_179666-29123.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-female-tourist-mask-holding-bank-card_179666-32428.jpg", buttonText: "Get Protected" } ]} title="Our Specialized Services" description="We offer a suite of services designed to handle your entire travel experience under one roof." @@ -164,49 +95,14 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + animationType="blur-reveal" products={[ - { - id: "p1", - name: "Maldives Paradise", - price: "$1,200", - variant: "Outbound", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-open-notebook-with-starfish-other-decorative-items_23-2147635778.jpg", - }, - { - id: "p2", - name: "Swiss Alps Trek", - price: "$2,500", - variant: "Outbound", - imageSrc: "http://img.b2bpic.net/free-photo/hiker-embraces-challenge-trekking-through-wilderness_482257-119787.jpg", - }, - { - id: "p3", - name: "Tokyo Heritage", - price: "$1,800", - variant: "Cultural", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-church-tower_23-2148107081.jpg", - }, - { - id: "p4", - name: "Luxury Mediterranean Cruise", - price: "$3,200", - variant: "Cruise", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-relaxing-coffee-cup-terrace_23-2149711973.jpg", - }, - { - id: "p5", - name: "Kenya Safari Expedition", - price: "$2,800", - variant: "Adventure", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-girl-exploring-nature_23-2150559772.jpg", - }, - { - id: "p6", - name: "London City Escape", - price: "$900", - variant: "Urban", - imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-airplane-miniature-notebook-world-map-flat-lay_169016-28232.jpg", - }, + { id: "p1", name: "Maldives Paradise", price: "$1,200", variant: "Outbound", imageSrc: "http://img.b2bpic.net/free-photo/top-view-open-notebook-with-starfish-other-decorative-items_23-2147635778.jpg" }, + { id: "p2", name: "Swiss Alps Trek", price: "$2,500", variant: "Outbound", imageSrc: "http://img.b2bpic.net/free-photo/hiker-embraces-challenge-trekking-through-wilderness_482257-119787.jpg" }, + { id: "p3", name: "Tokyo Heritage", price: "$1,800", variant: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-church-tower_23-2148107081.jpg" }, + { id: "p4", name: "Luxury Mediterranean Cruise", price: "$3,200", variant: "Cruise", imageSrc: "http://img.b2bpic.net/free-photo/still-life-relaxing-coffee-cup-terrace_23-2149711973.jpg" }, + { id: "p5", name: "Kenya Safari Expedition", price: "$2,800", variant: "Adventure", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-girl-exploring-nature_23-2150559772.jpg" }, + { id: "p6", name: "London City Escape", price: "$900", variant: "Urban", imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-airplane-miniature-notebook-world-map-flat-lay_169016-28232.jpg" } ]} title="Premium Travel Packages" description="Explore our curated destinations, from exotic beaches to urban cultural getaways." @@ -219,56 +115,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "basic", - badge: "Essential", - price: "$499", - subtitle: "Domestic Quick Trips", - features: [ - "Hotel Booking", - "Airport Transfers", - "24/7 Support", - ], - buttons: [ - { - text: "Select", - }, - ], - }, - { - id: "pro", - badge: "Elite", - price: "$1,499", - subtitle: "International Packages", - features: [ - "Full Flights", - "Luxury Resort", - "Travel Insurance", - "Forex Setup", - ], - buttons: [ - { - text: "Book Now", - }, - ], - }, - { - id: "ent", - badge: "Global", - price: "$2,999", - subtitle: "Luxury Multi-Country Tours", - features: [ - "VIP Cruise", - "Private Guides", - "Full Insurance", - "Forex Premium", - ], - buttons: [ - { - text: "Enquire", - }, - ], - }, + { id: "basic", badge: "Essential", price: "$499", subtitle: "Domestic Quick Trips", features: ["Hotel Booking", "Airport Transfers", "24/7 Support"], buttons: [{ text: "Select" }] }, + { id: "pro", badge: "Elite", price: "$1,499", subtitle: "International Packages", features: ["Full Flights", "Luxury Resort", "Travel Insurance", "Forex Setup"], buttons: [{ text: "Book Now" }] }, + { id: "ent", badge: "Global", price: "$2,999", subtitle: "Luxury Multi-Country Tours", features: ["VIP Cruise", "Private Guides", "Full Insurance", "Forex Premium"], buttons: [{ text: "Enquire" }] } ]} title="Flexible Travel Plans" description="From budget explorers to luxury seekers, find the right package for you." @@ -282,26 +131,11 @@ export default function LandingPage() { rating={5} author="Anjali & Rahul" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/pretty-young-woman-plaid-shirt-takes-selfie-smiles-tourist-holds-phone-backpack-blonde-girl-sunglasses-listens-music-headphones_197531-27077.jpg", - alt: "User 1", - }, - { - src: "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-telephone-concept_53876-127692.jpg", - alt: "User 2", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-new-town_23-2148631400.jpg", - alt: "User 3", - }, - { - src: "http://img.b2bpic.net/free-photo/tourist-couple-taking-photo-city_23-2147828030.jpg", - alt: "User 4", - }, - { - src: "http://img.b2bpic.net/free-photo/cropped-image-glad-female-smiles-gently-has-hiking-tour-with-rucksack_273609-25972.jpg", - alt: "User 5", - }, + { src: "http://img.b2bpic.net/free-photo/pretty-young-woman-plaid-shirt-takes-selfie-smiles-tourist-holds-phone-backpack-blonde-girl-sunglasses-listens-music-headphones_197531-27077.jpg", alt: "User 1" }, + { src: "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-telephone-concept_53876-127692.jpg", alt: "User 2" }, + { src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-new-town_23-2148631400.jpg", alt: "User 3" }, + { src: "http://img.b2bpic.net/free-photo/tourist-couple-taking-photo-city_23-2147828030.jpg", alt: "User 4" }, + { src: "http://img.b2bpic.net/free-photo/cropped-image-glad-female-smiles-gently-has-hiking-tour-with-rucksack_273609-25972.jpg", alt: "User 5" } ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -312,21 +146,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file