Compare commits

...

27 Commits

Author SHA1 Message Date
kudinDmitriyUp
cd27a07b18 feat: add google maps to footer 2026-05-07 19:16:30 +00:00
816ee0497e Merge version_14_1778180846312 into main
Merge version_14_1778180846312 into main
2026-05-07 19:09:18 +00:00
kudinDmitriyUp
5634cd7551 feat: replace hero carousel with billboard scroll 2026-05-07 19:08:46 +00:00
4b7511b37c Switch to version 12: modified src/pages/HomePage.tsx 2026-05-07 18:57:54 +00:00
d5749bff3a Switch to version 12: modified src/components/sections/hero/HeroBillboardScroll.tsx 2026-05-07 18:57:54 +00:00
kudinDmitriyUp
93b46a29dd Bob AI: fix build error in src/components/sections/hero/HeroBillboardScroll.tsx 2026-05-07 18:56:48 +00:00
kudinDmitriyUp
b609be3d1e Bob AI: strip orphan import ui/button in src/components/sections/hero/HeroBillboardScroll.tsx 2026-05-07 18:56:34 +00:00
9b260fc74f Merge version_13_1778179837324 into main
Merge version_13_1778179837324 into main
2026-05-07 18:56:21 +00:00
kudinDmitriyUp
dd32fdd16f feat: replace hero carousel with hero scroll 2026-05-07 18:55:49 +00:00
4d17db4411 Merge version_12_1778179386501 into main
Merge version_12_1778179386501 into main
2026-05-07 18:47:12 +00:00
kudinDmitriyUp
c478660d98 feat: Add 3D effect to buttons 2026-05-07 18:46:42 +00:00
14eaacf469 Merge version_11_1778179203177 into main
Merge version_11_1778179203177 into main
2026-05-07 18:42:05 +00:00
kudinDmitriyUp
f65d93dd8a feat: Make carousel images smaller 2026-05-07 18:41:31 +00:00
f8c2be7a03 Merge version_10_1778179084910 into main
Merge version_10_1778179084910 into main
2026-05-07 18:39:18 +00:00
kudinDmitriyUp
b6c3dba134 feat: increase base font weight for thicker text 2026-05-07 18:38:47 +00:00
d4db27a733 Merge version_9_1778175643211 into main
Merge version_9_1778175643211 into main
2026-05-07 17:42:47 +00:00
5f9bd0a9e2 Update src/pages/HomePage.tsx 2026-05-07 17:42:41 +00:00
3acb06b0cf Merge version_9_1778175643211 into main
Merge version_9_1778175643211 into main
2026-05-07 17:42:35 +00:00
kudinDmitriyUp
773deb645a feat: replace hero section with carousel 2026-05-07 17:42:12 +00:00
cfa3dcc918 Merge version_8_1778175521002 into main
Merge version_8_1778175521002 into main
2026-05-07 17:39:45 +00:00
kudinDmitriyUp
82c69bb865 feat: move badge above hero text 2026-05-07 17:39:21 +00:00
d1b534bab2 Merge version_7_1778169270409 into main
Merge version_7_1778169270409 into main
2026-05-07 15:59:09 +00:00
kudinDmitriyUp
fe82eeaf20 Bob AI: make the items inside of the navigation bar navigational 2026-05-07 15:59:05 +00:00
c4b0bdd80c Merge version_6_1778169057018 into main
Merge version_6_1778169057018 into main
2026-05-07 15:53:30 +00:00
kudinDmitriyUp
67c6f98f9a Bob AI: make the navigation bar glassmorphic 2026-05-07 15:53:27 +00:00
a010765c38 Merge version_3_1778166146779 into main
Merge version_3_1778166146779 into main
2026-05-07 15:05:10 +00:00
kudinDmitriyUp
dad983035f feat: add active now card to hero section 2026-05-07 15:04:40 +00:00
16 changed files with 78 additions and 57 deletions

View File

