From 5f406d388822f08dda2fcec51a7811313a5ee0b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:25:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 727fcb1..fa4ce69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ContactText from "@/components/sections/contact/ContactText"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Database, Globe, Shield, Sparkles, Zap } from "lucide-react"; +import { Database, Globe, Shield, Sparkles, Zap, ArrowRight, Check } from "lucide-react"; export default function LandingPage() { return ( @@ -48,22 +48,22 @@ export default function LandingPage() { buttons={[{ text: "Get early access →", href: "#waitlist" }]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-using-trade-market-profit-data-screen-create-financial-investment-looking-stock-charts-statistics-male-broker-analyzing-hedge-hund-trend-forex-exchange_482257-39523.jpg?_wi=1", imageAlt: "Investment analysis dashboard showing metrics" + id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqVgQeR7OoU3XeDyP8qH8ouFzg/uploaded-1773321908022-68ywkcgf.jpg", imageAlt: "Investment analysis dashboard showing metrics" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-using-trade-market-profit-data-screen-create-financial-investment-looking-stock-charts-statistics-male-broker-analyzing-hedge-hund-trend-forex-exchange_482257-39523.jpg?_wi=2", imageAlt: "Property investment report interface" + id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqVgQeR7OoU3XeDyP8qH8ouFzg/uploaded-1773321908022-qj0y48af.jpg", imageAlt: "Property investment report interface" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-using-trade-market-profit-data-screen-create-financial-investment-looking-stock-charts-statistics-male-broker-analyzing-hedge-hund-trend-forex-exchange_482257-39523.jpg?_wi=3", imageAlt: "Real estate market analysis dashboard" + id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqVgQeR7OoU3XeDyP8qH8ouFzg/uploaded-1773321908022-rn2r740d.jpg", imageAlt: "Real estate market analysis dashboard" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-using-trade-market-profit-data-screen-create-financial-investment-looking-stock-charts-statistics-male-broker-analyzing-hedge-hund-trend-forex-exchange_482257-39523.jpg?_wi=4", imageAlt: "Investment scenario comparison view" + id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqVgQeR7OoU3XeDyP8qH8ouFzg/uploaded-1773321908022-yb3ch9ok.png", imageAlt: "Investment scenario comparison view" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-using-trade-market-profit-data-screen-create-financial-investment-looking-stock-charts-statistics-male-broker-analyzing-hedge-hund-trend-forex-exchange_482257-39523.jpg?_wi=5", imageAlt: "Tax breakdown and yield calculation" + id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqVgQeR7OoU3XeDyP8qH8ouFzg/uploaded-1773321908022-68ywkcgf.jpg", imageAlt: "Tax breakdown and yield calculation" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-using-trade-market-profit-data-screen-create-financial-investment-looking-stock-charts-statistics-male-broker-analyzing-hedge-hund-trend-forex-exchange_482257-39523.jpg?_wi=6", imageAlt: "Risk assessment and scoring interface" + id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqVgQeR7OoU3XeDyP8qH8ouFzg/uploaded-1773321908022-qj0y48af.jpg", imageAlt: "Risk assessment and scoring interface" } ]} autoPlay={true} @@ -106,7 +106,7 @@ export default function LandingPage() { title="From URL to investment decision." description="No account needed. No spreadsheets. No guesswork." tag="HOW IT WORKS" - imageSrc="http://img.b2bpic.net/free-vector/elegant-web-element-collection_23-2147543852.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqVgQeR7OoU3XeDyP8qH8ouFzg/uploaded-1773321908022-rn2r740d.jpg" imageAlt="Three-step process visualization" mediaAnimation="slide-up" useInvertedBackground={false} @@ -142,7 +142,7 @@ export default function LandingPage() { description="Local expertise in every region" subdescription="Local tax rules, STR regulations, rental yield data and price history — built in for every market." icon={Globe} - imageSrc="http://img.b2bpic.net/free-vector/elegant-web-element-collection_23-2147543852.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqVgQeR7OoU3XeDyP8qH8ouFzg/uploaded-1773321908022-yb3ch9ok.png" imageAlt="European market map coverage" mediaAnimation="slide-up" useInvertedBackground={false} @@ -187,7 +187,7 @@ export default function LandingPage() {