Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-03 20:13:16 +00:00
3 changed files with 70 additions and 239 deletions

View File

@@ -20,8 +20,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Risk Disclaimer", href: "#" },
@@ -55,7 +52,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -78,20 +75,16 @@ export default function ContactPage() {
description="Have questions about our platform, membership, or payment? Our support team is here to help you. We're committed to providing excellent customer service."
tag="Contact Us"
tagIcon={MessageSquare}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Email Us", href: "mailto:mubashirbashir558@gmail.com" },
{ text: "WhatsApp", href: "https://wa.me/923035888513" },
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/an-illustration-of-someone-receiving-edu-1772567901107-48246090.png",
imageAlt: "Contact illustration",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/an-illustration-of-someone-receiving-edu-1772567901107-48246090.png", imageAlt: "Contact illustration"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-community-of-young-pakistani-investors-1772567901902-abd8bfe0.png?_wi=4",
imageAlt: "Community support",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-community-of-young-pakistani-investors-1772567901902-abd8bfe0.png", imageAlt: "Community support"},
]}
rating={5}
ratingText="24-Hour Response Guarantee"
@@ -108,35 +101,17 @@ export default function ContactPage() {
sideDescription="Get instant answers to your questions about Investora AI, membership, payments, and support."
faqs={[
{
id: "1",
title: "How do I get started with Investora AI?",
content: "Getting started is simple: Visit our membership page, choose your plan (Starter or Pro), make payment via JazzCash to 03035888513, confirm via WhatsApp, and you'll receive your login credentials within 24 hours. That's it!",
},
id: "1", title: "How do I get started with Investora AI?", content: "Getting started is simple: Visit our membership page, choose your plan (Starter or Pro), make payment via JazzCash to 03035888513, confirm via WhatsApp, and you'll receive your login credentials within 24 hours. That's it!"},
{
id: "2",
title: "What payment methods do you accept?",
content: "<strong>JazzCash Transfer:</strong> 03035888513. Send payment and confirm via WhatsApp for instant activation.<br/><strong>Bank Transfer:</strong> Available for higher amounts. Email mubashirbashir558@gmail.com for bank account details.",
},
id: "2", title: "What payment methods do you accept?", content: "<strong>JazzCash Transfer:</strong> 03035888513. Send payment and confirm via WhatsApp for instant activation.<br/><strong>Bank Transfer:</strong> Available for higher amounts. Email mubashirbashir558@gmail.com for bank account details."},
{
id: "3",
title: "Can I upgrade or downgrade my plan?",
content: "Yes, absolutely. You can upgrade from Starter to Pro anytime. Contact us at mubashirbashir558@gmail.com and we'll process the upgrade. We'll credit your remaining balance if you upgrade mid-month.",
},
id: "3", title: "Can I upgrade or downgrade my plan?", content: "Yes, absolutely. You can upgrade from Starter to Pro anytime. Contact us at mubashirbashir558@gmail.com and we'll process the upgrade. We'll credit your remaining balance if you upgrade mid-month."},
{
id: "4",
title: "Is there a money-back guarantee?",
content: "We offer a 7-day money-back guarantee on all membership plans. If you're not satisfied within 7 days of purchase, contact us at mubashirbashir558@gmail.com and we'll refund your payment. No questions asked.",
},
id: "4", title: "Is there a money-back guarantee?", content: "We offer a 7-day money-back guarantee on all membership plans. If you're not satisfied within 7 days of purchase, contact us at mubashirbashir558@gmail.com and we'll refund your payment. No questions asked."},
{
id: "5",
title: "How do I contact support?",
content: "<strong>Email:</strong> mubashirbashir558@gmail.com<br/><strong>WhatsApp:</strong> 03035888513<br/>We guarantee a response within 24 hours on all working days.",
},
id: "5", title: "How do I contact support?", content: "<strong>Email:</strong> mubashirbashir558@gmail.com<br/><strong>WhatsApp:</strong> 03035888513<br/>We guarantee a response within 24 hours on all working days."},
{
id: "6",
title: "Do you offer corporate or group memberships?",
content: "Yes! We offer special discounts for groups of 5 or more members. Email mubashirbashir558@gmail.com with your inquiry and we'll provide customized pricing for your organization.",
},
id: "6", title: "Do you offer corporate or group memberships?", content: "Yes! We offer special discounts for groups of 5 or more members. Email mubashirbashir558@gmail.com with your inquiry and we'll provide customized pricing for your organization."},
]}
useInvertedBackground={false}
faqsAnimation="slide-up"
@@ -151,7 +126,7 @@ export default function ContactPage() {
title="Stay Connected with Investora AI"
description="Subscribe to our newsletter for exclusive educational content, market updates, and special member announcements."
tagIcon={Mail}
background={{ variant: "radial-gradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Subscribe"

View File

@@ -20,8 +20,7 @@ export default function MembershipPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" },
@@ -29,8 +28,7 @@ export default function MembershipPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -38,8 +36,7 @@ export default function MembershipPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Risk Disclaimer", href: "#" },
@@ -55,7 +52,7 @@ export default function MembershipPage() {
borderRadius="soft"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -78,20 +75,16 @@ export default function MembershipPage() {
description="Choose your learning path and start mastering investment fundamentals. No hidden fees, no guarantees—just quality education. All investments carry risk. We teach responsible investing."
tag="Choose Your Plan"
tagIcon={Sparkles}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "View All Plans", href: "#pricing" },
{ text: "How to Pay", href: "#payment" },
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/an-abstract-illustration-showing-a-learn-1772567902354-e1dd8871.png?_wi=2",
imageAlt: "Learning path illustration",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/an-abstract-illustration-showing-a-learn-1772567902354-e1dd8871.png", imageAlt: "Learning path illustration"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-structured-learning-roadmap-diagram-wi-1772567902639-1f867c90.png?_wi=2",
imageAlt: "Learning roadmap",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-structured-learning-roadmap-diagram-wi-1772567902639-1f867c90.png", imageAlt: "Learning roadmap"},
]}
rating={5}
ratingText="Join Pakistan's Smart Young Investors"
@@ -109,45 +102,22 @@ export default function MembershipPage() {
tag="Pricing"
plans={[
{
id: "starter",
badge: "Starter Plan",
badgeIcon: Sparkles,
price: "PKR 2,999",
subtitle: "Perfect for beginners starting their investment journey",
buttons: [
id: "starter", badge: "Starter Plan", badgeIcon: Sparkles,
price: "PKR 2,999", subtitle: "Perfect for beginners starting their investment journey", buttons: [
{ text: "Join Now", href: "#payment" },
{ text: "Learn More", onClick: undefined },
],
features: [
"Beginner Investment Course (8 modules)",
"Weekly Market Updates & Analysis",
"AI Q&A Support",
"Risk Management Guide",
"Portfolio Guidance Tools",
"Access to Community Forum",
"Monthly 1-on-1 Guidance Session",
],
"Beginner Investment Course (8 modules)", "Weekly Market Updates & Analysis", "AI Q&A Support", "Risk Management Guide", "Portfolio Guidance Tools", "Access to Community Forum", "Monthly 1-on-1 Guidance Session"],
},
{
id: "pro",
badge: "Pro Plan",
badgeIcon: Crown,
price: "PKR 5,999",
subtitle: "For committed learners ready to master investing",
buttons: [
id: "pro", badge: "Pro Plan", badgeIcon: Crown,
price: "PKR 5,999", subtitle: "For committed learners ready to master investing", buttons: [
{ text: "Join Now", href: "#payment" },
{ text: "Learn More", onClick: undefined },
],
features: [
"All Starter features included",
"Advanced Investment Strategies Module",
"Weekly Live Q&A Sessions",
"Advanced Portfolio Analysis Tools",
"Personalized Investment Roadmap",
"Priority AI Support (24-hour response)",
"Crypto & Stock Market Deep Dive",
"Tax Planning for Investors Guide",
],
"All Starter features included", "Advanced Investment Strategies Module", "Weekly Live Q&A Sessions", "Advanced Portfolio Analysis Tools", "Personalized Investment Roadmap", "Priority AI Support (24-hour response)", "Crypto & Stock Market Deep Dive", "Tax Planning for Investors Guide"],
},
]}
textboxLayout="default"
@@ -165,32 +135,14 @@ export default function MembershipPage() {
tagIcon={MessageSquare}
testimonials={[
{
id: "1",
name: "Ali R.",
handle: "@aliinvests",
testimonial: "The membership was worth every rupee. I went from knowing nothing about investing to making informed decisions. Highly recommended.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-pakis-1772567901542-d6a6bcae.png?_wi=2",
imageAlt: "Ali R.",
},
id: "1", name: "Ali R.", handle: "@aliinvests", testimonial: "The membership was worth every rupee. I went from knowing nothing about investing to making informed decisions. Highly recommended.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-pakis-1772567901542-d6a6bcae.png", imageAlt: "Ali R."},
{
id: "2",
name: "Hamza K.",
handle: "@hamzakhan",
testimonial: "The Pro plan gave me everything I needed. Advanced strategies, personalized support, and real market analysis. Exactly what a serious learner needs.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-pakis-1772567901645-3911dc47.png?_wi=2",
imageAlt: "Hamza K.",
},
id: "2", name: "Hamza K.", handle: "@hamzakhan", testimonial: "The Pro plan gave me everything I needed. Advanced strategies, personalized support, and real market analysis. Exactly what a serious learner needs.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-pakis-1772567901645-3911dc47.png", imageAlt: "Hamza K."},
{
id: "3",
name: "Sarah A.",
handle: "@sarah_learns",
testimonial: "Value for money and quality education. No hype, no get-rich-quick schemes. Just solid financial knowledge. That's rare.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-femal-1772567901184-f78a5534.png?_wi=2",
imageAlt: "Sarah A.",
},
id: "3", name: "Sarah A.", handle: "@sarah_learns", testimonial: "Value for money and quality education. No hype, no get-rich-quick schemes. Just solid financial knowledge. That's rare.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-femal-1772567901184-f78a5534.png", imageAlt: "Sarah A."},
]}
showRating={true}
textboxLayout="default"

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Risk Disclaimer", href: "#" },
@@ -59,7 +56,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -82,20 +79,16 @@ export default function HomePage() {
description="AI-powered beginner investment education platform for Pakistan. Learn smart, invest wise, grow strong. We provide education and guidance only—we do not manage client funds."
tag="Financial Education"
tagIcon={Sparkles}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Join Investora AI", href: "/membership" },
{ text: "Download Free Guide", href: "/resources" },
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-modern-premium-investment-dashboard-wi-1772567904161-e4f78942.png",
imageAlt: "Investment dashboard interface",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-modern-premium-investment-dashboard-wi-1772567904161-e4f78942.png", imageAlt: "Investment dashboard interface"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/an-abstract-illustration-showing-a-learn-1772567902354-e1dd8871.png?_wi=1",
imageAlt: "Learning path illustration",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/an-abstract-illustration-showing-a-learn-1772567902354-e1dd8871.png", imageAlt: "Learning path illustration"},
]}
rating={5}
ratingText="Trusted by Pakistan's Young Investors"
@@ -115,32 +108,16 @@ export default function HomePage() {
features={[
{
id: 1,
title: "AI Investment Assistant",
description: "Beginner-friendly market insights powered by artificial intelligence. Get personalized Q&A support tailored to your investment questions.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/an-ai-assistant-chatbot-interface-showin-1772567902509-7be168b6.png?_wi=1",
imageAlt: "AI assistant chatbot",
},
title: "AI Investment Assistant", description: "Beginner-friendly market insights powered by artificial intelligence. Get personalized Q&A support tailored to your investment questions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/an-ai-assistant-chatbot-interface-showin-1772567902509-7be168b6.png", imageAlt: "AI assistant chatbot"},
{
id: 2,
title: "Structured Learning Roadmap",
description: "Step-by-step guided learning path from fundamentals to advanced strategies. Progress at your own pace with clear milestones.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-structured-learning-roadmap-diagram-wi-1772567902639-1f867c90.png?_wi=1",
imageAlt: "Learning roadmap",
},
title: "Structured Learning Roadmap", description: "Step-by-step guided learning path from fundamentals to advanced strategies. Progress at your own pace with clear milestones.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-structured-learning-roadmap-diagram-wi-1772567902639-1f867c90.png", imageAlt: "Learning roadmap"},
{
id: 3,
title: "Risk Management Framework",
description: "Protect your capital with our comprehensive risk management education. Understand how to balance risk and reward effectively.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-conceptual-visualization-of-risk-manag-1772567903221-f5b34cae.png?_wi=1",
imageAlt: "Risk management shield",
},
title: "Risk Management Framework", description: "Protect your capital with our comprehensive risk management education. Understand how to balance risk and reward effectively.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-conceptual-visualization-of-risk-manag-1772567903221-f5b34cae.png", imageAlt: "Risk management shield"},
{
id: 4,
title: "Weekly Market Breakdown",
description: "Stocks & crypto market analysis simplified for beginners. Stay informed with easy-to-understand weekly updates.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/weekly-market-breakdown-visualization-wi-1772567902581-251cdcd4.png",
imageAlt: "Market analysis charts",
},
title: "Weekly Market Breakdown", description: "Stocks & crypto market analysis simplified for beginners. Stay informed with easy-to-understand weekly updates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/weekly-market-breakdown-visualization-wi-1772567902581-251cdcd4.png", imageAlt: "Market analysis charts"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -158,27 +135,19 @@ export default function HomePage() {
tagIcon={Target}
bulletPoints={[
{
title: "Education First",
description: "We provide comprehensive financial education and AI-powered tools—not investment management.",
icon: BookOpen,
title: "Education First", description: "We provide comprehensive financial education and AI-powered tools—not investment management.", icon: BookOpen,
},
{
title: "Risk Clarity",
description: "We emphasize that all investments carry risk and teach responsible investment decision-making.",
icon: Shield,
title: "Risk Clarity", description: "We emphasize that all investments carry risk and teach responsible investment decision-making.", icon: Shield,
},
{
title: "Beginner Focused",
description: "Content designed specifically for young Pakistani investors starting their financial journey.",
icon: Users,
title: "Beginner Focused", description: "Content designed specifically for young Pakistani investors starting their financial journey.", icon: Users,
},
{
title: "Transparent & Trustworthy",
description: "We maintain complete transparency about our role and never guarantee profits.",
icon: Eye,
title: "Transparent & Trustworthy", description: "We maintain complete transparency about our role and never guarantee profits.", icon: Eye,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-community-of-young-pakistani-investors-1772567901902-abd8bfe0.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-community-of-young-pakistani-investors-1772567901902-abd8bfe0.png"
imageAlt="Community of young investors learning together"
imagePosition="right"
textboxLayout="default"
@@ -197,45 +166,22 @@ export default function HomePage() {
tagIcon={DollarSign}
plans={[
{
id: "starter",
badge: "Starter Plan",
badgeIcon: Sparkles,
price: "PKR 2,999",
subtitle: "Perfect for beginners starting their investment journey",
buttons: [
id: "starter", badge: "Starter Plan", badgeIcon: Sparkles,
price: "PKR 2,999", subtitle: "Perfect for beginners starting their investment journey", buttons: [
{ text: "Join Now", href: "#payment-instructions" },
{ text: "Learn More", onClick: undefined },
],
features: [
"Beginner Investment Course (8 modules)",
"Weekly Market Updates & Analysis",
"AI Q&A Support",
"Risk Management Guide",
"Portfolio Guidance Tools",
"Access to Community Forum",
"Monthly 1-on-1 Guidance Session",
],
"Beginner Investment Course (8 modules)", "Weekly Market Updates & Analysis", "AI Q&A Support", "Risk Management Guide", "Portfolio Guidance Tools", "Access to Community Forum", "Monthly 1-on-1 Guidance Session"],
},
{
id: "pro",
badge: "Pro Plan",
badgeIcon: Crown,
price: "PKR 5,999",
subtitle: "For committed learners ready to master investing",
buttons: [
id: "pro", badge: "Pro Plan", badgeIcon: Crown,
price: "PKR 5,999", subtitle: "For committed learners ready to master investing", buttons: [
{ text: "Join Now", href: "#payment-instructions" },
{ text: "Learn More", onClick: undefined },
],
features: [
"All Starter features included",
"Advanced Investment Strategies Module",
"Weekly Live Q&A Sessions",
"Advanced Portfolio Analysis Tools",
"Personalized Investment Roadmap",
"Priority AI Support (24-hour response)",
"Crypto & Stock Market Deep Dive",
"Tax Planning for Investors Guide",
],
"All Starter features included", "Advanced Investment Strategies Module", "Weekly Live Q&A Sessions", "Advanced Portfolio Analysis Tools", "Personalized Investment Roadmap", "Priority AI Support (24-hour response)", "Crypto & Stock Market Deep Dive", "Tax Planning for Investors Guide"],
},
]}
textboxLayout="default"
@@ -254,41 +200,17 @@ export default function HomePage() {
tagIcon={MessageSquare}
testimonials={[
{
id: "1",
name: "Ali R.",
handle: "@aliinvests",
testimonial: "Investora AI helped me understand investing without confusion. The structured roadmap made everything clear, and I'm now confidently building my portfolio.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-pakis-1772567901542-d6a6bcae.png?_wi=1",
imageAlt: "Ali R.",
},
id: "1", name: "Ali R.", handle: "@aliinvests", testimonial: "Investora AI helped me understand investing without confusion. The structured roadmap made everything clear, and I'm now confidently building my portfolio.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-pakis-1772567901542-d6a6bcae.png", imageAlt: "Ali R."},
{
id: "2",
name: "Hamza K.",
handle: "@hamzakhan",
testimonial: "The risk management lessons changed how I see money. I now understand that returns come with responsibility. This platform genuinely teaches, not hypes.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-pakis-1772567901645-3911dc47.png?_wi=1",
imageAlt: "Hamza K.",
},
id: "2", name: "Hamza K.", handle: "@hamzakhan", testimonial: "The risk management lessons changed how I see money. I now understand that returns come with responsibility. This platform genuinely teaches, not hypes.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-pakis-1772567901645-3911dc47.png", imageAlt: "Hamza K."},
{
id: "3",
name: "Sarah A.",
handle: "@sarah_learns",
testimonial: "As a beginner, I was overwhelmed by investment terminology. Investora AI broke everything down beautifully. Their disclaimer about risks was actually refreshing.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-femal-1772567901184-f78a5534.png?_wi=1",
imageAlt: "Sarah A.",
},
id: "3", name: "Sarah A.", handle: "@sarah_learns", testimonial: "As a beginner, I was overwhelmed by investment terminology. Investora AI broke everything down beautifully. Their disclaimer about risks was actually refreshing.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-femal-1772567901184-f78a5534.png", imageAlt: "Sarah A."},
{
id: "4",
name: "Fatima M.",
handle: "@fatimafinance",
testimonial: "The AI assistant answered all my questions, and the weekly market breakdown is something I look forward to. Highly recommended for serious learners.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-femal-1772567901332-82a91c93.png",
imageAlt: "Fatima M.",
},
id: "4", name: "Fatima M.", handle: "@fatimafinance", testimonial: "The AI assistant answered all my questions, and the weekly market breakdown is something I look forward to. Highly recommended for serious learners.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARuhUTfn0g5SeVwrtPBZT5NHla/a-professional-headshot-of-a-young-femal-1772567901332-82a91c93.png", imageAlt: "Fatima M."},
]}
showRating={true}
textboxLayout="default"
@@ -305,35 +227,17 @@ export default function HomePage() {
sideDescription="Everything you need to know about our platform, guarantees, and how we operate"
faqs={[
{
id: "1",
title: "Do you guarantee profits on my investments?",
content: "No. <strong>All investments carry risk.</strong> We do not guarantee profits. Investora AI provides educational content and AI-powered insights only. Investment outcomes depend on market conditions, your decisions, and many external factors. We teach responsible investing, not promised returns.",
},
id: "1", title: "Do you guarantee profits on my investments?", content: "No. <strong>All investments carry risk.</strong> We do not guarantee profits. Investora AI provides educational content and AI-powered insights only. Investment outcomes depend on market conditions, your decisions, and many external factors. We teach responsible investing, not promised returns."},
{
id: "2",
title: "Do you manage my money or handle my investments?",
content: "No. Investora AI does <strong>not manage client funds</strong> or execute trades on your behalf. We provide education, guidance, and AI tools only. You maintain complete control of your investments. We are an educational platform, not a financial advisor or asset manager.",
},
id: "2", title: "Do you manage my money or handle my investments?", content: "No. Investora AI does <strong>not manage client funds</strong> or execute trades on your behalf. We provide education, guidance, and AI tools only. You maintain complete control of your investments. We are an educational platform, not a financial advisor or asset manager."},
{
id: "3",
title: "What if I lose money on an investment?",
content: "Investment losses are a real possibility. Our platform teaches you to understand and manage risk before investing. We emphasize creating a risk management framework so you can make informed decisions. <strong>Your capital is your responsibility.</strong> We recommend starting small and learning thoroughly.",
},
id: "3", title: "What if I lose money on an investment?", content: "Investment losses are a real possibility. Our platform teaches you to understand and manage risk before investing. We emphasize creating a risk management framework so you can make informed decisions. <strong>Your capital is your responsibility.</strong> We recommend starting small and learning thoroughly."},
{
id: "4",
title: "Is my data safe on Investora AI?",
content: "Yes. We use industry-standard security protocols to protect your personal information. Your data is never sold to third parties. We collect only what's necessary for your learning experience. See our Privacy Policy for complete details.",
},
id: "4", title: "Is my data safe on Investora AI?", content: "Yes. We use industry-standard security protocols to protect your personal information. Your data is never sold to third parties. We collect only what's necessary for your learning experience. See our Privacy Policy for complete details."},
{
id: "5",
title: "Can I get a refund if I'm not satisfied?",
content: "We offer a 7-day money-back guarantee on all membership plans if you're not satisfied. Simply contact us at mubashirbashir558@gmail.com with your request within 7 days of purchase. No questions asked.",
},
id: "5", title: "Can I get a refund if I'm not satisfied?", content: "We offer a 7-day money-back guarantee on all membership plans if you're not satisfied. Simply contact us at mubashirbashir558@gmail.com with your request within 7 days of purchase. No questions asked."},
{
id: "6",
title: "How do I pay for membership?",
content: "We accept manual JazzCash payments. <strong>JazzCash Number: 03035888513</strong>. After payment, confirm via WhatsApp to the same number. Your membership is activated within 24 hours. We also support bank transfers—email us for details.",
},
id: "6", title: "How do I pay for membership?", content: "We accept manual JazzCash payments. <strong>JazzCash Number: 03035888513</strong>. After payment, confirm via WhatsApp to the same number. Your membership is activated within 24 hours. We also support bank transfers—email us for details."},
]}
useInvertedBackground={false}
faqsAnimation="slide-up"
@@ -348,7 +252,7 @@ export default function HomePage() {
title="Stay Updated with Investora AI"
description="Subscribe to our newsletter for weekly market insights, investment tips, and exclusive educational content."
tagIcon={Mail}
background={{ variant: "radial-gradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Subscribe"