7 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
2 changed files with 33 additions and 1 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

@@ -8,6 +8,7 @@ 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";
@@ -31,7 +32,9 @@ export default function HomePage() {
brandName="My Trade"
navItems={[
{ name: "Home", id: "/" },
{ name: "Pricing", id: "/pricing" }
{ name: "About", id: "/about" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Start Trading", href: "/pricing"
@@ -151,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"