45 Commits

Author SHA1 Message Date
9a1ee6188b Update src/app/page.tsx 2026-02-20 07:48:57 +00:00
ad8efa99ca Merge version_3 into main
Merge version_3 into main
2026-02-20 07:46:29 +00:00
5bc910ee11 Update src/app/page.tsx 2026-02-20 07:46:24 +00:00
ceea46c2d5 Merge version_3 into main
Merge version_3 into main
2026-02-20 07:42:42 +00:00
8adb16d63f Update src/app/shop/page.tsx 2026-02-20 07:42:38 +00:00
d19ba23f01 Update src/app/shop/[id]/page.tsx 2026-02-20 07:42:37 +00:00
64b0363a57 Update src/app/layout.tsx 2026-02-20 07:42:36 +00:00
8ce318426e Update src/app/blog/page.tsx 2026-02-20 07:42:35 +00:00
04ed101fc8 Merge version_1 into main
Merge version_1 into main
2026-02-20 07:39:53 +00:00
84cc2df732 Merge version_1 into main
Merge version_1 into main
2026-02-20 07:39:36 +00:00
4f34370f7d Merge version_1 into main
Merge version_1 into main
2026-02-20 07:39:12 +00:00
728657e8aa Merge version_1 into main
Merge version_1 into main
2026-02-20 07:38:50 +00:00
a4370d23ab Merge version_1 into main
Merge version_1 into main
2026-02-20 07:38:32 +00:00
56fb0c67b0 Merge version_1 into main
Merge version_1 into main
2026-02-20 07:37:43 +00:00
d18e9610a2 Merge version_1 into main
Merge version_1 into main
2026-02-20 07:37:25 +00:00
8494b47163 Merge version_1 into main
Merge version_1 into main
2026-02-20 07:37:07 +00:00
a088061b89 Merge version_1 into main
Merge version_1 into main
2026-02-20 07:36:31 +00:00
298e08ca43 Update src/app/shop/page.tsx 2026-02-19 18:43:09 +00:00
766dc8d948 Update src/app/shop/[id]/page.tsx 2026-02-19 18:43:09 +00:00
661dcc32c1 Update src/app/page.tsx 2026-02-19 18:43:08 +00:00
3bad23d832 Merge version_2 into main
Merge version_2 into main
2026-02-19 18:42:24 +00:00
a16d5ed4ac Update src/app/page.tsx 2026-02-19 18:42:20 +00:00
297c014763 Merge version_2 into main
Merge version_2 into main
2026-02-19 18:39:26 +00:00
c96975911f Update src/app/page.tsx 2026-02-19 18:39:22 +00:00
6bddfaca9c Merge version_2 into main
Merge version_2 into main
2026-02-19 18:36:29 +00:00
d3e7cca9b7 Update src/app/shop/page.tsx 2026-02-19 18:36:25 +00:00
0ff54b19e1 Update src/app/shop/[id]/page.tsx 2026-02-19 18:36:24 +00:00
2681b0abe3 Merge version_2 into main
Merge version_2 into main
2026-02-19 18:33:37 +00:00
669c452887 Update src/app/shop/page.tsx 2026-02-19 18:33:33 +00:00
5ca86adf83 Update src/app/page.tsx 2026-02-19 18:33:32 +00:00
4108c4daa8 Merge version_2 into main
Merge version_2 into main
2026-02-19 18:30:40 +00:00
1ac14b6814 Update src/app/page.tsx 2026-02-19 18:30:35 +00:00
6f205dfd5b Merge version_2 into main
Merge version_2 into main
2026-02-19 18:27:44 +00:00
1f5eb7560a Update src/app/shop/page.tsx 2026-02-19 18:27:40 +00:00
2bd0b7b74c Update src/app/shop/[id]/page.tsx 2026-02-19 18:27:39 +00:00
a6e540a069 Update src/app/page.tsx 2026-02-19 18:27:38 +00:00
50f0f3daa1 Merge version_2 into main
Merge version_2 into main
2026-02-19 18:19:24 +00:00
56bf3ce2a3 Update src/app/page.tsx 2026-02-19 18:19:19 +00:00
5f97e0ab82 Merge version_2 into main
Merge version_2 into main
2026-02-19 18:16:22 +00:00
31281c52f2 Update src/app/page.tsx 2026-02-19 18:16:18 +00:00
8dae594d76 Merge version_2 into main
Merge version_2 into main
2026-02-19 18:13:23 +00:00
ca60f1ca2c Update src/app/page.tsx 2026-02-19 18:13:19 +00:00
e954485376 Merge version_2 into main
Merge version_2 into main
2026-02-19 18:10:28 +00:00
87396f0d0e Update src/app/page.tsx 2026-02-19 18:10:23 +00:00
2f32bcda28 Merge version_1 into main
Merge version_1 into main
2026-02-19 17:57:19 +00:00
5 changed files with 14 additions and 57 deletions

