diff --git a/src/app/page.tsx b/src/app/page.tsx
index 962ff05..371dedf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { BarChart, DollarSign, Shield, Zap } from "lucide-react";
+import { BarChart, DollarSign, Shield, Zap, Cpu } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,37 +41,16 @@ export default function LandingPage() {
@@ -93,19 +60,9 @@ export default function LandingPage() {
@@ -117,68 +74,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Climate Tech",
- description: "Supporting resilient infrastructure and sustainable innovation for coastal cities.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/aerial-view-of-miami-skyline-with-modern-1775350056978-9718e11b.png?_wi=2",
- imageAlt: "Climate Tech",
- },
- items: [
- {
- icon: Zap,
- text: "Renewable Energy",
- },
- {
- icon: Shield,
- text: "Infrastructure Resilience",
- },
- ],
- reverse: false,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/aerial-view-of-miami-skyline-with-modern-1775350056978-9718e11b.png?_wi=3",
- imageAlt: "Aerial view of Miami skyline with modern architecture and luxury oceanfront skyscrapers at sunset. C",
+ title: "Climate Tech", description: "Supporting resilient infrastructure and sustainable innovation for coastal cities.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/aerial-view-of-miami-skyline-with-modern-1775350056978-9718e11b.png", imageAlt: "Climate Tech" },
+ items: [{ icon: Zap, text: "Renewable Energy" }, { icon: Shield, text: "Infrastructure Resilience" }],
+ reverse: false
},
{
- title: "Fintech & Crypto",
- description: "Harnessing the regulatory and financial ecosystem of the Miami market.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/minimalist-corporate-board-meeting-with--1775350057562-0b1f27db.png?_wi=2",
- imageAlt: "Fintech",
- },
- items: [
- {
- icon: BarChart,
- text: "Digital Assets",
- },
- {
- icon: DollarSign,
- text: "Payment Solutions",
- },
- ],
- reverse: true,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/minimalist-corporate-board-meeting-with--1775350057562-0b1f27db.png?_wi=3",
- imageAlt: "Minimalist corporate board meeting with blurred ocean background. High contrast, professional lighti",
+ title: "Fintech & Crypto", description: "Harnessing the regulatory and financial ecosystem of the Miami market.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/minimalist-corporate-board-meeting-with--1775350057562-0b1f27db.png", imageAlt: "Fintech" },
+ items: [{ icon: BarChart, text: "Digital Assets" }, { icon: DollarSign, text: "Payment Solutions" }],
+ reverse: true
},
{
- title: "AI & Automation",
- description: "Investing in software that drives meaningful efficiency for global enterprise.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/abstract-view-of-digital-data-streams-ov-1775350058142-89b13ddc.png?_wi=2",
- imageAlt: "AI Growth",
- },
- items: [
- {
- icon: Cpu,
- text: "Machine Learning",
- },
- {
- icon: Cpu,
- text: "Autonomous Workflow",
- },
- ],
- reverse: false,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/abstract-view-of-digital-data-streams-ov-1775350058142-89b13ddc.png?_wi=3",
- imageAlt: "Abstract view of digital data streams overlapping with Miami palm trees silhouette. High-tech, ventu",
- },
+ title: "AI & Automation", description: "Investing in software that drives meaningful efficiency for global enterprise.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/abstract-view-of-digital-data-streams-ov-1775350058142-89b13ddc.png", imageAlt: "AI Growth" },
+ items: [{ icon: Cpu, text: "Machine Learning" }, { icon: Cpu, text: "Autonomous Workflow" }],
+ reverse: false
+ }
]}
title="Investment Thesis"
description="We focus on high-growth sectors where Miami provides a unique strategic advantage."
@@ -187,34 +96,15 @@ export default function LandingPage() {
@@ -319,40 +146,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file