diff --git a/src/app/page.tsx b/src/app/page.tsx index 45f6173..085ea6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,10 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import FeatureBento, { type FeatureCard } from "@/components/sections/feature/FeatureBento"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Bot, Brain, Sparkles, User, FileText, Send, CheckCircle, Zap, MessageSquare, CreditCard, HelpCircle, Mail, Activity, Shield, Clock, BarChart3, Layers, FileDown, Receipt, Target, DollarSign, Users, Settings, PieChart } from "lucide-react"; +import { Bot, Brain, User, CheckCircle, Send, DollarSign, Target, Clock, FileDown, PieChart, Receipt, Users, Shield, ArrowRight } from "lucide-react"; export default function FinanceAppPage() { const navItems = [ @@ -41,7 +38,7 @@ export default function FinanceAppPage() { { bentoComponent: "3d-card-grid", items: [ { name: "Budget", icon: Target }, - { name: "Savings", icon: PiggyBankIconMock }, + { name: "Savings", icon: ArrowRight }, { name: "Bills", icon: Clock }, { name: "Reports", icon: FileDown }, ], @@ -49,8 +46,6 @@ export default function FinanceAppPage() { title: "Smart Management", description: "Integrated planning tools to help you take full control of your financial health."}, ]; - function PiggyBankIconMock(props: any) { return ; } - const pricingPlans = [ { id: "basic", price: "Free", name: "Personal", buttons: [{ text: "Get Started", href: "#" }], @@ -79,10 +74,12 @@ export default function FinanceAppPage() { secondaryButtonStyle="layered" headingFontWeight="semibold" > - + -
+
- - -
+
+ +
+
- + ); } \ No newline at end of file