1 Commits

Author SHA1 Message Date
ed3f0edbae Update src/app/page.tsx 2026-05-10 23:45:47 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Rates",
id: "metrics",
},
name: "Rates", id: "metrics"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
]}
brandName="LiveMarket"
/>
@@ -59,15 +49,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Live Rates RealTime Markets One View"
description="Track USD, EUR, Turkish Lira, and precious metals prices instantly. Make informed decisions with live market data updated every minute."
buttons={[
{
text: "Start Tracking Now",
href: "#metrics",
},
text: "Start Tracking Now", href: "#metrics"},
]}
imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-119022.jpg"
/>
@@ -80,19 +67,13 @@ export default function LandingPage() {
metrics={[
{
icon: DollarSign,
label: "USD/TRY",
value: "34.12",
},
label: "USD/TRY", value: "34.12"},
{
icon: DollarSign,
label: "EUR/TRY",
value: "37.55",
},
label: "EUR/TRY", value: "37.55"},
{
icon: Diamond,
label: "Gold Spot",
value: "$2,505.40",
},
label: "Gold Spot", value: "$2,505.40"},
]}
metricsAnimation="slide-up"
/>
@@ -105,60 +86,25 @@ export default function LandingPage() {
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: "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: "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: "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: "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: "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."
@@ -172,30 +118,15 @@ export default function LandingPage() {
tag="Transparency"
metrics={[
{
id: "m1",
value: "99.9%",
description: "Uptime Rate",
},
id: "m1", value: "99.9%", description: "Uptime Rate"},
{
id: "m2",
value: "1.2M+",
description: "Daily Queries",
},
id: "m2", value: "1.2M+", description: "Daily Queries"},
{
id: "m3",
value: "24/7",
description: "Active Monitoring",
},
id: "m3", value: "24/7", description: "Active Monitoring"},
{
id: "m4",
value: "500+",
description: "Global Banks",
},
id: "m4", value: "500+", description: "Global Banks"},
{
id: "m5",
value: "45ms",
description: "Average Latency",
},
id: "m5", value: "45ms", description: "Average Latency"},
]}
metricsAnimation="slide-up"
/>
@@ -206,30 +137,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ali Vural",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg",
},
id: "1", name: "Ali Vural", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg"},
{
id: "2",
name: "Zeynep Demir",
imageSrc: "http://img.b2bpic.net/free-photo/woman-office-looking-camera-holding-tablet-hands_1262-20488.jpg",
},
id: "2", name: "Zeynep Demir", imageSrc: "http://img.b2bpic.net/free-photo/woman-office-looking-camera-holding-tablet-hands_1262-20488.jpg"},
{
id: "3",
name: "Can Arslan",
imageSrc: "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg",
},
id: "3", name: "Can Arslan", imageSrc: "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg"},
{
id: "4",
name: "Ece Yılmaz",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg",
},
id: "4", name: "Ece Yılmaz", imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg"},
{
id: "5",
name: "Mehmet Kar",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-old-man-portrait_23-2148831071.jpg",
},
id: "5", name: "Mehmet Kar", imageSrc: "http://img.b2bpic.net/free-photo/elegant-old-man-portrait_23-2148831071.jpg"},
]}
cardTitle="User Success Stories"
cardTag="Testimonials"
@@ -243,30 +159,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "How often is data updated?",
content: "Our feeds are updated every minute to ensure real-time accuracy.",
},
id: "q1", title: "How often is data updated?", content: "Our feeds are updated every minute to ensure real-time accuracy."},
{
id: "q2",
title: "Are these real prices?",
content: "Yes, we display spot prices sourced from global liquidity providers.",
},
id: "q2", title: "Are these real prices?", content: "Yes, we display spot prices sourced from global liquidity providers."},
{
id: "q3",
title: "Is there a mobile app?",
content: "Our platform is fully responsive and optimized for mobile devices.",
},
id: "q3", title: "Is there a mobile app?", content: "Our platform is fully responsive and optimized for mobile devices."},
{
id: "q4",
title: "Do you provide historical data?",
content: "Premium users get access to 10 years of historical charts and analytics.",
},
id: "q4", title: "Do you provide historical data?", content: "Premium users get access to 10 years of historical charts and analytics."},
{
id: "q5",
title: "Is it free to start?",
content: "We offer a free tier with limited functionality and a professional paid plan.",
},
id: "q5", title: "Is it free to start?", content: "We offer a free tier with limited functionality and a professional paid plan."},
]}
title="Frequently Asked Questions"
description="Common questions regarding our market tracker."
@@ -278,13 +179,13 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Newsletter"
title="Stay Informed"
description="Subscribe for daily market summaries and volatility alerts."
imageSrc="http://img.b2bpic.net/free-vector/connections-blue-background_53876-90949.jpg"
buttonText="Subscribe"
termsText="By clicking Sign Up you agree to our Terms. No spam, unsubscribe anytime."
/>
</div>
@@ -297,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}