diff --git a/src/app/page.tsx b/src/app/page.tsx index a4765b9..82c1349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TextAbout from '@/components/sections/about/TextAbout'; +import { ArrowRight, Zap, Lock, TrendingUp, Users, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -24,8 +30,9 @@ export default function LandingPage() { brandName="FinanTech" navItems={[ { name: "Home", id: "hero" }, - { name: "About", id: "about" }, - { name: "Features", id: "features" } + { name: "How It Works", id: "how-it-works" }, + { name: "Features", id: "features" }, + { name: "Projects", id: "projects" } ]} button={{ text: "Get Started", href: "#" @@ -45,7 +52,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJGP8gArLWRfHJt1tHsEBVGMy/abstract-3d-gradient-sphere-with-neon-pu-1772518823262-e21370ad.png", imageAlt: "Gradient sphere glow background" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJGP8gArLWRfHJt1tHsEBVGMy/uploaded-1772519531657-j4yjre33.png", imageAlt: "Investment platform hero image" } ]} autoplayDelay={5000} @@ -61,6 +68,122 @@ export default function LandingPage() { /> +