Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 401915bd38 | |||
| 80423b1e37 | |||
| 3a62f09a03 | |||
| 6fcd3b372f | |||
| 46d7d4f1d2 |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="NovaMetric"
|
logoText="Nova"
|
||||||
description="Advanced Web3 dashboard for real-time blockchain analytics, portfolio tracking, and intelligent trading insights"
|
description="Advanced Web3 dashboard for real-time blockchain analytics, portfolio tracking, and intelligent trading insights"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Launch Dashboard", href: "https://app.novametric.io" },
|
{ text: "Launch Dashboard", href: "https://app.novametric.io" },
|
||||||
@@ -51,12 +51,12 @@ export default function LandingPage() {
|
|||||||
slides={[
|
slides={[
|
||||||
{ imageSrc: "https://img.b2bpic.net/free-vector/blockchain-background-with-dots-lines_23-2147869864.jpg", imageAlt: "Blockchain network visualization" },
|
{ imageSrc: "https://img.b2bpic.net/free-vector/blockchain-background-with-dots-lines_23-2147869864.jpg", imageAlt: "Blockchain network visualization" },
|
||||||
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250224.jpg", imageAlt: "Web3 cryptocurrency analytics" },
|
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250224.jpg", imageAlt: "Web3 cryptocurrency analytics" },
|
||||||
{ imageSrc: "https://img.b2bpic.net/free-photo/fashionable-pale-brunette-long-green-dress-black-jacket-sunglasses-standing-street-daytime-against-wall-light-city-building_197531-24468.jpg?id=16179761", imageAlt: "Real-time dashboard metrics" }
|
{ imageSrc: "https://img.b2bpic.net/free-vector/blue-abstract-technology-background_52683-11385.jpg?id=4650608", imageAlt: "Real-time dashboard metrics" }
|
||||||
]}
|
]}
|
||||||
autoplayDelay={5000}
|
autoplayDelay={5000}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
logoLineHeight={1.1}
|
logoLineHeight={1.1}
|
||||||
ariaLabel="NovaMetric Web3 Dashboard hero section"
|
ariaLabel="Nova Web3 Dashboard hero section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "$2.8T+", title: "Assets Tracked Daily", items: ["Cross-chain portfolio monitoring", "Real-time value tracking", "Multi-currency support"]
|
id: "1", value: "T+", title: "Assets Tracked Daily", items: ["Cross-chain portfolio monitoring", "Real-time value tracking", "Multi-currency support"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "50K+", title: "Active Users Globally", items: ["98% user retention rate", "4.8/5 average rating", "200+ countries served"]
|
id: "2", value: "50K+", title: "Active Users Globally", items: ["98% user retention rate", "4.8/5 average rating", "200+ countries served"]
|
||||||
|
|||||||
Reference in New Issue
Block a user