From e0937004d21ada8a9e3448ff033f6e621b1ad62e Mon Sep 17 00:00:00 2001 From: development Date: Sun, 25 Jan 2026 11:37:30 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5d251b5..afb1a4d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -57,44 +57,33 @@ export default function ContactPage() { Date: Sun, 25 Jan 2026 11:37:31 +0000 Subject: [PATCH 2/5] Update src/app/features/page.tsx --- src/app/features/page.tsx | 47 +++++++++------------------------------ 1 file changed, 10 insertions(+), 37 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index e2c31a9..8c8f0cf 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -42,46 +42,22 @@ export default function FeaturesPage() { @@ -134,8 +110,7 @@ export default function FeaturesPage() { Date: Sun, 25 Jan 2026 11:37:31 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a3c0c8e..5a120ce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,36 +3,23 @@ import { Rubik } from "next/font/google"; import "./globals.css"; const rubik = Rubik({ - variable: "--font-rubik", - subsets: ["latin"], + variable: "--font-rubik", subsets: ["latin"], }); export const metadata: Metadata = { - title: "CryptoVault - Secure Cryptocurrency Trading Platform", - description: "Trade and manage cryptocurrency with military-grade security, advanced analytics, and 24/7 support. Join 500K+ active users on the #1 trusted crypto platform.", - keywords: "cryptocurrency trading, bitcoin, ethereum, crypto wallet, blockchain, secure exchange", - metadataBase: new URL("https://cryptovault.io"), + title: "CryptoVault - Secure Cryptocurrency Trading Platform", description: "Trade and manage cryptocurrency with military-grade security, advanced analytics, and 24/7 support. Join 500K+ active users on the #1 trusted crypto platform.", keywords: "cryptocurrency trading, bitcoin, ethereum, crypto wallet, blockchain, secure exchange", metadataBase: new URL("https://cryptovault.io"), alternates: { - canonical: "https://cryptovault.io", - }, + canonical: "https://cryptovault.io"}, openGraph: { - title: "CryptoVault - Secure Cryptocurrency Trading", - description: "Trade crypto with enterprise-grade security and lightning-fast transactions", - url: "https://cryptovault.io", - siteName: "CryptoVault", - images: [ + title: "CryptoVault - Secure Cryptocurrency Trading", description: "Trade crypto with enterprise-grade security and lightning-fast transactions", url: "https://cryptovault.io", siteName: "CryptoVault", images: [ { - url: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg", - alt: "CryptoVault trading platform" + url: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg", alt: "CryptoVault trading platform" } ], type: "website" }, twitter: { - card: "summary_large_image", - title: "CryptoVault - Secure Cryptocurrency Trading", - description: "Trade crypto with military-grade security and AI-powered insights", - images: ["https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg"] + card: "summary_large_image", title: "CryptoVault - Secure Cryptocurrency Trading", description: "Trade crypto with military-grade security and AI-powered insights", images: ["https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg"] }, robots: { index: true, From 38899765a7ba8de6ea765963f8e5e9b451b28b30 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 25 Jan 2026 11:37:32 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 80 +++++++++++------------------------------------- 1 file changed, 18 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ef1f97..9df1762 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,6 +3,8 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -51,7 +53,6 @@ export default function HomePage() { { text: "Get Started Free", href: "https://app.example.com" }, { text: "Watch Demo", href: "demo" } ]} - useInvertedBackground="noInvert" /> @@ -59,32 +60,16 @@ export default function HomePage() { @@ -121,48 +106,22 @@ export default function HomePage() { @@ -196,8 +155,7 @@ export default function HomePage() { Date: Sun, 25 Jan 2026 11:37:33 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 79 +++++++++------------------------------- 1 file changed, 17 insertions(+), 62 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 0d9cdde..812387b 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -41,55 +41,23 @@ export default function PricingPage() { @@ -160,8 +118,7 @@ export default function PricingPage() {