Update src/app/page.tsx

This commit is contained in:
2026-02-17 17:06:51 +00:00
parent c11e13c6e2
commit 4c6db65985

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
@@ -44,18 +44,25 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Follow Trade"
description="Get expert trading recommendations and signals designed to maximize your investment returns. Join thousands of successful traders using Follow Trade for actionable market insights."
<HeroSplitKpi
title="The Future of Supply Chain"
description="Ship globally within 3 days post-production with smart fulfillment"
background={{ variant: "animated-grid" }}
kpis={[
{ value: "4-10 Days", label: "Worldwide Delivery" },
{ value: "99.8%", label: "Order Accuracy" },
{ value: "10x", label: "Faster Lead Times" }
]}
enableKpiAnimation={true}
tag="Trusted by 150+ Brands"
buttons={[
{ text: "Start Trading", href: "#pricing" },
{ text: "Get Started", href: "#pricing" },
{ text: "Learn More", href: "#features" }
]}
background={{ variant: "animated-grid" }}
imageSrc="https://img.b2bpic.net/free-photo/close-up-with-businessman-patching-something-keyboard-graphics-monitor_482257-32827.jpg"
imageAlt="Trading dashboard with real-time market data"
imageAlt="Supply chain and fulfillment"
mediaAnimation="opacity"
frameStyle="card"
imagePosition="right"
buttonAnimation="opacity"
/>
</div>