Merge version_4 into main #4
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
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 HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
@@ -31,9 +31,7 @@ export default function HomePage() {
|
||||
brandName="My Trade"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
{ name: "Pricing", id: "/pricing" }
|
||||
]}
|
||||
button={{
|
||||
text: "Start Trading", href: "/pricing"
|
||||
@@ -74,9 +72,12 @@ export default function HomePage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
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"
|
||||
tagIcon={Zap}
|
||||
buttons={[
|
||||
{ text: "Explore All Features", href: "/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"
|
||||
|
||||
Reference in New Issue
Block a user