Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-02 21:49:14 +00:00
3 changed files with 5 additions and 6 deletions

View File

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

View File

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

View File

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