diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7441b70..2927414 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,56 +32,28 @@ export default function LandingPage() {
@@ -205,25 +137,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "$2B",
- title: "Value Created",
- description: "Assets under guidance",
- icon: Award,
+ id: "m1", value: "$2B", title: "Value Created", description: "Assets under guidance", icon: Award,
},
{
- id: "m2",
- value: "25+",
- title: "Global Markets",
- description: "Active operations",
- icon: Star,
+ id: "m2", value: "25+", title: "Global Markets", description: "Active operations", icon: Star,
},
{
- id: "m3",
- value: "100%",
- title: "Security Rate",
- description: "Uncompromised safety",
- icon: Shield,
+ id: "m3", value: "100%", title: "Security Rate", description: "Uncompromised safety", icon: Shield,
},
]}
title="Key Achievements"
@@ -237,45 +157,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- title: "Exemplary",
- quote: "The most sophisticated team I have worked with.",
- name: "Elena Rossi",
- role: "CEO, Rossi Holdings",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-posing-holding-champaign-glass_176420-3753.jpg",
- },
+ id: "t1", title: "Exemplary", quote: "The most sophisticated team I have worked with.", name: "Elena Rossi", role: "CEO, Rossi Holdings", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-posing-holding-champaign-glass_176420-3753.jpg"},
{
- id: "t2",
- title: "Visionary",
- quote: "They redefine what luxury service looks like.",
- name: "Marcus Thorne",
- role: "Founder, Thorne Group",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-looking-window_23-2148415845.jpg",
- },
+ id: "t2", title: "Visionary", quote: "They redefine what luxury service looks like.", name: "Marcus Thorne", role: "Founder, Thorne Group", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-looking-window_23-2148415845.jpg"},
{
- id: "t3",
- title: "Flawless",
- quote: "Precision, elegance, and integrity.",
- name: "Sarah Jenkins",
- role: "Director, Jenkins Law",
- imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg",
- },
+ id: "t3", title: "Flawless", quote: "Precision, elegance, and integrity.", name: "Sarah Jenkins", role: "Director, Jenkins Law", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg"},
{
- id: "t4",
- title: "Exceptional",
- quote: "They exceeded all our expectations.",
- name: "David Wu",
- role: "Manager, Wu Enterprises",
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-6089.jpg",
- },
+ id: "t4", title: "Exceptional", quote: "They exceeded all our expectations.", name: "David Wu", role: "Manager, Wu Enterprises", imageSrc: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-6089.jpg"},
{
- id: "t5",
- title: "Premium",
- quote: "A truly white-glove business experience.",
- name: "Julian Vance",
- role: "Partner, Vance Capital",
- imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
- },
+ id: "t5", title: "Premium", quote: "A truly white-glove business experience.", name: "Julian Vance", role: "Partner, Vance Capital", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"},
]}
title="Voices of Distinction"
description="Refining excellence through our client partnerships."
@@ -288,22 +178,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "What defines your approach?",
- content: "We prioritize a bespoke, personal relationship.",
- },
+ id: "q1", title: "What defines your approach?", content: "We prioritize a bespoke, personal relationship."},
{
- id: "q2",
- title: "Is my data secure?",
- content: "Security is our highest priority.",
- },
+ id: "q2", title: "Is my data secure?", content: "Security is our highest priority."},
{
- id: "q3",
- title: "How do we start?",
- content: "Schedule an initial discovery consultation.",
- },
+ id: "q3", title: "How do we start?", content: "Schedule an initial discovery consultation."},
]}
- imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292795.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292795.jpg"
title="Frequently Asked"
description="Clear answers for our clients."
faqsAnimation="blur-reveal"
@@ -316,8 +197,7 @@ export default function LandingPage() {