diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fe29fd0..0c18363 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const sourceCodePro = Source_Code_Pro({ - variable: "--font-source-code-pro", - subsets: ["latin"], + variable: "--font-source-code-pro", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Kapital - Premium Investment Management & Wealth Advisory", - description: "Expert investment management for high-net-worth individuals. Grow your wealth with our data-driven strategies and personalized portfolio management services.", - keywords: "investment management, wealth advisory, portfolio management, financial planning, high net worth investors", - metadataBase: new URL("https://kapitalinvest.com"), + title: "Kapital - Premium Investment Management & Wealth Advisory", description: "Expert investment management for high-net-worth individuals. Grow your wealth with our data-driven strategies and personalized portfolio management services.", keywords: "investment management, wealth advisory, portfolio management, financial planning, high net worth investors", metadataBase: new URL("https://kapitalinvest.com"), alternates: { canonical: "https://kapitalinvest.com" }, openGraph: { - title: "Kapital - Premium Investment Management", - description: "Transform your wealth with strategic investment solutions from industry experts", - url: "https://kapitalinvest.com", - siteName: "Kapital", - type: "website", - images: [ + title: "Kapital - Premium Investment Management", description: "Transform your wealth with strategic investment solutions from industry experts", url: "https://kapitalinvest.com", siteName: "Kapital", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", - alt: "Kapital Investment Management" + url: "https://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", alt: "Kapital Investment Management" } ] }, twitter: { - card: "summary_large_image", - title: "Kapital - Premium Investment Management", - description: "Grow your wealth with expert-led investment strategies", - images: ["https://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg"] + card: "summary_large_image", title: "Kapital - Premium Investment Management", description: "Grow your wealth with expert-led investment strategies", images: ["https://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg"] }, robots: { index: true, 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: "#" },