diff --git a/src/app/page.tsx b/src/app/page.tsx index bd6169f..7a75f07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Award, DollarSign, Trending, TrendingUp, Users, Zap, Star, Crown, Rocket, Quote } from "lucide-react"; +import { Award, DollarSign, TrendingUp, Users, Zap, Star, Crown, Rocket, Quote } from "lucide-react"; export default function LandingPage() { return ( @@ -46,8 +46,8 @@ export default function LandingPage() { title="Smart Investing Made Simple" description="Manage your portfolio, track market trends, and grow your wealth with our intuitive investment platform. Start investing in minutes with zero commissions." tag="Investment Platform" - tagIcon={Trending} - tagAnimation="slide-up" + tagIcon={TrendingUp} + tagAnimation="smooth" buttons={[ { text: "Start Investing", href: "https://app.invest.example.com" }, { text: "Learn More", href: "#features" }, @@ -190,12 +190,13 @@ export default function LandingPage() { tag="Help & Support" tagAnimation="slide-up" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={true} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWFewmYpG3ykxzA8FUgaRAmkbr/abstract-illustration-of-financial-conce-1772700576694-e7fa2a79.png" imageAlt="Investment and Financial Concepts" mediaAnimation="opacity" mediaPosition="left" + faqsAnimation="slide-up" faqs={[ { id: "1", title: "How do I get started with investing?", content: "Getting started is simple! Sign up for an account, complete identity verification, fund your account, and start investing immediately. Our onboarding process takes less than 5 minutes."}, @@ -210,7 +211,6 @@ export default function LandingPage() { { id: "6", title: "Can I transfer my existing investments?", content: "Absolutely! We support ACAT transfers from other brokerages. Our team will guide you through the process to ensure a smooth transition with no trading delays."}, ]} - faqsAnimation="slide-up" />