diff --git a/src/app/page.tsx b/src/app/page.tsx
index b83d145..b294e93 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,8 +7,10 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import FaqDouble from '@/components/sections/faq/FaqDouble';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
-import { TrendingUp, Award, Lightbulb, BarChart3 } from 'lucide-react';
+import { TrendingUp, Award, Lightbulb, BarChart3, HelpCircle, Phone } from 'lucide-react';
export default function HomePage() {
return (
@@ -28,8 +30,7 @@ export default function HomePage() {
@@ -47,34 +48,22 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
carouselItems={[
{
- id: "1",
- imageSrc: "https://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg",
- imageAlt: "Financial chart and portfolio growth"
+ id: "1", imageSrc: "https://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", imageAlt: "Financial chart and portfolio growth"
},
{
- id: "2",
- imageSrc: "https://img.b2bpic.net/free-vector/flat-design-waterfall-chart-collection_23-2148584203.jpg",
- imageAlt: "Wealth management and investment planning"
+ id: "2", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-waterfall-chart-collection_23-2148584203.jpg", imageAlt: "Wealth management and investment planning"
},
{
- id: "3",
- imageSrc: "https://img.b2bpic.net/free-photo/technological-devices-with-statistics-documents_1232-485.jpg",
- imageAlt: "Market analysis and trading dashboard"
+ id: "3", imageSrc: "https://img.b2bpic.net/free-photo/technological-devices-with-statistics-documents_1232-485.jpg", imageAlt: "Market analysis and trading dashboard"
},
{
- id: "4",
- imageSrc: "https://img.b2bpic.net/free-vector/flat-waterfall-chart-collection_23-2148597357.jpg",
- imageAlt: "Portfolio diversification strategies"
+ id: "4", imageSrc: "https://img.b2bpic.net/free-vector/flat-waterfall-chart-collection_23-2148597357.jpg", imageAlt: "Portfolio diversification strategies"
},
{
- id: "5",
- imageSrc: "https://img.b2bpic.net/free-vector/social-media-analysis-design-graphs_53876-114315.jpg",
- imageAlt: "Wealth building and financial success"
+ id: "5", imageSrc: "https://img.b2bpic.net/free-vector/social-media-analysis-design-graphs_53876-114315.jpg", imageAlt: "Wealth building and financial success"
},
{
- id: "6",
- imageSrc: "https://img.b2bpic.net/free-vector/gradient-waterfall-chart-collection_23-2148593633.jpg",
- imageAlt: "Investment opportunities and asset allocation"
+ id: "6", imageSrc: "https://img.b2bpic.net/free-vector/gradient-waterfall-chart-collection_23-2148593633.jpg", imageAlt: "Investment opportunities and asset allocation"
}
]}
autoPlay={true}
@@ -94,7 +83,36 @@ export default function HomePage() {
]}
imageSrc="https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg"
imageAlt="Kapital investment team in office"
- useInvertedBackground="invertDefault"
+ useInvertedBackground="noInvert"
+ />
+
+
+
+
@@ -130,7 +148,55 @@ export default function HomePage() {
{ src: "https://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Lisa Anderson" },
{ src: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Michael Foster" }
]}
- useInvertedBackground="invertDefault"
+ useInvertedBackground="noInvert"
+ />
+
+
+
+
+
+
+
+
@@ -140,8 +206,7 @@ export default function HomePage() {
copyrightText="© 2025 Kapital Investment Agency. All rights reserved."
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Wealth Management", href: "/services" },
{ label: "Portfolio Management", href: "/services" },
{ label: "Financial Planning", href: "/services" },
@@ -149,17 +214,15 @@ export default function HomePage() {
]
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
- { label: "Blog", href: "#" },
+ { label: "Blog", href: "/blog" },
{ label: "Careers", href: "#" }
]
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "FAQ", href: "/support" },
{ label: "Contact Us", href: "/contact" },
{ label: "Privacy Policy", href: "#" },