Merge version_1 into main #3
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user