@@ -1,12 +1,24 @@
import { Routes, Route } from 'react-router-dom';
import Layout from './components/Layout';
import HomePage from './pages/HomePage';
import FeaturesPage from './pages/Features';
import SolutionsPage from './pages/Solutions';
import PricingPage from './pages/Pricing';
import ClientsPage from './pages/Clients';
import FaqPage from './pages/Faq';
import MetricsPage from './pages/Metrics';
export default function App() {
return (
<Routes>
<Route element={<Layout />}>
<Route path="/" element={<HomePage />} />
<Route path="/features" element={<FeaturesPage />} />
<Route path="/solutions" element={<SolutionsPage />} />
<Route path="/pricing" element={<PricingPage />} />
<Route path="/clients" element={<ClientsPage />} />
<Route path="/faq" element={<FaqPage />} />
<Route path="/metrics" element={<MetricsPage />} />
</Route>
</Routes>
);

View File

@@ -8,31 +8,31 @@ export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#home"
"href": "/"
},
{
"name": "Features",
"href": "#features"
"href": "/features"
},
{
"name": "Solutions",
"href": "#solutions"
"href": "/solutions"
},
{
"name": "Pricing",
"href": "#pricing"
"href": "/pricing"
},
{
"name": "Clients",
"href": "#clients"
"href": "/clients"
},
{
"name": "FAQ",
"href": "#faq"
"href": "/faq"
},
{
"name": "Metrics",
"href": "#metrics"
"href": "/metrics"
}
];

View File

@@ -48,10 +48,19 @@ const FooterBasic = ({
))}
</div>
))}
<div className="w-full md:w-1/3">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d214827.9391993325!2d-117.32725643033326!3d32.74946396037413!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80d9530fad921e4b%3A0xd3a21fdfd15df79!2sSan%20Diego%2C%20CA%2C%20USA!5e0!3m2!1sen!2sua!4v1715192157289!5m2!1sen!2sua"
width="100%"
height="200"
style={{ border: 0 }}
allowFullScreen
loading="lazy"
referrerPolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
<div className="w-full h-px bg-foreground/20" />
<div className="w-full flex items-center justify-between pt-5">
<span className="text-sm opacity-50">{leftText}</span>
<span className="text-sm opacity-50">{rightText}</span>

View File

