diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc35613..971656a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
-import FooterCard from '@/components/sections/footer/FooterCard';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -48,14 +43,10 @@ export default function LandingPage() {
@@ -65,15 +56,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Global Market Overview"
metrics={[
- {
- icon: DollarSign,
- label: "USD/TRY", value: "34.12"},
- {
- icon: DollarSign,
- label: "EUR/TRY", value: "37.55"},
- {
- icon: Diamond,
- label: "Gold Spot", value: "$2,505.40"},
+ { icon: DollarSign, label: "USD/TRY", value: "34.12" },
+ { icon: DollarSign, label: "EUR/TRY", value: "37.55" },
+ { icon: Diamond, label: "Gold Spot", value: "$2,505.40" },
]}
metricsAnimation="slide-up"
/>
@@ -85,26 +70,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1", title: "Instant Updates", author: "Live Market", description: "Prices are refreshed every 60 seconds with sub-millisecond latency.", tags: [
- "Real-time", "Fast"],
- imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg"},
- {
- id: "f2", title: "Portfolio Tools", author: "User Centric", description: "Manage your currency and metal holdings effortlessly in one dashboard.", tags: [
- "Portfolio", "Dashboard"],
- imageSrc: "http://img.b2bpic.net/free-vector/landing-page-concept-website_23-2147777585.jpg"},
- {
- id: "f3", title: "Secure Data", author: "Privacy First", description: "Bank-grade security ensures your financial monitoring remains private.", tags: [
- "Security", "Privacy"],
- imageSrc: "http://img.b2bpic.net/free-vector/concept-image-upload-landing-page_52683-26012.jpg"},
- {
- id: "f4", title: "Global Coverage", author: "Broad Reach", description: "Monitor diverse international market pairs from a single interface.", tags: [
- "Global", "Diversified"],
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg"},
- {
- id: "f5", title: "Automated Alerts", author: "Smart Notifications", description: "Get notified instantly when your target currency price hits your limit.", tags: [
- "Automation", "Alerts"],
- imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg"},
+ { id: "f1", title: "Instant Updates", author: "Live Market", description: "Prices are refreshed every 60 seconds with sub-millisecond latency.", tags: ["Real-time", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg" },
+ { id: "f2", title: "Portfolio Tools", author: "User Centric", description: "Manage your currency and metal holdings effortlessly in one dashboard.", tags: ["Portfolio", "Dashboard"], imageSrc: "http://img.b2bpic.net/free-vector/landing-page-concept-website_23-2147777585.jpg" },
+ { id: "f3", title: "Secure Data", author: "Privacy First", description: "Bank-grade security ensures your financial monitoring remains private.", tags: ["Security", "Privacy"], imageSrc: "http://img.b2bpic.net/free-vector/concept-image-upload-landing-page_52683-26012.jpg" },
+ { id: "f4", title: "Global Coverage", author: "Broad Reach", description: "Monitor diverse international market pairs from a single interface.", tags: ["Global", "Diversified"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg" },
+ { id: "f5", title: "Automated Alerts", author: "Smart Notifications", description: "Get notified instantly when your target currency price hits your limit.", tags: ["Automation", "Alerts"], imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" },
]}
title="Why Choose Our Tracker"
description="Powerful tools for the modern market participant."
@@ -117,16 +87,11 @@ export default function LandingPage() {
title="Market Integrity"
tag="Transparency"
metrics={[
- {
- id: "m1", value: "99.9%", description: "Uptime Rate"},
- {
- id: "m2", value: "1.2M+", description: "Daily Queries"},
- {
- id: "m3", value: "24/7", description: "Active Monitoring"},
- {
- id: "m4", value: "500+", description: "Global Banks"},
- {
- id: "m5", value: "45ms", description: "Average Latency"},
+ { id: "m1", value: "99.9%", description: "Uptime Rate" },
+ { id: "m2", value: "1.2M+", description: "Daily Queries" },
+ { id: "m3", value: "24/7", description: "Active Monitoring" },
+ { id: "m4", value: "500+", description: "Global Banks" },
+ { id: "m5", value: "45ms", description: "Average Latency" },
]}
metricsAnimation="slide-up"
/>
@@ -136,16 +101,11 @@ export default function LandingPage() {