Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-05 08:55:24 +00:00

View File

@@ -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"
/>
</div>