Merge version_1 into main #1
@@ -69,7 +69,7 @@ export default function AboutPage() {
|
||||
icon: Shield,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg?_wi=2"
|
||||
imageAlt="Luxury estate property interior elegant"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -127,7 +127,7 @@ export default function AboutPage() {
|
||||
name: "Margaret Sterling",
|
||||
role: "Chief Investment Officer",
|
||||
description: "Former managing director at Goldman Sachs with 28 years of portfolio management and strategy experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=2",
|
||||
imageAlt: "Margaret Sterling, CIO",
|
||||
socialLinks: [
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function AboutPage() {
|
||||
name: "David Kensington",
|
||||
role: "Wealth Strategy Director",
|
||||
description: "Harvard Law graduate specializing in estate planning and tax optimization for ultra-high-net-worth clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg?_wi=2",
|
||||
imageAlt: "David Kensington, Director",
|
||||
socialLinks: [
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function AboutPage() {
|
||||
name: "Victoria Chen",
|
||||
role: "Relationship Manager",
|
||||
description: "Dedicated partner focused on understanding your family's values and translating them into actionable wealth strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148407517.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148407517.jpg?_wi=2",
|
||||
imageAlt: "Victoria Chen, Relationship Manager",
|
||||
socialLinks: [
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function AboutPage() {
|
||||
name: "James Whitmore",
|
||||
role: "Risk Management Specialist",
|
||||
description: "Expert in asset protection and insurance strategies with credentials in financial risk management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=2",
|
||||
imageAlt: "James Whitmore, Risk Specialist",
|
||||
socialLinks: [
|
||||
{
|
||||
@@ -183,7 +183,7 @@ export default function AboutPage() {
|
||||
name: "Catherine Moore",
|
||||
role: "Private Client Advisor",
|
||||
description: "Compassionate advisor specializing in generational wealth transfer and family office services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-signing-contract_1098-885.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-signing-contract_1098-885.jpg?_wi=2",
|
||||
imageAlt: "Catherine Moore, Client Advisor",
|
||||
socialLinks: [
|
||||
{
|
||||
@@ -197,7 +197,7 @@ export default function AboutPage() {
|
||||
name: "Robert Harrison",
|
||||
role: "Alternative Investments Lead",
|
||||
description: "Pioneering strategist in private equity, real estate, and alternative investment vehicles for accredited investors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=2",
|
||||
imageAlt: "Robert Harrison, Alternative Investments",
|
||||
socialLinks: [
|
||||
{
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Public_Sans } 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 { Public_Sans } 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 publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Ascent Wealth Management | Luxury Estate Planning for High-Net-Worth Individuals",
|
||||
description: "Expert wealth management and estate planning for high-net-worth families. Comprehensive financial strategies, tax optimization, and legacy preservation. $8.7B+ AUM.",
|
||||
keywords: "wealth management, estate planning, high-net-worth advisory, portfolio management, tax planning, luxury wealth, financial planning",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Ascent Wealth Management | Premium Wealth Advisory",
|
||||
description: "Expert wealth management strategies for high-net-worth individuals and families. Tailored advisory, portfolio management, and legacy planning.",
|
||||
siteName: "Ascent Wealth",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149300627.jpg",
|
||||
alt: "Luxury wealth management office",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Ascent Wealth Management | Premium Financial Advisory",
|
||||
description: "Expert wealth management for high-net-worth families. Comprehensive planning, investment management, tax optimization.",
|
||||
images: ["http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-together_23-2149300627.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
icon: Shield,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg?_wi=1"
|
||||
imageAlt="Luxury wealth management office"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -146,7 +146,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"We construct carefully balanced portfolios tailored to your risk tolerance and time horizon. Our investment philosophy combines active management with strategic diversification to achieve optimal risk-adjusted returns while protecting your capital.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/business-woman-business-man-with-diagram-document-puzzle_24640-45223.jpg",
|
||||
"http://img.b2bpic.net/free-vector/business-woman-business-man-with-diagram-document-puzzle_24640-45223.jpg?_wi=1",
|
||||
imageAlt: "Portfolio management interface",
|
||||
buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Our specialized tax advisors implement sophisticated strategies to minimize tax liabilities while maintaining compliance. From income tax optimization to estate tax planning, we help preserve more of your wealth for your family.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-view-female-office-worker-messaging-online_273609-14006.jpg",
|
||||
"http://img.b2bpic.net/free-photo/cropped-view-female-office-worker-messaging-online_273609-14006.jpg?_wi=1",
|
||||
imageAlt: "Tax strategy planning",
|
||||
},
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"We design comprehensive estate plans that protect your assets, minimize taxes, and ensure your wealth transfers smoothly to the next generation according to your wishes.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mature-legal-advisor-helping-young-customer-complete-document-form_74855-10264.jpg",
|
||||
"http://img.b2bpic.net/free-photo/mature-legal-advisor-helping-young-customer-complete-document-form_74855-10264.jpg?_wi=1",
|
||||
imageAlt: "Estate planning documents",
|
||||
},
|
||||
{
|
||||
@@ -243,7 +243,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Former managing director at Goldman Sachs with 28 years of portfolio management and strategy experience.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=1",
|
||||
imageAlt: "Margaret Sterling, CIO",
|
||||
socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
||||
},
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Harvard Law graduate specializing in estate planning and tax optimization for ultra-high-net-worth clients.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg?_wi=1",
|
||||
imageAlt: "David Kensington, Director",
|
||||
socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
||||
},
|
||||
@@ -265,7 +265,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Dedicated partner focused on understanding your family's values and translating them into actionable wealth strategy.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148407517.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148407517.jpg?_wi=1",
|
||||
imageAlt: "Victoria Chen, Relationship Manager",
|
||||
socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
||||
},
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Expert in asset protection and insurance strategies with credentials in financial risk management.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=1",
|
||||
imageAlt: "James Whitmore, Risk Specialist",
|
||||
socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
||||
},
|
||||
@@ -287,7 +287,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Compassionate advisor specializing in generational wealth transfer and family office services.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-signing-contract_1098-885.jpg",
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-signing-contract_1098-885.jpg?_wi=1",
|
||||
imageAlt: "Catherine Moore, Client Advisor",
|
||||
socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
||||
},
|
||||
@@ -298,7 +298,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Pioneering strategist in private equity, real estate, and alternative investment vehicles for accredited investors.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
"http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=1",
|
||||
imageAlt: "Robert Harrison, Alternative Investments",
|
||||
socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
||||
},
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function ServicesPage() {
|
||||
description:
|
||||
"We construct carefully balanced portfolios tailored to your risk tolerance and time horizon. Our investment philosophy combines active management with strategic diversification to achieve optimal risk-adjusted returns while protecting your capital. Each portfolio is regularly rebalanced and monitored to align with your evolving financial objectives.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/business-woman-business-man-with-diagram-document-puzzle_24640-45223.jpg",
|
||||
"http://img.b2bpic.net/free-vector/business-woman-business-man-with-diagram-document-puzzle_24640-45223.jpg?_wi=2",
|
||||
imageAlt: "Portfolio management interface",
|
||||
buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
@@ -66,7 +66,7 @@ export default function ServicesPage() {
|
||||
description:
|
||||
"Our specialized tax advisors implement sophisticated strategies to minimize tax liabilities while maintaining compliance. From income tax optimization to estate tax planning, we help preserve more of your wealth for your family. We coordinate with your accountants and legal advisors to ensure comprehensive tax efficiency across all your assets.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-view-female-office-worker-messaging-online_273609-14006.jpg",
|
||||
"http://img.b2bpic.net/free-photo/cropped-view-female-office-worker-messaging-online_273609-14006.jpg?_wi=2",
|
||||
imageAlt: "Tax strategy planning",
|
||||
buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
@@ -78,7 +78,7 @@ export default function ServicesPage() {
|
||||
description:
|
||||
"We design comprehensive estate plans that protect your assets, minimize taxes, and ensure your wealth transfers smoothly to the next generation according to your wishes. Our advisors work with estate attorneys to structure wills, trusts, and other legal instruments that reflect your values and protect your family's interests.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mature-legal-advisor-helping-young-customer-complete-document-form_74855-10264.jpg",
|
||||
"http://img.b2bpic.net/free-photo/mature-legal-advisor-helping-young-customer-complete-document-form_74855-10264.jpg?_wi=2",
|
||||
imageAlt: "Estate planning documents",
|
||||
buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user