diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a7c8fbb..54612f3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNinete import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; -import { Lightbulb, Zap } from "lucide-react"; +import { Lightbulb, Zap, Shield } from "lucide-react"; export default function AboutPage() { return ( @@ -45,7 +45,7 @@ export default function AboutPage() { title="Pioneering Crypto Asset Management with Institutional Rigor" description="Founded by veteran crypto traders and institutional finance experts" subdescription="Combining blockchain expertise with traditional investment discipline" - icon={Lightbulb} + icon={Shield} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APILxg3QxBoCelZ4kceQxHXeRD/professional-photograph-of-a-modern-cryp-1772487792859-82ed8f6a.png" imageAlt="Professional trading floor" mediaAnimation="slide-up" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2f226c3..7693f71 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,8 +76,7 @@ export default function ContactPage() { sideDescription="Find answers to common questions about our crypto fund management services" textPosition="left" useInvertedBackground={true} - animationType="smooth" - faqsAnimation="smooth" + faqsAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index d2b70b7..5b1e9f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; -import { TrendingUp, Lightbulb, Zap, Package } from "lucide-react"; +import { TrendingUp, Lightbulb, Zap, Package, Shield } from "lucide-react"; export default function HomePage() { return ( @@ -76,7 +76,7 @@ export default function HomePage() { title="Pioneering Crypto Asset Management with Institutional Rigor" description="Founded by veteran crypto traders and institutional finance experts" subdescription="Combining blockchain expertise with traditional investment discipline" - icon={Lightbulb} + icon={Shield} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APILxg3QxBoCelZ4kceQxHXeRD/professional-photograph-of-a-modern-cryp-1772487792859-82ed8f6a.png" imageAlt="Professional trading floor" mediaAnimation="slide-up"