View File

@@ -28,7 +28,6 @@ export default function BlogPage() {
<NavbarStyleFullscreen
brandName="CapitalFlow"
navItems={[
{ name: "Home", id: "/" },
{ name: "Platform", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },

View File

@@ -4,8 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { Work_Sans } from "next/font/google";
import { Source_Sans_3 } from "next/font/google";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
@@ -25,15 +23,6 @@ export const metadata: Metadata = {
}
};
const workSans = Work_Sans({
variable: "--font-work-sans",
subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
});
export default function RootLayout({
children,
}: Readonly<{
@@ -42,7 +31,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${workSans.variable} ${sourceSans3.variable} antialiased`}>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import HeroSignup from '@/components/sections/hero/HeroSignup';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -42,38 +42,15 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
<HeroSignup
title="Intelligent Capital Allocation for the Modern Investor"
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 Investment"
tag="AI-Powered TECH"
tagIcon={Zap}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/a-modern-clean-investment-dashboard-inte-1771523628087-25082175.png?_wi=1", imageAlt: "Investment dashboard interface"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/abstract-representation-of-ai-powered-fi-1771523635581-19300fba.png", imageAlt: "AI analysis visualization"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/modern-cybersecurity-visualization-featu-1771523648669-f3cbc54a.png", imageAlt: "Security infrastructure"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/real-time-market-data-visualization-show-1771523642014-e6dd0793.png", imageAlt: "Real-time market data"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/professional-business-team-in-modern-off-1771523657572-9038b5d6.png", imageAlt: "Investment team collaboration"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/a-modern-clean-investment-dashboard-inte-1771523628087-25082175.png?_wi=2", imageAlt: "Portfolio management dashboard"
}
]}
buttons={[
{ text: "Start Investing", href: "pricing" },
{ text: "Book a Demo", href: "contact" }
]}
tagAnimation="blur-reveal"
buttonAnimation="slide-up"
inputPlaceholder="Enter your email"
buttonText="Get Early Access"
onSubmit={(email) => console.log('Email:', email)}
/>
</div>

View File

@@ -85,13 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="CapitalFlow"
navItems={[
{ name: "Home", id: "/" },
{ name: "Platform", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Blog", id: "blog" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Global Tech Investors"
bottomRightText="hello@capitalflow.io"
@@ -125,13 +123,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="CapitalFlow"
navItems={[
{ name: "Home", id: "/" },
{ name: "Platform", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Blog", id: "blog" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Global Tech Investors"
bottomRightText="hello@capitalflow.io"
@@ -172,13 +168,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="CapitalFlow"
navItems={[
{ name: "Home", id: "/" },
{ name: "Platform", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Blog", id: "blog" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Global Tech Investors"
bottomRightText="hello@capitalflow.io"

View File

@@ -35,13 +35,11 @@ export default function ShopPage() {
<NavbarStyleFullscreen
brandName="CapitalFlow"
navItems={[
{ name: "Home", id: "/" },
{ name: "Platform", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Blog", id: "blog" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Global Tech Investors"
bottomRightText="hello@capitalflow.io"
@@ -73,13 +71,11 @@ export default function ShopPage() {
<NavbarStyleFullscreen
brandName="CapitalFlow"
navItems={[
{ name: "Home", id: "/" },
{ name: "Platform", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Blog", id: "blog" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Global Tech Investors"
bottomRightText="hello@capitalflow.io"