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