@@ -56,7 +56,7 @@ const HeroBillboardCarousel = ({
<div className="w-content-width mx-auto overflow-hidden mask-fade-x">
<div className="flex w-max animate-marquee-horizontal" style={{ animationDuration: "60s" }}>
{duplicated.map((item, i) => (
<div key={i} className="shrink-0 w-60 md:w-75 2xl:w-80 aspect-4/5 mr-3 md:mr-5 p-1.5 card rounded-lg overflow-hidden">
<div key={i} className="shrink-0 w-40 md:w-50 2xl:w-60 aspect-4/5 mr-3 md:mr-5 p-1.5 card rounded-lg overflow-hidden">
<ImageOrVideo
imageSrc={item.imageSrc}
videoSrc={item.videoSrc}

View File

@@ -30,7 +30,13 @@ const HeroSplitMediaGrid = ({
<div className="flex flex-col md:flex-row items-center gap-10 md:gap-20 w-content-width mx-auto">
<div className="w-full md:w-1/2">
<div className="flex flex-col items-center md:items-start gap-3">
<span className="px-3 py-1 mb-1 text-sm card rounded">{tag}</span>
<div className="flex items-center gap-3 mb-3 p-3 card rounded-theme">
<div className="relative flex items-center justify-center w-4 h-4">
<div className="absolute w-full h-full bg-green-500 rounded-full animate-ping"></div>
<div className="w-2 h-2 bg-green-500 rounded-full"></div>
</div>
<span className="text-sm">2,345 people active now</span>
</div>
<TextAnimation
text={title}

View File

@@ -1,6 +1,5 @@
"use client";
import { motion } from "motion/react";
import { useButtonClick } from "@/hooks/useButtonClick";
import { cls } from "@/lib/utils";
import { useStyle } from "@/components/ui/useStyle";
@@ -23,31 +22,18 @@ interface ButtonProps {
className?: string;
}
const DefaultButton = ({ text, variant = "primary", href = "#", onClick, animate = true, animationDelay = 0, className = "" }: ButtonProps) => {
const DefaultButton = ({ text, variant = "primary", href = "#", onClick, className = "" }: ButtonProps) => {
const handleClick = useButtonClick(href, onClick);
const button = (
return (
<a
href={href}
onClick={handleClick}
className={cls("flex items-center justify-center h-9 px-6 text-sm rounded cursor-pointer", variant === "primary" ? "primary-button text-primary-cta-text" : "secondary-button text-secondary-cta-text", className)}
className={cls("flex items-center justify-center h-9 px-6 text-sm rounded cursor-pointer transform transition-transform duration-200 hover:scale-105 active:scale-95", variant === "primary" ? "primary-button text-primary-cta-text shadow-[0_4px_0_0_rgba(0,0,0,0.2)] hover:shadow-[0_6px_0_0_rgba(0,0,0,0.2)] active:shadow-[0_2px_0_0_rgba(0,0,0,0.2)]" : "secondary-button text-secondary-cta-text shadow-[0_4px_0_0_rgba(0,0,0,0.2)] hover:shadow-[0_6px_0_0_rgba(0,0,0,0.2)] active:shadow-[0_2px_0_0_rgba(0,0,0,0.2)]", className)}
>
{text}
</a>
);
if (!animate) return button;
return (
<motion.div
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
transition={{ duration: 0.6, delay: animationDelay, ease: "easeOut" }}
>
{button}
</motion.div>
);
};
const Button = (props: ButtonProps) => {

View File

@@ -3,6 +3,7 @@ import { motion, AnimatePresence } from "motion/react";
import { Plus, ArrowUpRight } from "lucide-react";
import { cls } from "@/lib/utils";
import Button from "@/components/ui/Button";
import { Link } from "react-router-dom";
interface NavbarFloatingProps {
logo: string;
@@ -10,15 +11,6 @@ interface NavbarFloatingProps {
ctaButton: { text: string; href: string };
}
const handleNavClick = (e: React.MouseEvent<HTMLAnchorElement>, href: string, onClose?: () => void) => {
if (href.startsWith("#")) {
e.preventDefault();
const element = document.getElementById(href.slice(1));
element?.scrollIntoView({ behavior: "smooth", block: "start" });
}
onClose?.();
};
const NavbarFloating = ({ logo, navItems, ctaButton }: NavbarFloatingProps) => {
const [menuOpen, setMenuOpen] = useState(false);
@@ -46,7 +38,7 @@ const NavbarFloating = ({ logo, navItems, ctaButton }: NavbarFloatingProps) => {
</AnimatePresence>
<nav className="fixed z-1000 top-5 left-1/2 -translate-x-1/2 w-content-width">
<div className="mx-auto w-full md:w-1/2 overflow-hidden rounded backdrop-blur-sm card">
<div className="mx-auto w-full md:w-1/2 overflow-hidden rounded-theme-capped bg-white/10 backdrop-blur-lg border border-white/20 shadow-lg">
<div className="relative z-10 flex items-center justify-between gap-3 xl:gap-4 2xl:gap-5 p-3 xl:p-4 2xl:p-5">
<a href="/" className="text-xl font-medium text-foreground">{logo}</a>
@@ -76,12 +68,12 @@ const NavbarFloating = ({ logo, navItems, ctaButton }: NavbarFloatingProps) => {
className="overflow-hidden"
>
<div className="flex flex-col gap-3 xl:gap-4 2xl:gap-5 p-3 xl:p-4 2xl:p-5 pt-0 xl:pt-0 2xl:pt-0">
<div className="px-3 xl:px-4 2xl:px-5 py-0 md:py-1 2xl:py-2 rounded card">
<div className="px-3 xl:px-4 2xl:px-5 py-0 md:py-1 2xl:py-2 rounded-theme-capped bg-white/10">
{navItems.map((item, index) => (
<div key={item.name}>
<a
href={item.href}
onClick={(e) => handleNavClick(e, item.href, () => setMenuOpen(false))}
<Link
to={item.href}
onClick={() => setMenuOpen(false)}
className="group flex items-center justify-between py-3 w-full"
>
<span className="text-xl md:text-2xl font-medium text-foreground group-hover:ml-3 transition-[margin] duration-300">
@@ -91,7 +83,7 @@ const NavbarFloating = ({ logo, navItems, ctaButton }: NavbarFloatingProps) => {
className="h-(--text-xl) md:h-(--text-2xl) w-auto text-foreground group-hover:rotate-45 group-hover:mr-3 transition-all duration-300"
strokeWidth={2}
/>
</a>
</Link>
{index < navItems.length - 1 && (
<div className="h-px bg-accent/50" />
)}

View File

@@ -138,6 +138,7 @@ body {
background-color: var(--background);
color: var(--foreground);
font-family: '${montserrat.variable} ${inter.variable}', sans-serif;
font-weight: 500;
position: relative;
min-height: 100vh;
overscroll-behavior: none;

3
src/pages/Clients.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function ClientsPage() {
return <h1>Clients Page</h1>;
}

3
src/pages/Faq.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function FaqPage() {
return <h1>FAQ Page</h1>;
}

3
src/pages/Features.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function FeaturesPage() {
return <h1>Features Page</h1>;
}

3
src/pages/Home.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function HomePage() {
return <h1>Home Page</h1>;
}

View File

@@ -1,7 +1,8 @@
import ContactCta from '@/components/sections/contact/ContactCta';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel';
import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
import ProductVariantCards from '@/components/sections/product/ProductVariantCards';
@@ -12,7 +13,7 @@ export default function HomePage() {
return (
<>
<div id="home" data-section="home">
<HeroSplitMediaGrid
<HeroBillboardScroll
tag="Fintech SaaS"
title="Unlock the Future of Financial Management"
description="Finflow provides cutting-edge solutions for businesses to streamline operations, enhance security, and drive growth in the digital economy."
@@ -24,14 +25,7 @@ export default function HomePage() {
text: "Request a Demo",
href: "#contact",
}}
items={[
{
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-futuristic-dark-themed-financial-dashb-1778165802560-ef94d27a.png",
},
{
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/another-view-of-a-sleek-dark-fintech-das-1778165802942-0ef804ae.png",
},
]}
imageSrc="https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-futuristic-dark-themed-financial-dashb-1778165802560-ef94d27a.png"
/>
</div>
@@ -49,25 +43,25 @@ export default function HomePage() {
title: "Advanced Data Analytics",
description: "Gain deep insights with real-time analytics and predictive modeling for smarter decisions.",
buttonIcon: "LineChart",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/an-abstract-representation-of-complex-fi-1778165803491-13ee1608.png",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/an-abstract-representation-of-complex-fi-1778165803491-13ee1608.png?_wi=2",
},
{
title: "Enterprise-Grade Security",
description: "Protect your assets with our multi-layered security protocols and blockchain-backed encryption.",
buttonIcon: "Lock",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-visual-metaphor-for-advanced-financial-1778165802292-f7d22bff.png",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-visual-metaphor-for-advanced-financial-1778165802292-f7d22bff.png?_wi=2",
},
{
title: "Automated Workflows",
description: "Streamline operations, reduce manual errors, and free up your team for strategic initiatives.",
buttonIcon: "Zap",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/an-illustration-of-financial-process-aut-1778165804096-d3ea01b2.png",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/an-illustration-of-financial-process-aut-1778165804096-d3ea01b2.png?_wi=2",
},
{
title: "Global Regulatory Compliance",
description: "Stay compliant with ever-evolving financial regulations through automated monitoring and reporting.",
buttonIcon: "CheckCircle",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-visual-concept-for-regulatory-complian-1778165802615-1e994baa.png",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-visual-concept-for-regulatory-complian-1778165802615-1e994baa.png?_wi=2",
},
]}
/>

3
src/pages/Metrics.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function MetricsPage() {
return <h1>Metrics Page</h1>;
}

3
src/pages/Pricing.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function PricingPage() {
return <h1>Pricing Page</h1>;
}

3
src/pages/Solutions.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function SolutionsPage() {
return <h1>Solutions Page</h1>;
}