Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a1c7a6658 | |||
| 1156858fe5 | |||
| 2ae6a7f767 | |||
| dd7d91496b | |||
| c38d8f1da1 | |||
| c04d6a49ac | |||
| 0aeb9bafc5 | |||
| 6c9d0492eb | |||
| fd9ad7cf34 | |||
| 257c477c3f | |||
| 57ef7569b2 | |||
| 5a2ff67adb | |||
| bb39b52332 | |||
| 10011aee43 | |||
| b07a64ecdb | |||
| d0a87b7517 | |||
| f2846797f6 | |||
| c4f3696b0f | |||
| 06d6509c7c | |||
| 7eaf4c80d5 | |||
| 4cfae0f99d | |||
| 2a93808397 | |||
| a4fffdb5ee | |||
| a869a1efd4 |
@@ -101,4 +101,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,42 +1,27 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CapitalFlow - AI-Powered Tech Investment Platform", description: "Discover high-growth tech opportunities with AI-driven insights. Real-time analytics, institutional-grade tools, and expert guidance for modern investors.", keywords: "tech investment, venture capital, AI analytics, portfolio management, fintech, investment platform, startup investing", openGraph: {
|
||||
title: "CapitalFlow - AI-Powered Tech Investment Platform", description: "Intelligent capital allocation for the modern investor. AI-driven insights and real-time analytics.", siteName: "CapitalFlow", type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "CapitalFlow - AI-Powered Tech Investment Platform", description: "Transform your investment strategy with institutional-grade AI tools"
|
||||
}
|
||||
title: "CapitalFlow", description: "Intelligent Capital Allocation"
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.variable}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1404,7 +1389,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSignup
|
||||
title="Intelligent Capital Allocation for the Modern Investor"
|
||||
title="Intelligent Capital Allocation"
|
||||
description="Harness AI-driven insights and real-time analytics to discover high-growth tech opportunities. Our platform empowers investors with institutional-grade tools and market intelligence."
|
||||
tag="AI-Powered TECH"
|
||||
tagIcon={Zap}
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
"Sub-second data updates", "Multi-asset class tracking", "Portfolio performance monitoring", "Custom alert systems"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Explore Platform", href: "pricing" }
|
||||
{ text: "Explore Platform", href: "#pricing" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -98,15 +98,15 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "3", value: "45%", title: "Average ROI", description: "5-year performance on portfolio exits", icon: BarChart3
|
||||
},
|
||||
{
|
||||
id: "1", value: "3.2B", title: "Assets Under Management", description: "Trusted by institutional investors globally", icon: TrendingUp
|
||||
},
|
||||
{
|
||||
id: "2", value: "847", title: "Companies Funded", description: "Portfolio companies across tech sectors", icon: Rocket
|
||||
},
|
||||
{
|
||||
id: "3", value: "45%", title: "Average ROI", description: "5-year performance on portfolio exits", icon: BarChart3
|
||||
},
|
||||
{
|
||||
id: "4", value: "98.7%", title: "Client Satisfaction", description: "Highest rated investment platform", icon: Star
|
||||
}
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "starter", badge: "Starter Fund", badgeIcon: Zap,
|
||||
price: "$10K/month", subtitle: "Perfect for emerging investors", buttons: [
|
||||
{ text: "Start Now", href: "contact" },
|
||||
{ text: "Start Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "professional", badge: "Professional Growth", badgeIcon: Sparkles,
|
||||
price: "$50K/month", subtitle: "Ideal for institutional investors", buttons: [
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Schedule Demo", href: "#" }
|
||||
],
|
||||
features: [
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise Access", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "For mega-funds and enterprises", buttons: [
|
||||
{ text: "Contact Sales", href: "contact" },
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
{ text: "Enterprise Brief", href: "#" }
|
||||
],
|
||||
features: [
|
||||
@@ -266,4 +266,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -258,4 +258,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -135,4 +135,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #00feff;;;;;;;;;;
|
||||
--card: #ffff00;;;;;;;;;;
|
||||
--foreground: #00f763;;;;;;;;;;
|
||||
--primary-cta: #fa00ff;;;;;;;;;;
|
||||
--secondary-cta: #ff0000;;;;;;;;;;
|
||||
--accent: #0008ff;;;;;;;;;;
|
||||
--background-accent: #00ffaa;;;;;;;;;; */
|
||||
/* --background: #050012;;;;;;;;;;;
|
||||
--card: #040121;;;;;;;;;;;
|
||||
--foreground: #f0e6ff;;;;;;;;;;;
|
||||
--primary-cta: #c89bff;;;;;;;;;;;
|
||||
--secondary-cta: #1d123b;;;;;;;;;;;
|
||||
--accent: #684f7b;;;;;;;;;;;
|
||||
--background-accent: #65417c;;;;;;;;;;; */
|
||||
|
||||
--background: #00feff;;;;;;;;;;
|
||||
--card: #ffff00;;;;;;;;;;
|
||||
--foreground: #00f763;;;;;;;;;;
|
||||
--primary-cta: #fa00ff;;;;;;;;;;
|
||||
--secondary-cta: #ff0000;;;;;;;;;;
|
||||
--accent: #0008ff;;;;;;;;;;
|
||||
--background-accent: #00ffaa;;;;;;;;;;
|
||||
--background: #050012;;;;;;;;;;;
|
||||
--card: #040121;;;;;;;;;;;
|
||||
--foreground: #f0e6ff;;;;;;;;;;;
|
||||
--primary-cta: #c89bff;;;;;;;;;;;
|
||||
--secondary-cta: #1d123b;;;;;;;;;;;
|
||||
--accent: #684f7b;;;;;;;;;;;
|
||||
--background-accent: #65417c;;;;;;;;;;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user