From 7f0f80d8d9695cc4a7ac880b398fcfdb0c810e3c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:49:09 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1 From 197a9e47c081dcccb348163842c03634733ac20e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:49:09 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" /> -- 2.49.1 From 6bdb80fb4bed93e79830741d00d4c0c9232a636e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:49:10 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1