Update src/app/pricing/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function PricingPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -27,8 +26,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -36,8 +34,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -53,7 +50,7 @@ export default function PricingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -67,71 +64,31 @@ export default function PricingPage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Getting Started",
|
||||
badgeIcon: Zap,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for trying it out",
|
||||
buttons: [
|
||||
id: "free", badge: "Getting Started", badgeIcon: Zap,
|
||||
price: "Free", subtitle: "Perfect for trying it out", buttons: [
|
||||
{
|
||||
text: "Start Free",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Free", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"10 replies per day",
|
||||
"Basic reply generator",
|
||||
"Standard response tones",
|
||||
"Copy to clipboard",
|
||||
"Community support",
|
||||
],
|
||||
"10 replies per day", "Basic reply generator", "Standard response tones", "Copy to clipboard", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$7/month",
|
||||
subtitle: "Best for active sellers",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$7/month", subtitle: "Best for active sellers", buttons: [
|
||||
{
|
||||
text: "Try Pro",
|
||||
href: "#",
|
||||
},
|
||||
text: "Try Pro", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI replies",
|
||||
"Negotiation assistant",
|
||||
"Scam detection",
|
||||
"Listing generator",
|
||||
"Screenshot analyzer",
|
||||
"Usage analytics",
|
||||
"Email support",
|
||||
"Response tone options",
|
||||
"Conversation history",
|
||||
],
|
||||
"Unlimited AI replies", "Negotiation assistant", "Scam detection", "Listing generator", "Screenshot analyzer", "Usage analytics", "Email support", "Response tone options", "Conversation history"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "For Teams",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Custom",
|
||||
subtitle: "For reselling teams",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "For Teams", badgeIcon: Sparkles,
|
||||
price: "Custom", subtitle: "For reselling teams", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Team accounts",
|
||||
"Custom templates",
|
||||
"API access",
|
||||
"Priority support",
|
||||
"Advanced analytics",
|
||||
"White-label options",
|
||||
"Bulk upload tools",
|
||||
],
|
||||
"Everything in Pro", "Team accounts", "Custom templates", "API access", "Priority support", "Advanced analytics", "White-label options", "Bulk upload tools"],
|
||||
},
|
||||
]}
|
||||
title="Simple, Transparent Pricing"
|
||||
@@ -144,8 +101,6 @@ export default function PricingPage() {
|
||||
className="w-full"
|
||||
containerClassName="px-4 md:px-8 py-16 md:py-24"
|
||||
textBoxClassName="max-w-3xl mx-auto mb-12"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-foreground mb-4"
|
||||
descriptionClassName="text-base md:text-lg text-foreground opacity-80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -204,7 +159,7 @@ export default function PricingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYT9HynJWlh07Mo151icZSO9qd/a-warm-welcoming-background-image-showin-1773050439584-9d72e8d0.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYT9HynJWlh07Mo151icZSO9qd/a-warm-welcoming-background-image-showin-1773050439584-9d72e8d0.png"
|
||||
imageAlt="Marketplace sellers and items"
|
||||
columns={footerColumns}
|
||||
logoText="ReplyAI"
|
||||
|
||||
Reference in New Issue
Block a user