Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2229319887 | |||
| 2f8674ce83 | |||
| 671c9302eb | |||
| 59bf5ef45d | |||
| 84cffd5f0f | |||
| ef3ef2fe68 | |||
| 41352b2926 |
@@ -6,7 +6,7 @@ import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -122,15 +122,15 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "Phase 1", price: "₹0", name: "Growth Mode", features: ["Full Tracking", "Dashboard", "Basic Categorization"],
|
||||
buttons: [{ text: "Start Free" }],
|
||||
buttons: [{ text: "Start AI Trial" }],
|
||||
},
|
||||
{
|
||||
id: "p2", badge: "Phase 2", price: "₹299/mo", name: "AI Pro", features: ["Forecasting", "Financial Planning", "Advanced Insights"],
|
||||
buttons: [{ text: "Upgrade" }],
|
||||
buttons: [{ text: "Get AI Pro" }],
|
||||
},
|
||||
{
|
||||
id: "p3", badge: "Phase 3", price: "Commission", name: "Partnership", features: ["Credit Card Matching", "Loan Offers", "Investment Advice"],
|
||||
buttons: [{ text: "Contact Us" }],
|
||||
buttons: [{ text: "Request Access" }],
|
||||
},
|
||||
]}
|
||||
title="Monetization Roadmap"
|
||||
@@ -199,13 +199,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074559.jpg"
|
||||
logoText="ClearPath"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Vision", href: "#vision" }, { label: "Timeline", href: "#timeline" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="Confidential · Patronux Studio"
|
||||
bottomRightText="© 2024 ClearPath"
|
||||
copyrightText="© 2024 ClearPath. All rights reserved by Patronux Studio."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user