Update src/app/page.tsx
This commit is contained in:
139
src/app/page.tsx
139
src/app/page.tsx
@@ -35,7 +35,7 @@ export default function HomePage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Guesto"
|
||||
brandName="TRAVELLER.AI"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started", href: "https://app.guesto.com/login"
|
||||
@@ -43,58 +43,75 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
tag="Travel Technology"
|
||||
tagIcon={Sparkles}
|
||||
title="Manage Every Aspect of Your Travel Business"
|
||||
description="Streamline customer management, create professional itineraries, track enquiries, and automate pricing—all in one unified platform built for modern travel agencies."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "https://app.guesto.com/signup" },
|
||||
{ text: "Watch Demo", href: "#" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Dashboard Overview", logoIcon: Globe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", searchPlaceholder: "Search customers...", buttons: [
|
||||
{ text: "Dashboard", href: "#" },
|
||||
{ text: "Export", href: "#" }
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: Home, active: true },
|
||||
{ icon: Users, active: false },
|
||||
{ icon: FileText, active: false },
|
||||
{ icon: BarChart3, active: false },
|
||||
{ icon: Settings, active: false }
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Total Customers", values: [245, 312, 387],
|
||||
description: "Active clients"
|
||||
},
|
||||
{
|
||||
title: "Enquiries This Month", values: [48, 67, 89],
|
||||
description: "New bookings"
|
||||
},
|
||||
{
|
||||
title: "Revenue", values: [125000, 156000, 189000],
|
||||
valuePrefix: "₹", description: "Monthly revenue"
|
||||
}
|
||||
],
|
||||
chartTitle: "Itineraries Created", chartData: [
|
||||
{ value: 45 },
|
||||
{ value: 62 },
|
||||
{ value: 58 },
|
||||
{ value: 75 },
|
||||
{ value: 82 }
|
||||
],
|
||||
listTitle: "Recent Enquiries", listItems: [
|
||||
{ icon: MapPin, title: "Bali Package Inquiry", status: "New" },
|
||||
{ icon: Calendar, title: "Europe Tour - 14 Days", status: "Quoted" },
|
||||
{ icon: CheckCircle, title: "Dubai Honeymoon Package", status: "Confirmed" }
|
||||
]
|
||||
}}
|
||||
/>
|
||||
<div id="hero" data-section="hero" style={{
|
||||
backgroundImage: 'url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%27 height=%27100%27%3E%3Cdefs%3E%3Cfilter id=%27blur%27%3E%3CfeGaussianBlur in=%27SourceGraphic%27 stdDeviation=%275%27/%3E%3C/filter%3E%3C/defs%3E%3Cimage filter=%27url(%23blur)%27 width=%27100%27 height=%27100%27 opacity=%270.08%27/%3E%3C/svg%3E")',
|
||||
backgroundAttachment: 'fixed',
|
||||
backgroundSize: 'cover',
|
||||
backgroundPosition: 'center',
|
||||
position: 'relative'
|
||||
}}>
|
||||
<div style={{
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
backgroundColor: 'rgba(255, 255, 255, 0.85)',
|
||||
zIndex: 0
|
||||
}} />
|
||||
<div style={{ position: 'relative', zIndex: 1 }}>
|
||||
<HeroBillboardDashboard
|
||||
tag="Travel Technology"
|
||||
tagIcon={Sparkles}
|
||||
title="Manage Every Aspect of Your Travel Business"
|
||||
description="Streamline customer management, create professional itineraries, track enquiries, and automate pricing—all in one unified platform built for modern travel agencies."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "https://app.guesto.com/signup" },
|
||||
{ text: "Watch Demo", href: "#" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Dashboard Overview", logoIcon: Globe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", searchPlaceholder: "Search customers...", buttons: [
|
||||
{ text: "Dashboard", href: "#" },
|
||||
{ text: "Export", href: "#" }
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: Home, active: true },
|
||||
{ icon: Users, active: false },
|
||||
{ icon: FileText, active: false },
|
||||
{ icon: BarChart3, active: false },
|
||||
{ icon: Settings, active: false }
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Total Customers", values: [245, 312, 387],
|
||||
description: "Active clients"
|
||||
},
|
||||
{
|
||||
title: "Enquiries This Month", values: [48, 67, 89],
|
||||
description: "New bookings"
|
||||
},
|
||||
{
|
||||
title: "Revenue", values: [125000, 156000, 189000],
|
||||
valuePrefix: "₹", description: "Monthly revenue"
|
||||
}
|
||||
],
|
||||
chartTitle: "Itineraries Created", chartData: [
|
||||
{ value: 45 },
|
||||
{ value: 62 },
|
||||
{ value: 58 },
|
||||
{ value: 75 },
|
||||
{ value: 82 }
|
||||
],
|
||||
listTitle: "Recent Enquiries", listItems: [
|
||||
{ icon: MapPin, title: "Bali Package Inquiry", status: "New" },
|
||||
{ icon: Calendar, title: "Europe Tour - 14 Days", status: "Quoted" },
|
||||
{ icon: CheckCircle, title: "Dubai Honeymoon Package", status: "Confirmed" }
|
||||
]
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
@@ -131,7 +148,7 @@ export default function HomePage() {
|
||||
tag="Impact"
|
||||
tagIcon={TrendingUp}
|
||||
title="Trusted by Travel Industry Leaders"
|
||||
description="See how agencies are transforming their business with Guesto."
|
||||
description="See how agencies are transforming their business with TRAVELLER.AI."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -149,21 +166,21 @@ export default function HomePage() {
|
||||
tag="Success Stories"
|
||||
tagIcon={MessageSquare}
|
||||
title="What Travel Professionals Say"
|
||||
description="Hear from agencies transforming their business with Guesto."
|
||||
description="Hear from agencies transforming their business with TRAVELLER.AI."
|
||||
textboxLayout="default"
|
||||
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?_wi=1", imageAlt: "Priya Sharma"
|
||||
id: "1", title: "Streamlined Our Entire Operation", quote: "TRAVELLER.AI 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?_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?_wi=2", imageAlt: "Sneha Desai"
|
||||
id: "3", title: "Essential for Our Growing Team", quote: "As we scaled from 3 to 8 team members, TRAVELLER.AI 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?_wi=2", imageAlt: "Vikram Singh"
|
||||
id: "4", title: "Outstanding Customer Support", quote: "The TRAVELLER.AI 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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -172,9 +189,9 @@ export default function HomePage() {
|
||||
<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=2"
|
||||
imageAlt="Guesto Platform"
|
||||
logoText="Guesto"
|
||||
copyrightText="© 2025 Guesto. All rights reserved."
|
||||
imageAlt="TRAVELLER.AI Platform"
|
||||
logoText="TRAVELLER.AI"
|
||||
copyrightText="© 2025 TRAVELLER.AI. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
|
||||
Reference in New Issue
Block a user