diff --git a/src/app/page.tsx b/src/app/page.tsx
index 28cfcd4..326f0e4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Activity, AlertTriangle, BookOpen, Globe, Radio, ShieldCheck, Star, TrendingUp, Trophy, Users, Zap } from "lucide-react";
+import { Activity, AlertTriangle, BookOpen, Globe, Radio, ShieldCheck, Star, TrendingUp, Trophy, Users, Zap, Cpu } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,43 +43,17 @@ export default function LandingPage() {
@@ -234,14 +130,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Bloomberg",
- "Reuters",
- "CoinDesk",
- "CNBC",
- "Financial Times",
- "TechCrunch",
- "Forbes",
- ]}
+ "Bloomberg", "Reuters", "CoinDesk", "CNBC", "Financial Times", "TechCrunch", "Forbes"]}
title="Trusted by Market Leaders"
description="Our signals have been featured in top financial publications."
/>
@@ -254,26 +143,11 @@ export default function LandingPage() {
rating={5}
author="Marcus V., Hedge Fund Manager"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/cropped-image-bearded-male-wearing-formal-suit-holding-camera-isolated-gray-textured-background_613910-19011.jpg",
- alt: "User 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149005462.jpg",
- alt: "User 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg",
- alt: "User 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/manager-working-graphs-with-feet-table-two-screens_482257-32835.jpg",
- alt: "User 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg",
- alt: "User 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/cropped-image-bearded-male-wearing-formal-suit-holding-camera-isolated-gray-textured-background_613910-19011.jpg", alt: "User 1" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149005462.jpg", alt: "User 2" },
+ { src: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg", alt: "User 3" },
+ { src: "http://img.b2bpic.net/free-photo/manager-working-graphs-with-feet-table-two-screens_482257-32835.jpg", alt: "User 4" },
+ { src: "http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg", alt: "User 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -284,21 +158,9 @@ export default function LandingPage() {
@@ -322,42 +182,9 @@ export default function LandingPage() {