From acb0c7952ae63c5ea3c25a75846ece3cd8ea6bfa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:32:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 +++++++++++------------------------------------ 1 file changed, 55 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 549dea7..31dde8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,109 +44,61 @@ export default function LandingPage() {
@@ -167,20 +111,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Smart Booking Engine", - description: "Automated reservation system with real-time availability sync.", - imageSrc: "http://img.b2bpic.net/free-photo/map-gps-direction-navigation-route-travel_53876-124881.jpg", - }, + title: "Smart Booking Engine", description: "Automated reservation system with real-time availability sync.", imageSrc: "http://img.b2bpic.net/free-photo/map-gps-direction-navigation-route-travel_53876-124881.jpg"}, { - title: "Mobile Itinerary Management", - description: "Seamless itinerary updates and push notifications for travelers.", - imageSrc: "http://img.b2bpic.net/free-photo/christmas-travel-concept-with-phone_23-2149573118.jpg", - }, + title: "Mobile Itinerary Management", description: "Seamless itinerary updates and push notifications for travelers.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-travel-concept-with-phone_23-2149573118.jpg"}, { - title: "24/7 Support Integration", - description: "Centralized communication platform for customer inquiries.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-different-items_23-2148925821.jpg", - }, + title: "24/7 Support Integration", description: "Centralized communication platform for customer inquiries.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-different-items_23-2148925821.jpg"}, ]} title="Everything You Need to Manage Operations" description="Comprehensive tools designed specifically for the tourism and hospitality industry." @@ -189,46 +124,23 @@ export default function LandingPage() {