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() {