diff --git a/src/app/page.tsx b/src/app/page.tsx index a3edb5a..de0d0c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Predict", id: "predict" }, { name: "Safety", id: "security" }, ]} + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDD7L1H6LIXoixkIcQnEJg1Fj1/uploaded-1779704404099-yrfiktpc.png" brandName="Vancore Finance" /> @@ -50,8 +51,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037202.jpg", imageAlt: "fintech dashboard dark mode ui" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg", imageAlt: "fintech dashboard dark mode ui" }, { imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg", imageAlt: "fintech dashboard dark mode ui" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-investor-looking-stock-trade-sales-computer-using-financial-statistics-plan-business-investment-growth-market-analyst-working-with-real-time-forex-exchange-graphs_482257-40949.jpg", imageAlt: "fintech dashboard dark mode ui" }, - { imageSrc: "http://img.b2bpic.net/free-photo/empty-interior-forex-market-exchange-company-office-with-financial-data-growth-charts-multiple-displays-workspace-equipped-with-workstation-having-finance-statistics-real-time-graph_482257-44513.jpg", imageAlt: "fintech dashboard dark mode ui" }, ]} mediaAnimation="blur-reveal" /> @@ -64,12 +63,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} features={[ - { - title: "Open Banking (PSD2)", description: "Wszystkie konta w jednym bezpiecznym widoku.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-city-place-night-using-texting-app-smartphone_1391-78.jpg", imageAlt: "fintech icon design"}, - { - title: "Tarcza Podatkowa", description: "Automatyczna redukcja kosztów fiskalnych.", imageSrc: "http://img.b2bpic.net/free-photo/white-black-metal-frame_400718-40.jpg", imageAlt: "financial calculator 3d"}, - { - title: "Aktywa Alternatywne", description: "Od ETF po kryptowaluty w jednym panelu.", imageSrc: "http://img.b2bpic.net/free-photo/top-skyscraper-surrounded-with-clouds_181624-156.jpg", imageAlt: "crypto investment icon"}, + { title: "Open Banking (PSD2)", description: "Wszystkie konta w jednym bezpiecznym widoku.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-city-place-night-using-texting-app-smartphone_1391-78.jpg", imageAlt: "fintech icon design" }, + { title: "Tarcza Podatkowa", description: "Automatyczna redukcja kosztów fiskalnych.", imageSrc: "http://img.b2bpic.net/free-photo/white-black-metal-frame_400718-40.jpg", imageAlt: "financial calculator 3d" }, + { title: "Aktywa Alternatywne", description: "Od ETF po kryptowaluty w jednym panelu.", imageSrc: "http://img.b2bpic.net/free-photo/top-skyscraper-surrounded-with-clouds_181624-156.jpg", imageAlt: "crypto investment icon" }, ]} title="System Nexus" description="Wszystko w jednym miejscu: bezpieczna integracja, optymalizacja podatkowa i inteligentny wgląd w aktywa." @@ -80,10 +76,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file