Merge version_1 into main #1
@@ -44,7 +44,7 @@ export default function AboutPage() {
|
||||
{ value: "25+", title: "Years of Industry Experience" },
|
||||
{ value: "100+", title: "Specialized Team Members" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg?_wi=3"
|
||||
imageAlt="CDG Financial Advisory expertise and analytics"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -90,7 +90,7 @@ export default function AboutPage() {
|
||||
description="Reach out to CDG today to discuss how our elite financial advisory and strategic consulting can support your wealth management goals and investment objectives."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-serious-colleagues-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11650.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-serious-colleagues-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11650.jpg?_wi=2"
|
||||
imageAlt="Professional consultation with CDG advisors"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function ContactPage() {
|
||||
name: "Jonathan Pierce",
|
||||
handle: "CEO, Capital Growth Partners",
|
||||
testimonial: "Professional financial advisors with multiple advanced tools. Their strategies and financial knowledge are truly exceptional. CDG transformed our portfolio strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=3",
|
||||
imageAlt: "Jonathan Pierce",
|
||||
},
|
||||
{
|
||||
@@ -90,7 +90,7 @@ export default function ContactPage() {
|
||||
name: "Victoria Chen",
|
||||
handle: "CIO, Wealth Management Group",
|
||||
testimonial: "Financial advisors of the highest level. Their professionalism and skills set them apart. The institutional expertise is evident in every recommendation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012908.jpg?_wi=3",
|
||||
imageAlt: "Victoria Chen",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function ContactPage() {
|
||||
name: "Michael Thompson",
|
||||
handle: "Director, Investment Strategy",
|
||||
testimonial: "Excellent risk management and financial assessment models. Highly recommended for any serious investor. Their analytical rigor is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-black-suit_23-2147955368.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-black-suit_23-2147955368.jpg?_wi=2",
|
||||
imageAlt: "Michael Thompson",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function ContactPage() {
|
||||
name: "Alexandra Ross",
|
||||
handle: "Partner, Private Investment Fund",
|
||||
testimonial: "High-level financial consulting with exceptional professionalism. CDG's approach to strategic planning elevated our entire advisory framework.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2",
|
||||
imageAlt: "Alexandra Ross",
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@ export default function ContactPage() {
|
||||
name: "David Hartley",
|
||||
handle: "Managing Director, Institutional Wealth",
|
||||
testimonial: "The caliber of financial expertise and institutional knowledge CDG brings is exceptional. A true partner in complex financial strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=4",
|
||||
imageAlt: "David Hartley",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function ContactPage() {
|
||||
name: "Sarah Mitchell",
|
||||
handle: "VP, Global Financial Strategy",
|
||||
testimonial: "Working with CDG has been transformational. Their risk management frameworks and strategic insights consistently exceed expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012908.jpg?_wi=4",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
]}
|
||||
@@ -139,7 +139,7 @@ export default function ContactPage() {
|
||||
description="Connect with CDG to access professional financial consulting and advanced strategic advisory tailored to your investment objectives and capital preservation goals."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-serious-colleagues-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11650.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-serious-colleagues-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11650.jpg?_wi=3"
|
||||
imageAlt="Professional financial consultation setting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Figtree } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Figtree } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CDG - Elite Financial Advisory | Strategic Consulting",
|
||||
description: "Premium financial consulting and advisory services for high-net-worth clients. Advanced risk management, investment strategies, and institutional-grade financial expertise.",
|
||||
keywords: "financial advisory, wealth management, investment strategy, risk management, financial consulting, high-net-worth advisory",
|
||||
metadataBase: new URL("https://cdg-advisory.com"),
|
||||
alternates: {
|
||||
canonical: "https://cdg-advisory.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "CDG - Elite Financial Advisory",
|
||||
description: "Strategic Financial Intelligence. Premium advisory for serious investors.",
|
||||
url: "https://cdg-advisory.com",
|
||||
siteName: "CDG Financial Advisory",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://cdg-advisory.com/og-image.jpg",
|
||||
alt: "CDG Financial Advisory - Luxury Financial Consulting",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "CDG - Elite Financial Advisory",
|
||||
description: "Strategic Financial Intelligence for Modern Investors",
|
||||
images: ["https://cdg-advisory.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${figtree.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
{ value: "500+", title: "High-Net-Worth Clients Served" },
|
||||
{ value: "$2.3B+", title: "Assets Under Advisory" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg?_wi=1"
|
||||
imageAlt="Advanced financial analytics and data visualization"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -111,7 +111,7 @@ export default function HomePage() {
|
||||
value: "01",
|
||||
title: "Financial Analysis",
|
||||
description: "Deep assessment of financial objectives and risk tolerance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg?_wi=1",
|
||||
imageAlt: "Financial analysis and strategic planning",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function HomePage() {
|
||||
value: "02",
|
||||
title: "Strategic Planning",
|
||||
description: "Tailored financial strategies using advanced tools and models",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg?_wi=2",
|
||||
imageAlt: "Strategic planning and analysis",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function HomePage() {
|
||||
value: "03",
|
||||
title: "Implementation",
|
||||
description: "Execution through carefully selected financial instruments",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-his-staff_1098-2177.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-his-staff_1098-2177.jpg?_wi=1",
|
||||
imageAlt: "Implementation and execution",
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function HomePage() {
|
||||
value: "04",
|
||||
title: "Continuous Optimization",
|
||||
description: "Markets evolve. Our strategies evolve with them.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg?_wi=2",
|
||||
imageAlt: "Continuous optimization and adaptation",
|
||||
},
|
||||
]}
|
||||
@@ -155,7 +155,7 @@ export default function HomePage() {
|
||||
name: "Jonathan Pierce",
|
||||
handle: "CEO, Capital Growth Partners",
|
||||
testimonial: "Professional financial advisors with multiple advanced tools. Their strategies and financial knowledge are truly exceptional. CDG transformed our portfolio strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1",
|
||||
imageAlt: "Jonathan Pierce",
|
||||
},
|
||||
{
|
||||
@@ -163,7 +163,7 @@ export default function HomePage() {
|
||||
name: "Victoria Chen",
|
||||
handle: "CIO, Wealth Management Group",
|
||||
testimonial: "Financial advisors of the highest level. Their professionalism and skills set them apart. The institutional expertise is evident in every recommendation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012908.jpg?_wi=1",
|
||||
imageAlt: "Victoria Chen",
|
||||
},
|
||||
{
|
||||
@@ -171,7 +171,7 @@ export default function HomePage() {
|
||||
name: "Michael Thompson",
|
||||
handle: "Director, Investment Strategy",
|
||||
testimonial: "Excellent risk management and financial assessment models. Highly recommended for any serious investor. Their analytical rigor is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-black-suit_23-2147955368.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-black-suit_23-2147955368.jpg?_wi=1",
|
||||
imageAlt: "Michael Thompson",
|
||||
},
|
||||
{
|
||||
@@ -179,7 +179,7 @@ export default function HomePage() {
|
||||
name: "Alexandra Ross",
|
||||
handle: "Partner, Private Investment Fund",
|
||||
testimonial: "High-level financial consulting with exceptional professionalism. CDG's approach to strategic planning elevated our entire advisory framework.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
|
||||
imageAlt: "Alexandra Ross",
|
||||
},
|
||||
{
|
||||
@@ -187,7 +187,7 @@ export default function HomePage() {
|
||||
name: "David Hartley",
|
||||
handle: "Managing Director, Institutional Wealth",
|
||||
testimonial: "The caliber of financial expertise and institutional knowledge CDG brings is exceptional. A true partner in complex financial strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2",
|
||||
imageAlt: "David Hartley",
|
||||
},
|
||||
{
|
||||
@@ -195,7 +195,7 @@ export default function HomePage() {
|
||||
name: "Sarah Mitchell",
|
||||
handle: "VP, Global Financial Strategy",
|
||||
testimonial: "Working with CDG has been transformational. Their risk management frameworks and strategic insights consistently exceed expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012908.jpg?_wi=2",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
]}
|
||||
@@ -212,7 +212,7 @@ export default function HomePage() {
|
||||
description="Connect with CDG to access professional financial consulting and advanced strategic advisory tailored to your investment objectives and capital preservation goals."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-serious-colleagues-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11650.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-serious-colleagues-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11650.jpg?_wi=1"
|
||||
imageAlt="Professional financial consultation setting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -116,7 +116,7 @@ export default function ServicesPage() {
|
||||
value: "01",
|
||||
title: "Financial Analysis",
|
||||
description: "Deep assessment of financial objectives and risk tolerance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg?_wi=3",
|
||||
imageAlt: "Financial analysis and strategic planning",
|
||||
},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function ServicesPage() {
|
||||
value: "02",
|
||||
title: "Strategic Planning",
|
||||
description: "Tailored financial strategies using advanced tools and models",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg?_wi=4",
|
||||
imageAlt: "Strategic planning and analysis",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function ServicesPage() {
|
||||
value: "03",
|
||||
title: "Implementation",
|
||||
description: "Execution through carefully selected financial instruments",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-his-staff_1098-2177.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-his-staff_1098-2177.jpg?_wi=2",
|
||||
imageAlt: "Implementation and execution",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function ServicesPage() {
|
||||
value: "04",
|
||||
title: "Continuous Optimization",
|
||||
description: "Markets evolve. Our strategies evolve with them.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg?_wi=4",
|
||||
imageAlt: "Continuous optimization and adaptation",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user