diff --git a/src/app/page.tsx b/src/app/page.tsx
index 407dbcf..a067835 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
export default function LandingPage() {
return (
@@ -30,21 +31,13 @@ export default function LandingPage() {
@@ -54,98 +47,52 @@ export default function LandingPage() {
@@ -157,44 +104,35 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Secure Vaults",
- author: "BTCGen",
- description: "Military grade encryption for all your generated assets.",
- tags: [
- "Security",
- "Tech",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-illustration-with-lit-blue-circles-black-background_181624-20174.jpg?_wi=2",
- },
+ id: "1", title: "Secure Vaults", author: "BTCGen", description: "Military grade encryption for all your generated assets.", tags: [
+ "Security", "Tech"],
+ imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-illustration-with-lit-blue-circles-black-background_181624-20174.jpg?_wi=2"},
{
- id: "2",
- title: "Rapid Transactions",
- author: "BTCGen",
- description: "Withdraw your earnings instantly with zero latency.",
- tags: [
- "Fast",
- "Speed",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139397.jpg?_wi=2",
- },
+ id: "2", title: "Rapid Transactions", author: "BTCGen", description: "Withdraw your earnings instantly with zero latency.", tags: [
+ "Fast", "Speed"],
+ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139397.jpg?_wi=2"},
{
- id: "3",
- title: "Global Nodes",
- author: "BTCGen",
- description: "Distributed network ensure 99.9% uptime for your bot.",
- tags: [
- "Global",
- "Nodes",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-design-with-connecting-lines-dots_1048-13581.jpg?_wi=2",
- },
+ id: "3", title: "Global Nodes", author: "BTCGen", description: "Distributed network ensure 99.9% uptime for your bot.", tags: [
+ "Global", "Nodes"],
+ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-design-with-connecting-lines-dots_1048-13581.jpg?_wi=2"},
]}
title="Advanced Mining Infrastructure"
description="Leveraging AI-driven algorithms to maximize your mining efficiency."
/>
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 018e8e2..6338356 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #000000;
- --card: #0c0c0c;
- --foreground: #ffffff;
- --primary-cta: #106EFB;
+ --background: #0a0a0a;
+ --card: #1a1a1a;
+ --foreground: #ffffffe6;
+ --primary-cta: #e6e6e6;
--primary-cta-text: #ffffff;
- --secondary-cta: #000000;
+ --secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
- --accent: #535353;
- --background-accent: #106EFB;
+ --accent: #737373;
+ --background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);