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