diff --git a/src/app/app/alerts/page.tsx b/src/app/app/alerts/page.tsx index 713f044..6a4c260 100644 --- a/src/app/app/alerts/page.tsx +++ b/src/app/app/alerts/page.tsx @@ -1,245 +1,11 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import Link from "next/link"; -import { - AlertCircle, - Target, - TrendingUp, - CreditCard, - Eye, - Brain, - Lock, - Smartphone, - Share2, - Download, - HelpCircle, - Bell, - Zap, - BarChart3, - Wallet, -} from "lucide-react"; - -export default function AlertsPage() { - const navItems = [ - { name: "Dashboard", id: "dashboard" }, - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "Contact", id: "contact" }, - { name: "Login", id: "login" }, - ]; - - const footerColumns = [ - { - title: "Product", items: [ - { label: "Features", href: "/features" }, - { label: "Pricing", href: "/pricing" }, - { label: "Security", href: "#" }, - { label: "Status", href: "#" }, - ], - }, - { - title: "Company", items: [ - { label: "About", href: "/about" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Resources", items: [ - { label: "Help Center", href: "#" }, - { label: "Documentation", href: "#" }, - { label: "API Reference", href: "#" }, - { label: "Community", href: "#" }, - ], - }, - { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - { label: "Compliance", href: "#" }, - ], - }, - ]; +import React from "react"; +const AlertsPage = () => { return ( - - - -
- -
- -
- -
- -
- -
- - -
+
+

Alerts

+
); -} \ No newline at end of file +}; + +export default AlertsPage; diff --git a/src/app/app/calendar/page.tsx b/src/app/app/calendar/page.tsx index bc378d5..ac10f6e 100644 --- a/src/app/app/calendar/page.tsx +++ b/src/app/app/calendar/page.tsx @@ -1,247 +1,11 @@ -"use client"; +import React from "react"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import Link from "next/link"; -import { - Calendar, - Clock, - AlertCircle, - CheckCircle, - Bell, - Eye, - Zap, - Share2, - Rocket, - HelpCircle, - DollarSign, - Mail, -} from "lucide-react"; - -export default function CalendarPage() { +const CalendarPage = () => { return ( - - {/* Navbar */} - - - {/* Calendar Features Bento */} -
- -
- - {/* Calendar FAQ */} -
- -
- - {/* Contact CTA */} -
- -
- - {/* Footer */} - -
+
+

Calendar

+
); -} \ No newline at end of file +}; + +export default CalendarPage; diff --git a/src/app/app/subscriptions/page.tsx b/src/app/app/subscriptions/page.tsx index e938ec7..d235d54 100644 --- a/src/app/app/subscriptions/page.tsx +++ b/src/app/app/subscriptions/page.tsx @@ -1,248 +1,11 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import Link from "next/link"; -import { - Bell, - Target, - AlertCircle, - TrendingUp, - Wallet, - DollarSign, - CreditCard, - PiggyBank, - Home, - Plane, - Zap, - Eye, - Brain, - Lock, - Smartphone, - Share2, - Download, - HelpCircle, -} from "lucide-react"; - -export default function RecurringExpensesPage() { - const navItems = [ - { name: "Dashboard", id: "dashboard" }, - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "Contact", id: "contact" }, - { name: "Login", id: "login" }, - ]; - - const footerColumns = [ - { - title: "Product", items: [ - { label: "Features", href: "/features" }, - { label: "Pricing", href: "/pricing" }, - { label: "Security", href: "#" }, - { label: "Status", href: "#" }, - ], - }, - { - title: "Company", items: [ - { label: "About", href: "/about" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Resources", items: [ - { label: "Help Center", href: "#" }, - { label: "Documentation", href: "#" }, - { label: "API Reference", href: "#" }, - { label: "Community", href: "#" }, - ], - }, - { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - { label: "Compliance", href: "#" }, - ], - }, - ]; +import React from "react"; +const SubscriptionsPage = () => { return ( - - - -
- -
- -
- -
- -
- -
- - -
+
+

Subscriptions

+
); -} \ No newline at end of file +}; + +export default SubscriptionsPage; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 50dd38f..b9481d9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,8 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; import "./globals.css"; -const inter = Inter({ subsets: ["latin"] }); - export const metadata: Metadata = { - title: "FinControl - Take Control of Your Finances", description: "Smart financial management platform for tracking expenses, budgeting, and achieving your financial goals." + title: "FinControl - Your Money. Fully Controlled.", description: "Take charge of your finances with intelligent tracking, budgeting, and insights. See exactly where your money goes and make smarter financial decisions." }; export default function RootLayout({ @@ -15,7 +12,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +