diff --git a/src/app/page.tsx b/src/app/page.tsx index 25704d0..ee4bd0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen 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'; +import { ArrowRight, Zap, Lock, TrendingUp, Users, Award, Sparkles, Brain, BarChart3, Shield, Rocket, Target } from 'lucide-react'; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" background="noiseDiagonalGradient" - cardStyle="inset" + cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" headingFontWeight="semibold" @@ -30,25 +30,27 @@ export default function LandingPage() { brandName="FinanTech" navItems={[ { name: "Home", id: "hero" }, - { name: "How It Works", id: "how-it-works" }, - { name: "Features", id: "features" }, - { name: "Projects", id: "projects" } + { name: "Problem", id: "problem" }, + { name: "Solution", id: "solution" }, + { name: "AI Intelligence", id: "ai-intelligence" }, + { name: "Dashboard", id: "dashboard" }, + { name: "Testimonials", id: "trust" } ]} button={{ - text: "Get Started", href: "#" + text: "Get Started", href: "#contact" }} - buttonClassName="bg-gradient-to-r from-[#7B2FF7] to-[#00C6FF] hover:shadow-lg hover:shadow-purple-500/50 transition-all duration-300" - className="fixed top-6 left-1/2 transform -translate-x-1/2 z-50 bg-white/5 backdrop-blur-xl border border-white/10 rounded-full shadow-lg" + buttonClassName="bg-gradient-to-r from-[#7B2FF7] via-[#00C6FF] to-[#7B2FF7] hover:shadow-lg hover:shadow-purple-500/50 transition-all duration-300 text-white font-semibold" + className="fixed top-6 left-1/2 transform -translate-x-1/2 z-50 bg-gradient-to-b from-white/10 to-white/5 backdrop-blur-2xl border border-white/20 rounded-full shadow-2xl" />