From 29a918267189ad9657e6708aa4f4c6d2e53883c7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9db56a6..24cb007 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Award, Github, HelpCircle, LinkedIn, Mail, Sparkles, TrendingUp, Twitter, Zap } from "lucide-react"; +import { Award, Github, HelpCircle, Linkedin, Mail, Sparkles, TrendingUp, Twitter, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -97,8 +97,7 @@ export default function LandingPage() { id: "2", title: "Real-Time Market Analytics", author: "Trading Intelligence", description: "Access advanced charting tools, AI-powered market insights, and real-time price feeds to make informed trading decisions with confidence.", tags: ["Analytics", "Trading"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaMKHzbrfDaThsIKOVWLFUl1Ad/advanced-market-analytics-interface-show-1772826242181-24070aca.png", imageAlt: "Market analytics dashboard"}, { - id: "3", title: "Portfolio Management", author: "Asset Management", description: "Track, diversify, and optimize your crypto portfolio with intuitive dashboards, automated rebalancing, and comprehensive reporting.", tags: ["Portfolio", "Management"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaMKHzbrfDaThsIKOVWLFUl1Ad/comprehensive-portfolio-management-dashb-1772826243516-794a2d64.png", imageAlt: "Portfolio dashboard"}, + id: "3", title: "Portfolio Management", author: "Asset Management", description: "Track, diversify, and optimize your crypto portfolio with intuitive dashboards, automated rebalancing, and comprehensive reporting.", tags: ["Portfolio", "Management"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaMKHzbrfDaThsIKOVWLFUl1Ad/comprehensive-portfolio-management-dashb-1772826243516-794a2d64.png", imageAlt: "Portfolio dashboard"}, ]} animationType="slide-up" textboxLayout="default" @@ -212,7 +211,7 @@ export default function LandingPage() { { id: "4", title: "Can I withdraw my crypto anytime?", content: "Yes, you have complete control over your assets. Withdrawals are processed within minutes for most cryptocurrencies. There are no restrictions on withdrawal amounts or frequency, though network fees may apply depending on the blockchain."}, { - id: "5", title: "What is your customer support availability?", content: "Starter plan users receive email support during business hours. Professional users get priority email and chat support 24/7. Enterprise clients have dedicated account managers and 24/7 phone support available."}, + id: "5", title: "What is your customer support availability?", content: "Starter plan users receive email support during business hours. Professional users get priority email and chat support 24/7. Enterprise clients have dedicated account managers and 24/7 phone support available."} ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaMKHzbrfDaThsIKOVWLFUl1Ad/customer-support-and-help-illustration-f-1772826241179-f1a7c386.png" imageAlt="Customer support and security illustration" @@ -245,7 +244,7 @@ export default function LandingPage() { copyrightText="© 2025 CryptoVault. All rights reserved. Securing the future of digital assets." socialLinks={[ { icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }, - { icon: LinkedIn, href: "https://linkedin.com", ariaLabel: "LinkedIn" }, + { icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" }, { icon: Github, href: "https://github.com", ariaLabel: "GitHub" }, { icon: Mail, href: "mailto:support@cryptovault.com", ariaLabel: "Email" }, ]} -- 2.49.1