diff --git a/src/app/page.tsx b/src/app/page.tsx
index 295a14f..ae83c7a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FooterCard from '@/components/sections/footer/FooterCard';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
@@ -32,82 +32,35 @@ export default function LandingPage() {
@@ -116,37 +69,24 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- tag: "Automated", title: "Tax Advisor AI", subtitle: "Always accurate", description: "Calculate taxes on additional income automatically.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v6o3n5"},
- {
- tag: "Wealth", title: "Net Worth Tracking", subtitle: "Visual growth", description: "Real-time updates on your assets and liabilities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3xo6kp"},
- {
- tag: "Productivity", title: "Weekly Goal Planner", subtitle: "Stay on track", description: "Set and monitor up to 5 habits per week.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yv6arb"},
+ { tag: "Automatyzacja", title: "AI Doradca Podatkowy", subtitle: "Zawsze dokładny", description: "Automatycznie obliczaj podatki od dodatkowych dochodów.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v6o3n5" },
+ { tag: "Majątek", title: "Śledzenie Wartości Netto", subtitle: "Wizualny wzrost", description: "Aktualizacje aktywów i zobowiązań w czasie rzeczywistym.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3xo6kp" },
+ { tag: "Rozwój", title: "Planer Celów Tygodniowych", subtitle: "Bądź na bieżąco", description: "Ustalaj i monitoruj nawyki budujące Twoją zamożność.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yv6arb" },
]}
- title="Smart Features for Growth"
- description="Powerful tools to manage your money efficiently."
+ title="Inteligentne Narzędzia Wzrostu"
+ description="Potężne rozwiązania do efektywnego zarządzania pieniędzmi i rozwojem."
/>
@@ -157,52 +97,28 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "$125k", title: "Net Worth", items: [
- "Assets", "Liabilities", "Growth"],
- },
- {
- id: "m2", value: "85%", title: "Budget Efficiency", items: [
- "Income", "Expense", "Savings"],
- },
- {
- id: "m3", value: "5/5", title: "Weekly Goals", items: [
- "Target", "Completed", "Status"],
- },
+ { id: "m1", value: "125 tys.", title: "Wartość Netto", items: ["Aktywa", "Zobowiązania", "Wzrost"] },
+ { id: "m2", value: "85%", title: "Wydajność Budżetu", items: ["Dochód", "Wydatki", "Oszczędności"] },
+ { id: "m3", value: "5/5", title: "Cele Tygodniowe", items: ["Założenia", "Wykonane", "Status"] },
]}
- title="Financial Insights"
- description="High-level overview of your economic performance."
+ title="Wgląd Finansowy"
+ description="Przegląd Twojej kondycji ekonomicznej."
/>
@@ -211,33 +127,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
+ title="Zaufanie Użytkowników"
+ description="Zobacz, dlaczego inni wybierają naszą platformę do budowania wolności finansowej."
testimonials={[
- {
- id: "t1", name: "Sarah Lee", role: "User", company: "Growth", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nfdq4v"},
- {
- id: "t2", name: "Mike Ross", role: "User", company: "Finance", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o9pv7r"},
- {
- id: "t3", name: "Jane Doe", role: "User", company: "Tech", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u603oq"},
- {
- id: "t4", name: "Tom White", role: "User", company: "Dev", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cvhug7"},
- {
- id: "t5", name: "Anna Green", role: "User", company: "Consult", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3tcy83"},
+ { id: "t1", name: "Sarah Lee", role: "Użytkownik", company: "Wzrost", rating: 5 },
+ { id: "t2", name: "Mike Ross", role: "Użytkownik", company: "Finanse", rating: 5 },
]}
- kpiItems={[
- {
- value: "10k+", label: "Active Users"},
- {
- value: "50M+", label: "Transactions"},
- {
- value: "99%", label: "Accuracy"},
- ]}
- title="Trusted by Users"
- description="See why others choose our platform for financial freedom."
+ kpiItems={[{ value: "10k+", label: "Aktywnych" }, { value: "50M+", label: "Transakcji" }, { value: "99%", label: "Dokładności" }]}
/>
@@ -246,41 +142,38 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1", title: "How do I calculate net worth?", content: "Our platform aggregates your assets and liabilities automatically."},
- {
- id: "f2", title: "Is my financial data safe?", content: "Yes, we use military-grade encryption for all user data."},
- {
- id: "f3", title: "Can I track tax for side income?", content: "Absolutely, the tax advisor module handles multiple income streams."},
+ { id: "f1", title: "Jak obliczyć wartość netto?", content: "Platforma automatycznie agreguje Twoje aktywa i zobowiązania." },
+ { id: "f2", title: "Czy moje dane są bezpieczne?", content: "Tak, stosujemy szyfrowanie klasy wojskowej dla wszystkich danych." },
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ly58s"
- mediaAnimation="slide-up"
- title="Frequently Asked"
- description="Answers to common questions about our platform."
+ title="Najczęstsze Pytania"
+ description="Odpowiedzi na pytania o naszą platformę."
faqsAnimation="blur-reveal"
/>
-
);
-}
\ No newline at end of file
+}