Update src/app/pricing/page.tsx
This commit is contained in:
@@ -49,51 +49,21 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic",
|
||||
price: "Free",
|
||||
period: "Forever",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-looking-smartphones-bed_23-2148708989.jpg?_wi=4",
|
||||
imageAlt: "Basic plan features",
|
||||
button: { text: "Get Started", href: "/" },
|
||||
id: "basic", title: "Basic", price: "Free", period: "Forever", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-looking-smartphones-bed_23-2148708989.jpg", imageAlt: "Basic plan features", button: { text: "Get Started", href: "/" },
|
||||
features: [
|
||||
"Post 1 listing or search profile",
|
||||
"Basic messaging",
|
||||
"View up to 10 profiles",
|
||||
"Standard support"
|
||||
"Post 1 listing or search profile", "Basic messaging", "View up to 10 profiles", "Standard support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Pro",
|
||||
price: "$4.99",
|
||||
period: "/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=5",
|
||||
imageAlt: "Pro plan features",
|
||||
button: { text: "Upgrade Now", href: "#contact" },
|
||||
id: "pro", title: "Pro", price: "$4.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Pro plan features", button: { text: "Upgrade Now", href: "#contact" },
|
||||
features: [
|
||||
"Unlimited listings & searches",
|
||||
"Priority messaging",
|
||||
"View unlimited profiles",
|
||||
"Advanced filters by budget/lifestyle",
|
||||
"24/7 support"
|
||||
"Unlimited listings & searches", "Priority messaging", "View unlimited profiles", "Advanced filters by budget/lifestyle", "24/7 support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Premium",
|
||||
price: "$9.99",
|
||||
period: "/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg?_wi=5",
|
||||
imageAlt: "Premium plan features",
|
||||
button: { text: "Go Premium", href: "#contact" },
|
||||
id: "premium", title: "Premium", price: "$9.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg", imageAlt: "Premium plan features", button: { text: "Go Premium", href: "#contact" },
|
||||
features: [
|
||||
"All Pro features",
|
||||
"Background check included",
|
||||
"Verified badge display",
|
||||
"Featured profile placement",
|
||||
"Virtual tour hosting",
|
||||
"Priority payment processing"
|
||||
"All Pro features", "Background check included", "Verified badge display", "Featured profile placement", "Virtual tour hosting", "Priority payment processing"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -107,35 +77,27 @@ export default function PricingPage() {
|
||||
description="Find answers to common questions about our plans, billing, and features."
|
||||
tag="Help"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg"
|
||||
imageAlt="Payment and pricing information"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
animationType="opacity"
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I cancel my subscription anytime?",
|
||||
content: "Yes! You can cancel Pro or Premium subscriptions anytime. Your access continues until the end of your billing period. No penalties or hidden charges."
|
||||
id: "1", title: "Can I cancel my subscription anytime?", content: "Yes! You can cancel Pro or Premium subscriptions anytime. Your access continues until the end of your billing period. No penalties or hidden charges."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer refunds?",
|
||||
content: "We offer a 7-day money-back guarantee on Pro and Premium subscriptions. If you're not satisfied, contact our support team for a full refund."
|
||||
id: "2", title: "Do you offer refunds?", content: "We offer a 7-day money-back guarantee on Pro and Premium subscriptions. If you're not satisfied, contact our support team for a full refund."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I upgrade or downgrade my plan?",
|
||||
content: "Absolutely! Switch plans anytime. If you upgrade, you'll pay the difference for the remainder of your billing period. Downgrades take effect at your next billing date."
|
||||
id: "3", title: "Can I upgrade or downgrade my plan?", content: "Absolutely! Switch plans anytime. If you upgrade, you'll pay the difference for the remainder of your billing period. Downgrades take effect at your next billing date."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit/debit cards (Visa, Mastercard, American Express), PayPal, and Apple Pay. All payments are secure and encrypted."
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit/debit cards (Visa, Mastercard, American Express), PayPal, and Apple Pay. All payments are secure and encrypted."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -146,8 +108,7 @@ export default function PricingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
@@ -155,8 +116,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
@@ -164,8 +124,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -173,8 +132,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
|
||||
Reference in New Issue
Block a user