From e2a721e6eaf2037c1ca562de6f66e0e60215c41b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:57:25 +0000 Subject: [PATCH] Update src/app/features/page.tsx --- src/app/features/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index c9ccfc3..69c2792 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -54,25 +54,25 @@ export default function FeaturesPage() { id: 1, title: "Customer Management", description: "Centralized customer database with contact history, past trips, preferences, and notes. Track all interactions and manage relationships effortlessly.", - imageSrc: "http://img.b2bpic.net/free-photo/crm-business-company-strategy-marketing-concept_53876-132312.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/crm-business-company-strategy-marketing-concept_53876-132312.jpg?_wi=2" }, { id: 2, title: "Enquiry Tracking", description: "Convert leads to bookings with intelligent enquiry management. Track status from New to Quoted to Confirmed with automated workflows.", - imageSrc: "http://img.b2bpic.net/free-vector/contact-us-icons-set_98292-6887.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/contact-us-icons-set_98292-6887.jpg?_wi=2" }, { id: 3, title: "Itinerary Builder", description: "Create professional day-wise itineraries with hotel details, meals, activities, and dynamic pricing calculations. Generate beautiful PDFs instantly.", - imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg?_wi=2" }, { id: 4, title: "Pricing Engine", description: "Automated cost calculation with hotel, transport, activities, and taxes. Real-time total updates ensure accurate quotations every time.", - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=3" } ]} /> @@ -88,7 +88,7 @@ export default function FeaturesPage() { { value: "500+", title: "Travel Agencies Using Guesto" }, { value: "10,000+", title: "Itineraries Created Monthly" } ]} - imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=4" imageAlt="Guesto Dashboard Interface" mediaAnimation="slide-up" useInvertedBackground={false} @@ -97,7 +97,7 @@ export default function FeaturesPage() {