9 Commits

Author SHA1 Message Date
e486df3e06 Merge version_5 into main
Merge version_5 into main
2026-03-10 12:13:52 +00:00
f11ead02f2 Update src/app/page.tsx 2026-03-10 12:13:48 +00:00
2dce7c1f45 Update src/app/about/page.tsx 2026-03-10 12:13:47 +00:00
eed11e972c Merge version_5 into main
Merge version_5 into main
2026-03-10 12:11:32 +00:00
e6e84a41de Update src/app/page.tsx 2026-03-10 12:11:28 +00:00
47395c3bef Update src/app/about/page.tsx 2026-03-10 12:11:27 +00:00
fae603a28d Merge version_4 into main
Merge version_4 into main
2026-03-10 11:51:36 +00:00
d765c56daf Update src/app/page.tsx 2026-03-10 11:51:31 +00:00
baa8e153b2 Merge version_3 into main
Merge version_3 into main
2026-03-10 11:48:46 +00:00
2 changed files with 35 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import Link from "next/link";
import { TrendingUp, Sparkles, Zap, Users, BarChart3, Shield } from "lucide-react";
@@ -102,6 +103,20 @@ export default function AboutPage() {
/>
</div>
<div id="testimonials-featured" data-section="testimonials-featured">
<TestimonialCardFive
testimonials={[
{
id: "1", name: "David Williams", date: "December 2024", title: "Portfolio Director", quote: "My Trade has revolutionized how our team manages cryptocurrency portfolios. The advanced analytics and real-time monitoring capabilities have enabled us to make faster, more informed decisions. We couldn't imagine our trading operations without it.", tag: "5 Stars", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/professional-headshot-portrait-of-a-succ-1773136514328-34a1bb04.png", avatarAlt: "David Williams profile photo"
}
]}
title="Featured Success Story"
description="Hear from our valued clients"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<FooterLogoReveal
logoText="My Trade"
leftLink={{

View File

@@ -1,13 +1,14 @@
"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';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -74,9 +75,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"
@@ -150,6 +154,20 @@ export default function HomePage() {
/>
</div>
<div id="testimonials-featured" data-section="testimonials-featured">
<TestimonialCardFive
testimonials={[
{
id: "1", name: "James Carter", date: "January 2025", title: "Senior Investment Officer", quote: "This product has completely transformed how we approach cryptocurrency trading. The real-time analytics and risk management tools have helped us optimize our strategies and significantly improve our returns. My Trade is truly the gold standard for professional traders.", tag: "5 Stars", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/professional-headshot-portrait-of-a-succ-1773136514328-34a1bb04.png", avatarAlt: "James Carter profile photo"
}
]}
title="Featured Testimonial"
description="What our top clients are saying"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Newsletter"