Update src/app/features/page.tsx

This commit is contained in:
2026-03-03 04:59:03 +00:00
parent 02dcbf04d8
commit dfc9d8aa15

View File

@@ -24,7 +24,7 @@ export default function FeaturesPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -35,8 +35,7 @@ export default function FeaturesPage() {
brandName="Guesto"
navItems={navItems}
button={{
text: "Get Started",
href: "https://app.guesto.com/login"
text: "Get Started", href: "https://app.guesto.com/login"
}}
/>
</div>
@@ -52,27 +51,19 @@ export default function FeaturesPage() {
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?_wi=2"
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"
},
{
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?_wi=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"
},
{
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?_wi=2"
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"
},
{
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?_wi=3"
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"
}
]}
/>
@@ -84,11 +75,12 @@ export default function FeaturesPage() {
tagIcon={Award}
title="Built for Travel Professionals"
description="Guesto was created by travel industry veterans who understand the complexities of managing tours, customers, and itineraries. Our platform eliminates manual work, reduces errors, and helps agencies focus on delivering exceptional experiences."
metricsAnimation="slide-up"
metrics={[
{ 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?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg"
imageAlt="Guesto Dashboard Interface"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -97,14 +89,13 @@ export default function FeaturesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg"
imageAlt="Guesto Platform"
logoText="Guesto"
copyrightText="© 2025 Guesto. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
@@ -112,8 +103,7 @@ export default function FeaturesPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -121,8 +111,7 @@ export default function FeaturesPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }