Merge version_1 into main #2
184
src/app/page.tsx
184
src/app/page.tsx
@@ -30,83 +30,52 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Dashboard", id: "#metrics"},
|
||||
{
|
||||
name: "Capabilities",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Capabilities", id: "#features"},
|
||||
{
|
||||
name: "Security",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Security", id: "#testimonials"},
|
||||
]}
|
||||
brandName="FinERP"
|
||||
button={{
|
||||
text: "Login",
|
||||
href: "/login",
|
||||
}}
|
||||
text: "Login", href: "/login"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Institutional-Grade Personal Finance"
|
||||
description="Enterprise-level accounting and analytics tools now available for personal finance. Take total control over your assets with FinERP."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/concerned-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-83158.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/concerned-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-83158.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ power users"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/signup",
|
||||
},
|
||||
text: "Start Free Trial", href: "/signup"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "SOC2 Compliant",
|
||||
},
|
||||
type: "text", text: "SOC2 Compliant"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AES-256 Encryption",
|
||||
},
|
||||
type: "text", text: "AES-256 Encryption"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Sync",
|
||||
},
|
||||
type: "text", text: "Real-time Sync"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Tax Prep",
|
||||
},
|
||||
type: "text", text: "Automated Tax Prep"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Multi-Currency",
|
||||
},
|
||||
type: "text", text: "Global Multi-Currency"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,32 +88,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$4.2M",
|
||||
title: "Net Worth",
|
||||
description: "Current asset valuation",
|
||||
icon: TrendingUp,
|
||||
id: "m1", value: "$4.2M", title: "Net Worth", description: "Current asset valuation", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "14.2%",
|
||||
title: "YoY Growth",
|
||||
description: "Consolidated portfolio performance",
|
||||
icon: Percent,
|
||||
id: "m2", value: "14.2%", title: "YoY Growth", description: "Consolidated portfolio performance", icon: Percent,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1,200",
|
||||
title: "Monthly Transactions",
|
||||
description: "Categorized automated flows",
|
||||
icon: ArrowRight,
|
||||
id: "m3", value: "1,200", title: "Monthly Transactions", description: "Categorized automated flows", icon: ArrowRight,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "99.9%",
|
||||
title: "Predictive Accuracy",
|
||||
description: "Forecasting model output",
|
||||
icon: ShieldCheck,
|
||||
id: "m4", value: "99.9%", title: "Predictive Accuracy", description: "Forecasting model output", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Your Financial Overview"
|
||||
@@ -159,55 +112,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Automated Reconcilliation",
|
||||
description: "Bank-level automation for all your transactional data sources.",
|
||||
icon: Zap,
|
||||
title: "Automated Reconcilliation", description: "Bank-level automation for all your transactional data sources.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=1",
|
||||
imageAlt: "Automation Flow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "Automation Flow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=2",
|
||||
imageAlt: "Reconciliation View",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "Reconciliation View"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=3",
|
||||
imageAlt: "modern finance dashboard ui dark mode",
|
||||
},
|
||||
{
|
||||
title: "Predictive Analytics",
|
||||
description: "Advanced AI forecasting based on historical spending habits.",
|
||||
icon: LayoutDashboard,
|
||||
title: "Predictive Analytics", description: "Advanced AI forecasting based on historical spending habits.", icon: LayoutDashboard,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=4",
|
||||
imageAlt: "Forecasting UI",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "Forecasting UI"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=5",
|
||||
imageAlt: "Trend Graph",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "Trend Graph"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
imageAlt: "professional headshot business person",
|
||||
},
|
||||
{
|
||||
title: "Tax Optimization",
|
||||
description: "Dynamic tax planning and reporting in real-time.",
|
||||
icon: DollarSign,
|
||||
title: "Tax Optimization", description: "Dynamic tax planning and reporting in real-time.", icon: DollarSign,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=6",
|
||||
imageAlt: "Tax Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "Tax Dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=7",
|
||||
imageAlt: "Reporting Module",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "Reporting Module"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg",
|
||||
imageAlt: "professional portrait startup founder",
|
||||
},
|
||||
]}
|
||||
title="Advanced Financial Engine"
|
||||
@@ -223,25 +152,15 @@ export default function LandingPage() {
|
||||
author="Marcus V., Chief Investment Officer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/concerned-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-83158.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/concerned-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-83158.jpg", alt: "User 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -252,51 +171,36 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to upgrade your financial toolkit? Get started today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg"
|
||||
logoText="FinERP"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user