Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d765c56daf | |||
| baa8e153b2 |
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { TrendingUp, Sparkles, Zap, Users, BarChart3, Shield, Clock } from 'lucide-react';
|
import { TrendingUp, Sparkles, Zap, Users, BarChart3, Shield, Clock, ExternalLink } from 'lucide-react';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
@@ -31,9 +31,7 @@ export default function HomePage() {
|
|||||||
brandName="My Trade"
|
brandName="My Trade"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "Pricing", id: "/pricing" }
|
||||||
{ name: "Pricing", id: "/pricing" },
|
|
||||||
{ name: "Contact", id: "/contact" }
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Start Trading", href: "/pricing"
|
text: "Start Trading", href: "/pricing"
|
||||||
@@ -74,9 +72,12 @@ export default function HomePage() {
|
|||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardThree
|
<FeatureCardThree
|
||||||
title="Powerful Trading Features"
|
title="Powerful Trading Features"
|
||||||
description="Everything you need to succeed in cryptocurrency trading"
|
description="Discover comprehensive tools designed to elevate your cryptocurrency trading performance and maximize your potential returns"
|
||||||
tag="Core Features"
|
tag="Core Features"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Explore All Features", href: "/features" }
|
||||||
|
]}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "01", title: "Real-Time Market Analytics", description: "Track live price movements, volume trends, and market sentiment across major cryptocurrencies with instant notifications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/a-detailed-trading-analytics-screen-show-1773136515159-009a965c.png?_wi=1", imageAlt: "A detailed trading analytics screen showing advanced statistical analysis tools for cryptocurrency t"
|
id: "01", title: "Real-Time Market Analytics", description: "Track live price movements, volume trends, and market sentiment across major cryptocurrencies with instant notifications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/a-detailed-trading-analytics-screen-show-1773136515159-009a965c.png?_wi=1", imageAlt: "A detailed trading analytics screen showing advanced statistical analysis tools for cryptocurrency t"
|
||||||
|
|||||||
Reference in New Issue
Block a user