From c18c029c259e6e2d2953d6a01c3edc614d6e8e9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:19:51 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 74e45c6..a118142 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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: [ { -- 2.49.1 From f52cc6fd7468956e7a2908520ce5272ae17d11ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:19:52 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 50 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 590a34c..e2ea591 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}