From 36074d4fc6801b5c32ecea6782f7388ddfce683e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:02:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3597c8f..accc4f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,19 +108,19 @@ export default function HomePage() { features={[ { 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" + 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?_wi=1" }, { 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" + 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?_wi=1" }, { 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" + 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?_wi=1" }, { 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" + 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?_wi=1" } ]} /> @@ -154,16 +154,16 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Streamlined Our Entire Operation", quote: "Guesto has transformed how we manage customers and create itineraries. What used to take hours now takes minutes. Our team loves the intuitive interface.", name: "Priya Sharma", role: "Director, Wanderlust Travels", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma" + id: "1", title: "Streamlined Our Entire Operation", quote: "Guesto has transformed how we manage customers and create itineraries. What used to take hours now takes minutes. Our team loves the intuitive interface.", name: "Priya Sharma", role: "Director, Wanderlust Travels", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya Sharma" }, { - id: "2", title: "Increased Revenue and Customer Satisfaction", quote: "With better organization and professional itineraries, we've increased bookings by 40%. Our customers appreciate the quality and timeliness of our proposals.", name: "Amit Patel", role: "CEO, Adventure Tours India", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Amit Patel" + id: "2", title: "Increased Revenue and Customer Satisfaction", quote: "With better organization and professional itineraries, we've increased bookings by 40%. Our customers appreciate the quality and timeliness of our proposals.", name: "Amit Patel", role: "CEO, Adventure Tours India", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=1", imageAlt: "Amit Patel" }, { - id: "3", title: "Essential for Our Growing Team", quote: "As we scaled from 3 to 8 team members, Guesto made collaboration seamless. The multi-user access and clear workflows keep everyone on the same page.", name: "Sneha Desai", role: "Operations Manager, Global Holidays", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sneha Desai" + id: "3", title: "Essential for Our Growing Team", quote: "As we scaled from 3 to 8 team members, Guesto made collaboration seamless. The multi-user access and clear workflows keep everyone on the same page.", name: "Sneha Desai", role: "Operations Manager, Global Holidays", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sneha Desai" }, { - id: "4", title: "Outstanding Customer Support", quote: "The Guesto team is incredibly responsive and always willing to help. Their support has been crucial in our successful implementation.", name: "Vikram Singh", role: "Founder, Heritage Tours", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Vikram Singh" + id: "4", title: "Outstanding Customer Support", quote: "The Guesto team is incredibly responsive and always willing to help. Their support has been crucial in our successful implementation.", name: "Vikram Singh", role: "Founder, Heritage Tours", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=2", imageAlt: "Vikram Singh" } ]} /> @@ -171,7 +171,7 @@ export default function HomePage() {