December 17th,2025 V.39

This commit is contained in:
Flatlogic Bot 2025-12-18 01:31:25 +00:00
parent 1d822cc0a7
commit 4028c0eaf6
6 changed files with 48 additions and 48 deletions

View File

@ -13,15 +13,15 @@
<body class="bg-white text-gray-900">
<!-- HEADER -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<div class="font-bold text-2xl">FinMox</div>
<nav class="hidden md:flex gap-8">
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
<a href="product.php" class="text-gray-600 hover:text-black">Why FinMox</a>
<a href="how_it_works.php" class="text-blue-700 font-bold">How It Works</a>
<a href="roi.php" class="text-gray-600 hover:text-black">ROI</a>
<a href="pricing.php" class="text-gray-600 hover:text-black">Pricing</a>
<nav class="hidden md:flex gap-10 flex-grow justify-center">
<a href="index.php" class="text-gray-500 hover:text-black font-medium text-base">Home</a>
<a href="problem.php" class="text-gray-500 hover:text-black font-medium text-base">Problem</a>
<a href="product.php" class="text-gray-500 hover:text-black font-medium text-base">Why FinMox</a>
<a href="how_it_works.php" class="text-black hover:text-black font-bold text-base">How It Works</a>
<a href="roi.php" class="text-gray-500 hover:text-black font-medium text-base">ROI</a>
<a href="pricing.php" class="text-gray-500 hover:text-black font-medium text-base">Pricing</a>
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>

View File

@ -14,15 +14,15 @@
<body class="bg-white text-gray-900">
<!-- HEADER -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<div class="font-bold text-2xl">FinMox</div>
<nav class="hidden md:flex gap-8">
<a href="index.php" class="text-gray-600 hover:text-black font-semibold">Home</a>
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
<a href="product.php" class="text-gray-600 hover:text-black">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-600 hover:text-black">How It Works</a>
<a href="roi.php" class="text-gray-600 hover:text-black">ROI</a>
<a href="pricing.php" class="text-gray-600 hover:text-black">Pricing</a>
<nav class="hidden md:flex gap-10 flex-grow justify-center">
<a href="index.php" class="text-black hover:text-black font-bold text-base">Home</a>
<a href="problem.php" class="text-gray-500 hover:text-black font-medium text-base">Problem</a>
<a href="product.php" class="text-gray-500 hover:text-black font-medium text-base">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-500 hover:text-black font-medium text-base">How It Works</a>
<a href="roi.php" class="text-gray-500 hover:text-black font-medium text-base">ROI</a>
<a href="pricing.php" class="text-gray-500 hover:text-black font-medium text-base">Pricing</a>
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>

View File

@ -13,15 +13,15 @@
<body class="bg-gray-50 text-gray-900">
<!-- NAV -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between">
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<div class="font-bold text-2xl">FinMox</div>
<nav class="hidden md:flex gap-8 text-sm">
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
<a href="product.php" class="text-gray-600 hover:text-black">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-600 hover:text-black">How It Works</a>
<a href="roi.php" class="text-gray-600 hover:text-black">ROI</a>
<a href="pricing.php" class="text-blue-700 font-bold">Pricing</a>
<nav class="hidden md:flex gap-10 flex-grow justify-center">
<a href="index.php" class="text-gray-500 hover:text-black font-medium text-base">Home</a>
<a href="problem.php" class="text-gray-500 hover:text-black font-medium text-base">Problem</a>
<a href="product.php" class="text-gray-500 hover:text-black font-medium text-base">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-500 hover:text-black font-medium text-base">How It Works</a>
<a href="roi.php" class="text-gray-500 hover:text-black font-medium text-base">ROI</a>
<a href="pricing.php" class="text-black hover:text-black font-bold text-base">Pricing</a>
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>

View File

@ -16,15 +16,15 @@
<body class="bg-white text-gray-900">
<!-- HEADER -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<div class="font-bold text-2xl">FinMox</div>
<nav class="hidden md:flex gap-8">
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
<a href="problem.php" class="text-blue-700 font-bold">Problem</a>
<a href="product.php" class="text-gray-600 hover:text-black">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-600 hover:text-black">How It Works</a>
<a href="roi.php" class="text-gray-600 hover:text-black">ROI</a>
<a href="pricing.php" class="text-gray-600 hover:text-black">Pricing</a>
<nav class="hidden md:flex gap-10 flex-grow justify-center">
<a href="index.php" class="text-gray-500 hover:text-black font-medium text-base">Home</a>
<a href="problem.php" class="text-black hover:text-black font-bold text-base">Problem</a>
<a href="product.php" class="text-gray-500 hover:text-black font-medium text-base">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-500 hover:text-black font-medium text-base">How It Works</a>
<a href="roi.php" class="text-gray-500 hover:text-black font-medium text-base">ROI</a>
<a href="pricing.php" class="text-gray-500 hover:text-black font-medium text-base">Pricing</a>
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>

View File

@ -11,15 +11,15 @@
<body class="text-gray-900">
<!-- NAV -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between">
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<div class="font-bold text-2xl">FinMox</div>
<nav class="hidden md:flex gap-8 text-sm">
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
<a href="product.php" class="text-blue-700 font-bold">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-600 hover:text-black">How It Works</a>
<a href="roi.php" class="text-gray-600 hover:text-black">ROI</a>
<a href="pricing.php" class="text-gray-600 hover:text-black">Pricing</a>
<nav class="hidden md:flex gap-10 flex-grow justify-center">
<a href="index.php" class="text-gray-500 hover:text-black font-medium text-base">Home</a>
<a href="problem.php" class="text-gray-500 hover:text-black font-medium text-base">Problem</a>
<a href="product.php" class="text-black hover:text-black font-bold text-base">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-500 hover:text-black font-medium text-base">How It Works</a>
<a href="roi.php" class="text-gray-500 hover:text-black font-medium text-base">ROI</a>
<a href="pricing.php" class="text-gray-500 hover:text-black font-medium text-base">Pricing</a>
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>

16
roi.php
View File

@ -13,15 +13,15 @@
<body class="bg-white text-gray-900">
<!-- HEADER -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<div class="font-bold text-2xl">FinMox</div>
<nav class="hidden md:flex gap-8">
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
<a href="product.php" class="text-gray-600 hover:text-black">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-600 hover:text-black">How It Works</a>
<a href="roi.php" class="text-blue-700 font-bold">ROI</a>
<a href="pricing.php" class="text-gray-600 hover:text-black">Pricing</a>
<nav class="hidden md:flex gap-10 flex-grow justify-center">
<a href="index.php" class="text-gray-500 hover:text-black font-medium text-base">Home</a>
<a href="problem.php" class="text-gray-500 hover:text-black font-medium text-base">Problem</a>
<a href="product.php" class="text-gray-500 hover:text-black font-medium text-base">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-500 hover:text-black font-medium text-base">How It Works</a>
<a href="roi.php" class="text-black hover:text-black font-bold text-base">ROI</a>
<a href="pricing.php" class="text-gray-500 hover:text-black font-medium text-base">Pricing</a>
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>