From 65f4e5385a333acc03c07f0b68e5953b774ccdae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:22:38 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 09d270c..565d231 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -31,7 +31,8 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Schedule Consultation", href: "/contact"}} + text: "Schedule Consultation", href: "/contact" + }} /> @@ -42,12 +43,15 @@ export default function ContactPage() { description="Schedule a confidential consultation with one of our wealth advisors. We'll discuss your financial goals, review your current strategy, and explore how we can help you build and protect your legacy." buttons={[ { - text: "Schedule Consultation", href: "/contact"}, + text: "Schedule Consultation", href: "/contact" + }, { - text: "Download Our Insights", href: "#"}, + text: "Download Our Insights", href: "#" + }, ]} background={{ - variant: "gradient-bars"}} + variant: "gradient-bars" + }} useInvertedBackground={false} tagAnimation="slide-up" buttonAnimation="slide-up" @@ -65,17 +69,23 @@ export default function ContactPage() { animationType="smooth" faqs={[ { - id: "1", title: "What is the minimum investment to work with Ascent Wealth?", content: "Our services are designed for high-net-worth individuals typically with investable assets of $5 million or more. We also work with family offices managing larger institutional portfolios. Contact us to discuss your specific situation."}, + id: "1", title: "What is the minimum investment to work with Ascent Wealth?", content: "Our services are designed for high-net-worth individuals typically with investable assets of $5 million or more. We also work with family offices managing larger institutional portfolios. Contact us to discuss your specific situation." + }, { - id: "2", title: "How do you approach portfolio management?", content: "We use a diversified, globally-allocated approach tailored to each client's risk tolerance, time horizon, and financial objectives. Our investment philosophy emphasizes long-term wealth building, tax efficiency, and risk-adjusted returns."}, + id: "2", title: "How do you approach portfolio management?", content: "We use a diversified, globally-allocated approach tailored to each client's risk tolerance, time horizon, and financial objectives. Our investment philosophy emphasizes long-term wealth building, tax efficiency, and risk-adjusted returns." + }, { - id: "3", title: "What services are included in your comprehensive package?", content: "Our full-service offering includes investment management, tax planning, estate planning, risk management, cash flow analysis, and retirement planning—all coordinated through your dedicated relationship manager."}, + id: "3", title: "What services are included in your comprehensive package?", content: "Our full-service offering includes investment management, tax planning, estate planning, risk management, cash flow analysis, and retirement planning—all coordinated through your dedicated relationship manager." + }, { - id: "4", title: "How are your fees structured?", content: "We offer transparent, tiered fee structures based on assets under management. Typical fees range from 0.75% to 1.25% annually, depending on portfolio size and service complexity. We also offer flat fee arrangements for specific planning services."}, + id: "4", title: "How are your fees structured?", content: "We offer transparent, tiered fee structures based on assets under management. Typical fees range from 0.75% to 1.25% annually, depending on portfolio size and service complexity. We also offer flat fee arrangements for specific planning services." + }, { - id: "5", title: "Do you work with family offices and multi-generational wealth?", content: "Yes, we specialize in family office services and have extensive experience structuring wealth for smooth multi-generational transfer. Our advisors work closely with legal and tax professionals to optimize your family's wealth strategy."}, + id: "5", title: "Do you work with family offices and multi-generational wealth?", content: "Yes, we specialize in family office services and have extensive experience structuring wealth for smooth multi-generational transfer. Our advisors work closely with legal and tax professionals to optimize your family's wealth strategy." + }, { - id: "6", title: "How can I get started with a consultation?", content: "Schedule a confidential initial consultation through our website or call our main office. During this meeting, we'll discuss your financial goals, current situation, and how our team can help you achieve your wealth objectives."}, + id: "6", title: "How can I get started with a consultation?", content: "Schedule a confidential initial consultation through our website or call our main office. During this meeting, we'll discuss your financial goals, current situation, and how our team can help you achieve your wealth objectives." + }, ]} tagAnimation="slide-up" /> @@ -85,9 +95,11 @@ export default function ContactPage() {