Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 04:59:04 +00:00
parent 6ec40b23e4
commit 96ebf6a931

View File

@@ -23,7 +23,7 @@ export default function PricingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -34,8 +34,7 @@ export default function PricingPage() {
brandName="Guesto"
navItems={navItems}
button={{
text: "Get Started",
href: "https://app.guesto.com/login"
text: "Get Started", href: "https://app.guesto.com/login"
}}
/>
</div>
@@ -51,58 +50,30 @@ export default function PricingPage() {
animationType="slide-up"
plans={[
{
id: "starter",
badge: "Starter",
badgeIcon: Zap,
price: "₹999/month",
subtitle: "Perfect for solo agents",
buttons: [
id: "starter", badge: "Starter", badgeIcon: Zap,
price: "₹999/month", subtitle: "Perfect for solo agents", buttons: [
{ text: "Get Started", href: "https://app.guesto.com/signup" }
],
features: [
"Up to 50 customers",
"Unlimited itineraries",
"PDF export",
"Basic reporting",
"Email support"
"Up to 50 customers", "Unlimited itineraries", "PDF export", "Basic reporting", "Email support"
]
},
{
id: "professional",
badge: "Professional",
badgeIcon: Star,
price: "₹2,499/month",
subtitle: "For growing agencies",
buttons: [
id: "professional", badge: "Professional", badgeIcon: Star,
price: "₹2,499/month", subtitle: "For growing agencies", buttons: [
{ text: "Start Free Trial", href: "https://app.guesto.com/signup" }
],
features: [
"Unlimited customers",
"Unlimited itineraries",
"Advanced analytics",
"Multi-user access",
"Priority support",
"AI-powered suggestions",
"Custom branding"
"Unlimited customers", "Unlimited itineraries", "Advanced analytics", "Multi-user access", "Priority support", "AI-powered suggestions", "Custom branding"
]
},
{
id: "enterprise",
badge: "Enterprise",
badgeIcon: Crown,
price: "Custom",
subtitle: "For large teams",
buttons: [
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
price: "Custom", subtitle: "For large teams", buttons: [
{ text: "Contact Sales", href: "#contact" }
],
features: [
"Everything in Professional",
"Dedicated account manager",
"Custom integrations",
"White-label solution",
"Advanced security",
"SLA guarantee",
"Training & onboarding"
"Everything in Professional", "Dedicated account manager", "Custom integrations", "White-label solution", "Advanced security", "SLA guarantee", "Training & onboarding"
]
}
]}
@@ -111,14 +82,13 @@ export default function PricingPage() {
<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=6"
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: "#" },
@@ -126,8 +96,7 @@ export default function PricingPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -135,8 +104,7 @@ export default function PricingPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }