Merge version_1 into main #2
@@ -25,8 +25,7 @@ export default function HowItWorksPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
{ label: "How It Works", href: "/how-it-works" },
|
||||
@@ -34,8 +33,7 @@ export default function HowItWorksPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -43,8 +41,7 @@ export default function HowItWorksPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -60,7 +57,7 @@ export default function HowItWorksPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -71,9 +68,7 @@ export default function HowItWorksPage() {
|
||||
brandName="CraftersWealth"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Analysis",
|
||||
href: "/",
|
||||
}}
|
||||
text: "Start Free Analysis", href: "/"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,42 +82,28 @@ export default function HowItWorksPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Journey",
|
||||
href: "/",
|
||||
},
|
||||
text: "Start Your Journey", href: "/"},
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Home", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png?_wi=4",
|
||||
imageAlt: "SIP Discipline Visualization",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png", imageAlt: "SIP Discipline Visualization"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-modern-fintech-portfolio-management-da-1773039696151-79fee511.png?_wi=3",
|
||||
imageAlt: "Portfolio Management Dashboard",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-modern-fintech-portfolio-management-da-1773039696151-79fee511.png", imageAlt: "Portfolio Management Dashboard"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-minimalist-illustration-showing-invest-1773039695900-cb0df49f.png?_wi=3",
|
||||
imageAlt: "Investment Control Illustration",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-minimalist-illustration-showing-invest-1773039695900-cb0df49f.png", imageAlt: "Investment Control Illustration"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-conceptual-illustration-emphasizing-ze-1773039695817-6a78db5b.png?_wi=3",
|
||||
imageAlt: "Zero Fees Concept",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-conceptual-illustration-emphasizing-ze-1773039695817-6a78db5b.png", imageAlt: "Zero Fees Concept"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png?_wi=3",
|
||||
imageAlt: "Financial Metrics",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png", imageAlt: "Financial Metrics"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -134,65 +115,35 @@ export default function HowItWorksPage() {
|
||||
description="A systematic approach designed to help you invest like a pro, starting from day one"
|
||||
features={[
|
||||
{
|
||||
title: "Step 1: Set Up Your Goals",
|
||||
description:
|
||||
"Tell us about your financial objectives—retirement planning, education funding, wealth creation—and your risk tolerance. We use this foundation to build a portfolio strategy aligned with your life.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png?_wi=4",
|
||||
imageAlt: "Goal Setting Step",
|
||||
buttonIcon: TrendingUp,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Step 1: Set Up Your Goals", description:
|
||||
"Tell us about your financial objectives—retirement planning, education funding, wealth creation—and your risk tolerance. We use this foundation to build a portfolio strategy aligned with your life.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png", imageAlt: "Goal Setting Step", buttonIcon: TrendingUp,
|
||||
buttonHref: "/"},
|
||||
{
|
||||
title: "Step 2: Connect Your Broker Account",
|
||||
description:
|
||||
"Link your existing brokerage account securely through our API. Your money stays in your account under your full control—we only access what's needed to provide recommendations.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-minimalist-illustration-showing-invest-1773039695900-cb0df49f.png?_wi=4",
|
||||
imageAlt: "Connect Broker",
|
||||
buttonIcon: Lock,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Step 2: Connect Your Broker Account", description:
|
||||
"Link your existing brokerage account securely through our API. Your money stays in your account under your full control—we only access what's needed to provide recommendations.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-minimalist-illustration-showing-invest-1773039695900-cb0df49f.png", imageAlt: "Connect Broker", buttonIcon: Lock,
|
||||
buttonHref: "/"},
|
||||
{
|
||||
title: "Step 3: Get Your AI-Powered Portfolio",
|
||||
description:
|
||||
"Our advanced algorithms analyze thousands of stocks and recommend a diversified portfolio tailored to your goals and risk profile. See the complete reasoning behind every recommendation.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-modern-fintech-portfolio-management-da-1773039696151-79fee511.png?_wi=4",
|
||||
imageAlt: "AI Portfolio Generation",
|
||||
buttonIcon: Brain,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Step 3: Get Your AI-Powered Portfolio", description:
|
||||
"Our advanced algorithms analyze thousands of stocks and recommend a diversified portfolio tailored to your goals and risk profile. See the complete reasoning behind every recommendation.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-modern-fintech-portfolio-management-da-1773039696151-79fee511.png", imageAlt: "AI Portfolio Generation", buttonIcon: Brain,
|
||||
buttonHref: "/"},
|
||||
{
|
||||
title: "Step 4: Implement SIP Discipline",
|
||||
description:
|
||||
"Start your systematic investment plan with consistent monthly contributions. Our system reminds you to invest on schedule, keeping you disciplined and removing emotion from the process.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png?_wi=5",
|
||||
imageAlt: "SIP Implementation",
|
||||
buttonIcon: TrendingUp,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Step 4: Implement SIP Discipline", description:
|
||||
"Start your systematic investment plan with consistent monthly contributions. Our system reminds you to invest on schedule, keeping you disciplined and removing emotion from the process.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png", imageAlt: "SIP Implementation", buttonIcon: TrendingUp,
|
||||
buttonHref: "/"},
|
||||
{
|
||||
title: "Step 5: Monitor & Optimize",
|
||||
description:
|
||||
"Your portfolio is continuously monitored for market changes and opportunities. Receive regular rebalancing recommendations and tax-optimization alerts to keep your strategy on track.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png?_wi=5",
|
||||
imageAlt: "Portfolio Monitoring",
|
||||
buttonIcon: DollarSign,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Step 5: Monitor & Optimize", description:
|
||||
"Your portfolio is continuously monitored for market changes and opportunities. Receive regular rebalancing recommendations and tax-optimization alerts to keep your strategy on track.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png", imageAlt: "Portfolio Monitoring", buttonIcon: DollarSign,
|
||||
buttonHref: "/"},
|
||||
{
|
||||
title: "Step 6: Achieve Your Financial Goals",
|
||||
description:
|
||||
"Watch your wealth compound systematically over time. Regular performance reviews show you exactly how your disciplined investing is moving you toward your long-term objectives.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png?_wi=6",
|
||||
imageAlt: "Financial Goal Achievement",
|
||||
buttonIcon: TrendingUp,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Step 6: Achieve Your Financial Goals", description:
|
||||
"Watch your wealth compound systematically over time. Regular performance reviews show you exactly how your disciplined investing is moving you toward your long-term objectives.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png", imageAlt: "Financial Goal Achievement", buttonIcon: TrendingUp,
|
||||
buttonHref: "/"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -205,51 +156,34 @@ export default function HowItWorksPage() {
|
||||
sideDescription="Get clarity on how the system works and what to expect as you build your systematic portfolio"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does portfolio setup take?",
|
||||
content:
|
||||
"The entire process takes about 15 minutes. Answer our quick questionnaire (5 min), connect your broker account (5 min), and receive your AI-generated portfolio (5 min). You can implement immediately or take time to review.",
|
||||
},
|
||||
id: "1", title: "How long does portfolio setup take?", content:
|
||||
"The entire process takes about 15 minutes. Answer our quick questionnaire (5 min), connect your broker account (5 min), and receive your AI-generated portfolio (5 min). You can implement immediately or take time to review."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What makes CraftersWealth's AI different?",
|
||||
content:
|
||||
"Our AI combines fundamental analysis, technical indicators, sector rotation, and macroeconomic factors with your personal goals and risk profile. We don't just recommend stocks—we explain the reasoning and show how each stock aligns with your objectives.",
|
||||
},
|
||||
id: "2", title: "What makes CraftersWealth's AI different?", content:
|
||||
"Our AI combines fundamental analysis, technical indicators, sector rotation, and macroeconomic factors with your personal goals and risk profile. We don't just recommend stocks—we explain the reasoning and show how each stock aligns with your objectives."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How often should I contribute to my SIP?",
|
||||
content:
|
||||
"We recommend monthly contributions as the standard SIP frequency—it's psychologically easier and aligns with salary cycles. However, you can adjust to quarterly, half-yearly, or annual contributions based on your cash flow.",
|
||||
},
|
||||
id: "3", title: "How often should I contribute to my SIP?", content:
|
||||
"We recommend monthly contributions as the standard SIP frequency—it's psychologically easier and aligns with salary cycles. However, you can adjust to quarterly, half-yearly, or annual contributions based on your cash flow."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What if market conditions change dramatically?",
|
||||
content:
|
||||
"Our system continuously monitors market conditions and alerts you when significant changes warrant portfolio rebalancing. You'll receive notifications with clear reasoning about what's changed and why action is recommended.",
|
||||
},
|
||||
id: "4", title: "What if market conditions change dramatically?", content:
|
||||
"Our system continuously monitors market conditions and alerts you when significant changes warrant portfolio rebalancing. You'll receive notifications with clear reasoning about what's changed and why action is recommended."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I manually adjust recommendations?",
|
||||
content:
|
||||
"Absolutely. All recommendations are just that—recommendations. You maintain complete control and can accept, modify, or reject any suggestion. Your portfolio, your rules.",
|
||||
},
|
||||
id: "5", title: "Can I manually adjust recommendations?", content:
|
||||
"Absolutely. All recommendations are just that—recommendations. You maintain complete control and can accept, modify, or reject any suggestion. Your portfolio, your rules."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How does tax-loss harvesting work?",
|
||||
content:
|
||||
"When a stock in your portfolio declines, we identify opportunities to sell it, realize the loss (reducing your taxable gains), and reinvest in a similar stock. This minimizes taxes while keeping you invested.",
|
||||
},
|
||||
id: "6", title: "How does tax-loss harvesting work?", content:
|
||||
"When a stock in your portfolio declines, we identify opportunities to sell it, realize the loss (reducing your taxable gains), and reinvest in a similar stock. This minimizes taxes while keeping you invested."},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
textPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-subtle-professional-fintech-background-1773039695957-ae5cb03e.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-subtle-professional-fintech-background-1773039695957-ae5cb03e.png"
|
||||
imageAlt="CraftersWealth Financial Dashboard"
|
||||
logoText="CraftersWealth"
|
||||
copyrightText="© 2025 CraftersWealth. All rights reserved."
|
||||
|
||||
287
src/app/page.tsx
287
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "How It Works", href: "/how-it-works" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -69,9 +66,7 @@ export default function HomePage() {
|
||||
brandName="CraftersWealth"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Analysis",
|
||||
href: "#cta",
|
||||
}}
|
||||
text: "Start Free Analysis", href: "#cta"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,37 +80,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start your free portfolio analysis",
|
||||
href: "#cta",
|
||||
},
|
||||
text: "Start your free portfolio analysis", href: "#cta"},
|
||||
{
|
||||
text: "Learn how it works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
text: "Learn how it works", href: "/how-it-works"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-modern-fintech-portfolio-management-da-1773039696151-79fee511.png?_wi=1",
|
||||
imageAlt: "CraftersWealth Portfolio Dashboard",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-modern-fintech-portfolio-management-da-1773039696151-79fee511.png", imageAlt: "CraftersWealth Portfolio Dashboard"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png?_wi=1",
|
||||
imageAlt: "SIP Discipline Visualization",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png", imageAlt: "SIP Discipline Visualization"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-conceptual-illustration-emphasizing-ze-1773039695817-6a78db5b.png?_wi=1",
|
||||
imageAlt: "Zero Fees Illustration",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-conceptual-illustration-emphasizing-ze-1773039695817-6a78db5b.png", imageAlt: "Zero Fees Illustration"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-minimalist-illustration-showing-invest-1773039695900-cb0df49f.png?_wi=1",
|
||||
imageAlt: "Full Investment Control",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-minimalist-illustration-showing-invest-1773039695900-cb0df49f.png", imageAlt: "Full Investment Control"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png?_wi=1",
|
||||
imageAlt: "Performance Metrics",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png", imageAlt: "Performance Metrics"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -127,53 +108,23 @@ export default function HomePage() {
|
||||
description="Designed for Indian investors who want systematic discipline without sacrificing control or paying unnecessary fees"
|
||||
features={[
|
||||
{
|
||||
title: "SIP Discipline Applied to Direct Stocks",
|
||||
description: "Automated systematic investment planning with rules-based stock selection, eliminating emotional trading and ensuring consistent wealth accumulation",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png?_wi=2",
|
||||
imageAlt: "SIP Discipline Feature",
|
||||
buttonIcon: TrendingUp,
|
||||
buttonHref: "/how-it-works",
|
||||
},
|
||||
title: "SIP Discipline Applied to Direct Stocks", description: "Automated systematic investment planning with rules-based stock selection, eliminating emotional trading and ensuring consistent wealth accumulation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png", imageAlt: "SIP Discipline Feature", buttonIcon: TrendingUp,
|
||||
buttonHref: "/how-it-works"},
|
||||
{
|
||||
title: "Zero AUM Fees",
|
||||
description: "No percentage-based fees on your assets. Pay only for the intelligence and insights you need, keeping more wealth in your pocket",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-conceptual-illustration-emphasizing-ze-1773039695817-6a78db5b.png?_wi=2",
|
||||
imageAlt: "Zero Fees Feature",
|
||||
buttonIcon: DollarSign,
|
||||
buttonHref: "#pricing",
|
||||
},
|
||||
title: "Zero AUM Fees", description: "No percentage-based fees on your assets. Pay only for the intelligence and insights you need, keeping more wealth in your pocket", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-conceptual-illustration-emphasizing-ze-1773039695817-6a78db5b.png", imageAlt: "Zero Fees Feature", buttonIcon: DollarSign,
|
||||
buttonHref: "#pricing"},
|
||||
{
|
||||
title: "Full Custody & Control",
|
||||
description: "Your stocks remain in your own brokerage account. We're the intelligence layer—you maintain complete ownership and control of every investment",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-minimalist-illustration-showing-invest-1773039695900-cb0df49f.png?_wi=2",
|
||||
imageAlt: "Full Control Feature",
|
||||
buttonIcon: Lock,
|
||||
buttonHref: "/how-it-works",
|
||||
},
|
||||
title: "Full Custody & Control", description: "Your stocks remain in your own brokerage account. We're the intelligence layer—you maintain complete ownership and control of every investment", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-minimalist-illustration-showing-invest-1773039695900-cb0df49f.png", imageAlt: "Full Control Feature", buttonIcon: Lock,
|
||||
buttonHref: "/how-it-works"},
|
||||
{
|
||||
title: "Goal-Driven Strategies",
|
||||
description: "Personalized investment plans aligned with your financial goals—retirement, education, wealth creation—with transparent milestones and adjustments",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png?_wi=3",
|
||||
imageAlt: "Goal-Driven Strategies",
|
||||
buttonIcon: Target,
|
||||
buttonHref: "#cta",
|
||||
},
|
||||
title: "Goal-Driven Strategies", description: "Personalized investment plans aligned with your financial goals—retirement, education, wealth creation—with transparent milestones and adjustments", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/an-illustrative-visualization-showing-th-1773039696367-79c5ebbf.png", imageAlt: "Goal-Driven Strategies", buttonIcon: Target,
|
||||
buttonHref: "#cta"},
|
||||
{
|
||||
title: "AI-Powered Portfolio Management",
|
||||
description: "Advanced algorithms analyze market conditions and rebalance your portfolio using data-driven insights while respecting your risk profile",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-modern-fintech-portfolio-management-da-1773039696151-79fee511.png?_wi=2",
|
||||
imageAlt: "AI Portfolio Management",
|
||||
buttonIcon: Brain,
|
||||
buttonHref: "/how-it-works",
|
||||
},
|
||||
title: "AI-Powered Portfolio Management", description: "Advanced algorithms analyze market conditions and rebalance your portfolio using data-driven insights while respecting your risk profile", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-modern-fintech-portfolio-management-da-1773039696151-79fee511.png", imageAlt: "AI Portfolio Management", buttonIcon: Brain,
|
||||
buttonHref: "/how-it-works"},
|
||||
{
|
||||
title: "Complete Transparency",
|
||||
description: "See every transaction, fee, and decision. Real-time portfolio tracking with clear explanations of strategy adjustments and performance drivers",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png?_wi=2",
|
||||
imageAlt: "Transparency & Metrics",
|
||||
buttonIcon: Eye,
|
||||
buttonHref: "#cta",
|
||||
},
|
||||
title: "Complete Transparency", description: "See every transaction, fee, and decision. Real-time portfolio tracking with clear explanations of strategy adjustments and performance drivers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-professional-financial-metrics-infogra-1773039696276-09d715a2.png", imageAlt: "Transparency & Metrics", buttonIcon: Eye,
|
||||
buttonHref: "#cta"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -186,24 +137,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Active Investors",
|
||||
value: "50,000+",
|
||||
},
|
||||
label: "Active Investors", value: "50,000+"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "AUM Managed",
|
||||
value: "₹500Cr+",
|
||||
},
|
||||
label: "AUM Managed", value: "₹500Cr+"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Average Annual Returns",
|
||||
value: "22%",
|
||||
},
|
||||
label: "Average Annual Returns", value: "22%"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Zero Hidden Fees",
|
||||
value: "Always",
|
||||
},
|
||||
label: "Zero Hidden Fees", value: "Always"},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -219,69 +162,31 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Great for Getting Started",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹999",
|
||||
subtitle: "Per month",
|
||||
buttons: [
|
||||
id: "starter", badge: "Great for Getting Started", badgeIcon: Sparkles,
|
||||
price: "₹999", subtitle: "Per month", buttons: [
|
||||
{
|
||||
text: "Start Free Analysis",
|
||||
href: "#cta",
|
||||
},
|
||||
text: "Start Free Analysis", href: "#cta"},
|
||||
],
|
||||
features: [
|
||||
"AI-powered portfolio analysis",
|
||||
"Up to 5 stocks monitored",
|
||||
"Monthly rebalance recommendations",
|
||||
"Goal tracking dashboard",
|
||||
"Email support",
|
||||
"Performance reports",
|
||||
],
|
||||
"AI-powered portfolio analysis", "Up to 5 stocks monitored", "Monthly rebalance recommendations", "Goal tracking dashboard", "Email support", "Performance reports"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: TrendingUp,
|
||||
price: "₹2,499",
|
||||
subtitle: "Per month",
|
||||
buttons: [
|
||||
id: "growth", badge: "Most Popular", badgeIcon: TrendingUp,
|
||||
price: "₹2,499", subtitle: "Per month", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#cta",
|
||||
},
|
||||
text: "Get Started", href: "#cta"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Starter, plus:",
|
||||
"Unlimited stocks monitored",
|
||||
"Bi-weekly portfolio optimization",
|
||||
"Tax-loss harvesting alerts",
|
||||
"Risk profiling & stress testing",
|
||||
"Priority support (chat & email)",
|
||||
"Quarterly strategy reviews",
|
||||
],
|
||||
"Everything in Starter, plus:", "Unlimited stocks monitored", "Bi-weekly portfolio optimization", "Tax-loss harvesting alerts", "Risk profiling & stress testing", "Priority support (chat & email)", "Quarterly strategy reviews"],
|
||||
},
|
||||
{
|
||||
id: "wealth",
|
||||
badge: "For Serious Investors",
|
||||
badgeIcon: Crown,
|
||||
price: "₹4,999",
|
||||
subtitle: "Per month",
|
||||
buttons: [
|
||||
id: "wealth", badge: "For Serious Investors", badgeIcon: Crown,
|
||||
price: "₹4,999", subtitle: "Per month", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#cta",
|
||||
},
|
||||
text: "Start Free Trial", href: "#cta"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Growth, plus:",
|
||||
"Real-time portfolio adjustments",
|
||||
"Custom strategy design",
|
||||
"Multi-goal portfolio management",
|
||||
"Direct advisor consultations",
|
||||
"Advanced tax optimization",
|
||||
"24/7 phone & priority support",
|
||||
],
|
||||
"Everything in Growth, plus:", "Real-time portfolio adjustments", "Custom strategy design", "Multi-goal portfolio management", "Direct advisor consultations", "Advanced tax optimization", "24/7 phone & priority support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -299,53 +204,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "IT Professional",
|
||||
testimonial: "Finally, a platform that respects my intelligence and lets me stay invested through my own broker. The SIP discipline has transformed my investing approach—I've stopped emotional trading and the returns show it. Zero fees means more compounding for me.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-a-confident-ind-1773039695377-a0f89a9c.png?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", role: "IT Professional", testimonial: "Finally, a platform that respects my intelligence and lets me stay invested through my own broker. The SIP discipline has transformed my investing approach—I've stopped emotional trading and the returns show it. Zero fees means more compounding for me.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-a-confident-ind-1773039695377-a0f89a9c.png", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Marketing Executive",
|
||||
testimonial: "The transparency is refreshing. I can see exactly what CraftersWealth recommends and why, and I have complete control over my decisions. The goal-based planning helps me think long-term instead of chasing quick gains.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-a-confident-ind-1773039695997-894f4ea0.png?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Marketing Executive", testimonial: "The transparency is refreshing. I can see exactly what CraftersWealth recommends and why, and I have complete control over my decisions. The goal-based planning helps me think long-term instead of chasing quick gains.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-a-confident-ind-1773039695997-894f4ea0.png", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Patel",
|
||||
role: "Business Owner",
|
||||
testimonial: "As someone running a business, I don't have time to pick stocks. CraftersWealth's AI does the heavy lifting while I keep control. The SIP approach has given me consistent returns and peace of mind.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-an-indian-male--1773039695685-39778940.png?_wi=1",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
id: "3", name: "Vikram Patel", role: "Business Owner", testimonial: "As someone running a business, I don't have time to pick stocks. CraftersWealth's AI does the heavy lifting while I keep control. The SIP approach has given me consistent returns and peace of mind.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-an-indian-male--1773039695685-39778940.png", imageAlt: "Vikram Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Desai",
|
||||
role: "Healthcare Professional",
|
||||
testimonial: "I was tired of paying AUM fees and feeling like my money wasn't truly mine. CraftersWealth changed that. The subscription model is so much fairer, and the returns have been excellent over the past year.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-an-indian-femal-1773039694814-08c7518f.png",
|
||||
imageAlt: "Anjali Desai",
|
||||
},
|
||||
id: "4", name: "Anjali Desai", role: "Healthcare Professional", testimonial: "I was tired of paying AUM fees and feeling like my money wasn't truly mine. CraftersWealth changed that. The subscription model is so much fairer, and the returns have been excellent over the past year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-an-indian-femal-1773039694814-08c7518f.png", imageAlt: "Anjali Desai"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rohan Singh",
|
||||
role: "Finance Manager",
|
||||
testimonial: "The level of control combined with AI-powered recommendations is exactly what I was looking for. My portfolio is growing systematically, and I understand every move. Best investment I've made.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-an-indian-male--1773039694801-e8feae1a.png",
|
||||
imageAlt: "Rohan Singh",
|
||||
},
|
||||
id: "5", name: "Rohan Singh", role: "Finance Manager", testimonial: "The level of control combined with AI-powered recommendations is exactly what I was looking for. My portfolio is growing systematically, and I understand every move. Best investment I've made.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-an-indian-male--1773039694801-e8feae1a.png", imageAlt: "Rohan Singh"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Neha Gupta",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "CraftersWealth has taught me that systematic investing beats emotional trading every time. The dashboard keeps me informed without overwhelming me. Highly recommended for anyone serious about wealth building.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-an-indian-femal-1773039695582-8a7bc72c.png",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
id: "6", name: "Neha Gupta", role: "Entrepreneur", testimonial: "CraftersWealth has taught me that systematic investing beats emotional trading every time. The dashboard keeps me informed without overwhelming me. Highly recommended for anyone serious about wealth building.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/professional-headshot-of-an-indian-femal-1773039695582-8a7bc72c.png", imageAlt: "Neha Gupta"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -362,16 +231,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gradient-alpha-logos-pack_23-2148972570.jpg",
|
||||
"http://img.b2bpic.net/free-photo/latest-news-subscribe-update_53876-120397.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-bitcoin-logos-pack_23-2148968710.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-bitcoin-logos-pack_23-2148971556.jpg",
|
||||
"http://img.b2bpic.net/free-photo/financial-status-budget-credit-debt-planning-concept_53876-13894.jpg",
|
||||
"http://img.b2bpic.net/free-vector/blue-orange-logo_1071-197.jpg",
|
||||
"http://img.b2bpic.net/free-vector/raksha-bandhan-badges-concept_23-2148573732.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-arrow-bullet-point-collection_23-2148084107.jpg",
|
||||
]}
|
||||
names={["Zerodha", "AngelOne", "Shoonya", "DhanStock", "Fyers", "Upstox", "Motilal Oswal", "ICICI Direct"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -381,51 +241,28 @@ export default function HomePage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What exactly does CraftersWealth do?",
|
||||
content: "CraftersWealth is the intelligence layer for your stock portfolio. We use AI and data-driven strategies to build personalized, goal-based portfolios of direct stocks. You maintain custody through your own broker account—we provide the discipline and insights to help you invest systematically without emotional trading.",
|
||||
},
|
||||
id: "1", title: "What exactly does CraftersWealth do?", content: "CraftersWealth is the intelligence layer for your stock portfolio. We use AI and data-driven strategies to build personalized, goal-based portfolios of direct stocks. You maintain custody through your own broker account—we provide the discipline and insights to help you invest systematically without emotional trading."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How is CraftersWealth different from traditional portfolio managers?",
|
||||
content: "Traditional managers take custody of your money and charge AUM fees (0.5-2% annually). CraftersWealth keeps you in control of your brokerage account and charges a transparent, flat subscription fee. No percentage-based fees, no hidden charges, no lock-in periods. You own your stocks directly.",
|
||||
},
|
||||
id: "2", title: "How is CraftersWealth different from traditional portfolio managers?", content: "Traditional managers take custody of your money and charge AUM fees (0.5-2% annually). CraftersWealth keeps you in control of your brokerage account and charges a transparent, flat subscription fee. No percentage-based fees, no hidden charges, no lock-in periods. You own your stocks directly."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What happens if I don't have a brokerage account?",
|
||||
content: "You'll need to open a brokerage account with one of India's major brokers (Zerodha, AngelOne, Shoonya, etc.). We provide a simple onboarding process that guides you through account setup, and then we connect to your account via secure APIs.",
|
||||
},
|
||||
id: "3", title: "What happens if I don't have a brokerage account?", content: "You'll need to open a brokerage account with one of India's major brokers (Zerodha, AngelOne, Shoonya, etc.). We provide a simple onboarding process that guides you through account setup, and then we connect to your account via secure APIs."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How does the AI-powered portfolio work?",
|
||||
content: "Our algorithms analyze market conditions, sector performance, and company fundamentals alongside your personal risk profile and financial goals. We continuously monitor your portfolio and recommend rebalancing when needed. You maintain complete control—you see every recommendation and decide whether to implement it.",
|
||||
},
|
||||
id: "4", title: "How does the AI-powered portfolio work?", content: "Our algorithms analyze market conditions, sector performance, and company fundamentals alongside your personal risk profile and financial goals. We continuously monitor your portfolio and recommend rebalancing when needed. You maintain complete control—you see every recommendation and decide whether to implement it."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What about taxes? Can you help with tax optimization?",
|
||||
content: "Yes! Our Growth and Wealth plans include tax-loss harvesting alerts and tax optimization recommendations. We track your portfolio for opportunities to offset capital gains with losses, helping you minimize your tax liability while staying invested.",
|
||||
},
|
||||
id: "5", title: "What about taxes? Can you help with tax optimization?", content: "Yes! Our Growth and Wealth plans include tax-loss harvesting alerts and tax optimization recommendations. We track your portfolio for opportunities to offset capital gains with losses, helping you minimize your tax liability while staying invested."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What's the minimum investment to get started?",
|
||||
content: "You can start with as little as ₹5,000 in your brokerage account. Most of our users have between ₹6-50 lakhs invested, but we support investors at all levels. There's no minimum requirement—just sign up for a subscription plan that fits your needs.",
|
||||
},
|
||||
id: "6", title: "What's the minimum investment to get started?", content: "You can start with as little as ₹5,000 in your brokerage account. Most of our users have between ₹6-50 lakhs invested, but we support investors at all levels. There's no minimum requirement—just sign up for a subscription plan that fits your needs."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I withdraw my money anytime?",
|
||||
content: "Absolutely. Your stocks are in your own brokerage account, so you have complete liquidity. You can sell any stock or exit any position at any time. If you want to stop using CraftersWealth, you keep your portfolio and simply cancel your subscription.",
|
||||
},
|
||||
id: "7", title: "Can I withdraw my money anytime?", content: "Absolutely. Your stocks are in your own brokerage account, so you have complete liquidity. You can sell any stock or exit any position at any time. If you want to stop using CraftersWealth, you keep your portfolio and simply cancel your subscription."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How do you ensure my data is secure?",
|
||||
content: "We use military-grade encryption for all data transmission and storage. We never store your brokerage credentials—only secure API tokens that allow us to view your portfolio and make recommendations. You're always in control of what we can access.",
|
||||
},
|
||||
id: "8", title: "How do you ensure my data is secure?", content: "We use military-grade encryption for all data transmission and storage. We never store your brokerage credentials—only secure API tokens that allow us to view your portfolio and make recommendations. You're always in control of what we can access."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about CraftersWealth, systematic investing, and our transparent model"
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
textPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -435,13 +272,9 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Portfolio Analysis",
|
||||
href: "https://app.crafterswealth.com/signup",
|
||||
},
|
||||
text: "Start Free Portfolio Analysis", href: "https://app.crafterswealth.com/signup"},
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "/contact"},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -450,7 +283,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-subtle-professional-fintech-background-1773039695957-ae5cb03e.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-subtle-professional-fintech-background-1773039695957-ae5cb03e.png"
|
||||
imageAlt="CraftersWealth Financial Dashboard"
|
||||
logoText="CraftersWealth"
|
||||
copyrightText="© 2025 CraftersWealth. All rights reserved."
|
||||
|
||||
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { DollarSign, TrendingUp, Crown } from "lucide-react";
|
||||
import { DollarSign, TrendingUp, Crown, Sparkles } from "lucide-react";
|
||||
|
||||
export default function PricingPage() {
|
||||
const navItems = [
|
||||
@@ -29,7 +29,7 @@ export default function PricingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -41,9 +41,7 @@ export default function PricingPage() {
|
||||
brandName="CraftersWealth"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Analysis",
|
||||
href: "#cta",
|
||||
}}
|
||||
text: "Start Free Analysis", href: "#cta"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -58,69 +56,31 @@ export default function PricingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Great for Getting Started",
|
||||
badgeIcon: "Sparkles",
|
||||
price: "₹999",
|
||||
subtitle: "Per month",
|
||||
buttons: [
|
||||
id: "starter", badge: "Great for Getting Started", badgeIcon: Sparkles,
|
||||
price: "₹999", subtitle: "Per month", buttons: [
|
||||
{
|
||||
text: "Start Free Analysis",
|
||||
href: "#cta",
|
||||
},
|
||||
text: "Start Free Analysis", href: "#cta"},
|
||||
],
|
||||
features: [
|
||||
"AI-powered portfolio analysis",
|
||||
"Up to 5 stocks monitored",
|
||||
"Monthly rebalance recommendations",
|
||||
"Goal tracking dashboard",
|
||||
"Email support",
|
||||
"Performance reports",
|
||||
],
|
||||
"AI-powered portfolio analysis", "Up to 5 stocks monitored", "Monthly rebalance recommendations", "Goal tracking dashboard", "Email support", "Performance reports"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: TrendingUp,
|
||||
price: "₹2,499",
|
||||
subtitle: "Per month",
|
||||
buttons: [
|
||||
id: "growth", badge: "Most Popular", badgeIcon: TrendingUp,
|
||||
price: "₹2,499", subtitle: "Per month", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#cta",
|
||||
},
|
||||
text: "Get Started", href: "#cta"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Starter, plus:",
|
||||
"Unlimited stocks monitored",
|
||||
"Bi-weekly portfolio optimization",
|
||||
"Tax-loss harvesting alerts",
|
||||
"Risk profiling & stress testing",
|
||||
"Priority support (chat & email)",
|
||||
"Quarterly strategy reviews",
|
||||
],
|
||||
"Everything in Starter, plus:", "Unlimited stocks monitored", "Bi-weekly portfolio optimization", "Tax-loss harvesting alerts", "Risk profiling & stress testing", "Priority support (chat & email)", "Quarterly strategy reviews"],
|
||||
},
|
||||
{
|
||||
id: "wealth",
|
||||
badge: "For Serious Investors",
|
||||
badgeIcon: Crown,
|
||||
price: "₹4,999",
|
||||
subtitle: "Per month",
|
||||
buttons: [
|
||||
id: "wealth", badge: "For Serious Investors", badgeIcon: Crown,
|
||||
price: "₹4,999", subtitle: "Per month", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#cta",
|
||||
},
|
||||
text: "Start Free Trial", href: "#cta"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Growth, plus:",
|
||||
"Real-time portfolio adjustments",
|
||||
"Custom strategy design",
|
||||
"Multi-goal portfolio management",
|
||||
"Direct advisor consultations",
|
||||
"Advanced tax optimization",
|
||||
"24/7 phone & priority support",
|
||||
],
|
||||
"Everything in Growth, plus:", "Real-time portfolio adjustments", "Custom strategy design", "Multi-goal portfolio management", "Direct advisor consultations", "Advanced tax optimization", "24/7 phone & priority support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -132,72 +92,45 @@ export default function PricingPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-subtle-professional-fintech-background-1773039695957-ae5cb03e.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhKK3XNmIpFJEKfsJp2cCUBM73/a-subtle-professional-fintech-background-1773039695957-ae5cb03e.png"
|
||||
imageAlt="CraftersWealth Financial Dashboard"
|
||||
logoText="CraftersWealth"
|
||||
copyrightText="© 2025 CraftersWealth. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
label: "How It Works", href: "/how-it-works"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Disclaimer", href: "#"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Compliance", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user