Update src/app/page.tsx

This commit is contained in:
2026-03-12 13:25:53 +00:00
parent 719e69529f
commit 5f406d3888

View File

@@ -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() {
<ContactText
text="847 investors are already waiting. Join them. Founding Member pricing is limited."
animationType="entrance-slide"
background={{ variant: "radial-gradient" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={true}
buttons={[
{ text: "Join waitlist", href: "#waitlist" },