Update src/app/services/page.tsx

This commit is contained in:
2026-01-23 09:54:14 +00:00
parent 1eaa28a5f0
commit d2b978f81b

View File

@@ -1,4 +1,5 @@
"use client"; "use client";
import Link from "next/link";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
@@ -24,10 +25,16 @@ export default function ServicesPage() {
<NavbarStyleMinimal <NavbarStyleMinimal
brandName="QWER" brandName="QWER"
button={{ button={{
text: "Get Started", text: "Get Started", href: "https://qwer.invest/contact"
href: "https://qwer.invest/contact"
}} }}
/> />
<div className="mt-4">
<Link href="/">Home</Link> |
<Link href="/about">About</Link> |
<Link href="/services">Services</Link> |
<Link href="/contact">Contact</Link> |
<Link href="/blog">Blog</Link>
</div>
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
@@ -36,25 +43,16 @@ export default function ServicesPage() {
description="Our full suite of investment solutions designed to meet your financial objectives at every stage of wealth building." description="Our full suite of investment solutions designed to meet your financial objectives at every stage of wealth building."
features={[ features={[
{ {
id: "1", id: "1", title: "Portfolio Management & Asset Allocation", tags: ["Core Service", "Personalized"],
title: "Portfolio Management & Asset Allocation", imageSrc: "https://img.b2bpic.net/free-photo/stock-market-economy-investment-financial-concept_53876-123930.jpg", imageAlt: "Portfolio management visualization"
tags: ["Core Service", "Personalized"],
imageSrc: "https://img.b2bpic.net/free-photo/stock-market-economy-investment-financial-concept_53876-123930.jpg",
imageAlt: "Portfolio management visualization"
}, },
{ {
id: "2", id: "2", title: "Wealth Advisory & Financial Planning", tags: ["Strategic", "Comprehensive"],
title: "Wealth Advisory & Financial Planning", imageSrc: "https://img.b2bpic.net/free-photo/capital-tablet-exchange-screen-skyscraper_1150-1201.jpg", imageAlt: "Wealth advisory consultation"
tags: ["Strategic", "Comprehensive"],
imageSrc: "https://img.b2bpic.net/free-photo/capital-tablet-exchange-screen-skyscraper_1150-1201.jpg",
imageAlt: "Wealth advisory consultation"
}, },
{ {
id: "3", id: "3", title: "Risk Analysis & Strategy Optimization", tags: ["Data-Driven", "Advanced"],
title: "Risk Analysis & Strategy Optimization", imageSrc: "https://img.b2bpic.net/free-photo/close-up-human-hand-business-meeting_329181-13371.jpg", imageAlt: "Risk analysis and strategy"
tags: ["Data-Driven", "Advanced"],
imageSrc: "https://img.b2bpic.net/free-photo/close-up-human-hand-business-meeting_329181-13371.jpg",
imageAlt: "Risk analysis and strategy"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -69,28 +67,16 @@ export default function ServicesPage() {
description="Proven track record of delivering consistent value to our clients." description="Proven track record of delivering consistent value to our clients."
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "$8.3B+", title: "Assets Under Management", items: ["Growth across 15+ years", "Diversified portfolios", "Global markets"]
value: "$8.3B+",
title: "Assets Under Management",
items: ["Growth across 15+ years", "Diversified portfolios", "Global markets"]
}, },
{ {
id: "2", id: "2", value: "2,400+", title: "Active Client Partnerships", items: ["98% retention rate", "Multi-generational families", "Institutional accounts"]
value: "2,400+",
title: "Active Client Partnerships",
items: ["98% retention rate", "Multi-generational families", "Institutional accounts"]
}, },
{ {
id: "3", id: "3", value: "12.8%", title: "Average Annual Return", items: ["Risk-adjusted performance", "Outperformance consistency", "Beat market benchmarks"]
value: "12.8%",
title: "Average Annual Return",
items: ["Risk-adjusted performance", "Outperformance consistency", "Beat market benchmarks"]
}, },
{ {
id: "4", id: "4", value: "50+", title: "Expert Team Members", items: ["CFA charter holders", "Decades of experience", "Dedicated specialists"]
value: "50+",
title: "Expert Team Members",
items: ["CFA charter holders", "Decades of experience", "Dedicated specialists"]
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -105,25 +91,13 @@ export default function ServicesPage() {
description="Explore our curated selection of premium investment vehicles designed for optimal returns." description="Explore our curated selection of premium investment vehicles designed for optimal returns."
products={[ products={[
{ {
id: "1", id: "1", name: "QWER Premium Growth Fund", price: "$50,000 minimum", imageSrc: "https://img.b2bpic.net/free-photo/analyzing-data-close-up-young-businessman-who-holds-glasses-looks-gff-while-working-creative-office_146671-15029.jpg", imageAlt: "Premium Growth Fund"
name: "QWER Premium Growth Fund",
price: "$50,000 minimum",
imageSrc: "https://img.b2bpic.net/free-photo/analyzing-data-close-up-young-businessman-who-holds-glasses-looks-gff-while-working-creative-office_146671-15029.jpg",
imageAlt: "Premium Growth Fund"
}, },
{ {
id: "2", id: "2", name: "Strategic Growth Strategy", price: "$100,000 minimum", imageSrc: "https://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-133598.jpg", imageAlt: "Strategic Growth Strategy"
name: "Strategic Growth Strategy",
price: "$100,000 minimum",
imageSrc: "https://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-133598.jpg",
imageAlt: "Strategic Growth Strategy"
}, },
{ {
id: "3", id: "3", name: "Conservative Bond Portfolio", price: "$25,000 minimum", imageSrc: "https://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg", imageAlt: "Conservative Bond Portfolio"
name: "Conservative Bond Portfolio",
price: "$25,000 minimum",
imageSrc: "https://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg",
imageAlt: "Conservative Bond Portfolio"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -136,8 +110,7 @@ export default function ServicesPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Portfolio Management", href: "/services" }, { label: "Portfolio Management", href: "/services" },
{ label: "Wealth Advisory", href: "/services" }, { label: "Wealth Advisory", href: "/services" },
{ label: "Investment Products", href: "/products" }, { label: "Investment Products", href: "/products" },
@@ -145,8 +118,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About QWER", href: "/about" }, { label: "About QWER", href: "/about" },
{ label: "Our Team", href: "/team" }, { label: "Our Team", href: "/team" },
{ label: "Careers", href: "/careers" }, { label: "Careers", href: "/careers" },
@@ -154,8 +126,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#privacy" }, { label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" }, { label: "Terms of Service", href: "#terms" },
{ label: "Compliance", href: "/compliance" }, { label: "Compliance", href: "/compliance" },