Update src/app/services/page.tsx
This commit is contained in:
@@ -17,8 +17,7 @@ export default function ServicesPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
@@ -26,8 +25,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Mutual Funds", href: "/services" },
|
{ label: "Mutual Funds", href: "/services" },
|
||||||
{ label: "Equity Investments", href: "/services" },
|
{ label: "Equity Investments", href: "/services" },
|
||||||
{ label: "Insurance Planning", href: "/services" },
|
{ label: "Insurance Planning", href: "/services" },
|
||||||
@@ -36,8 +34,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Email Us", href: "mailto:info@evergrowwealth.com" },
|
{ label: "Email Us", href: "mailto:info@evergrowwealth.com" },
|
||||||
{ label: "WhatsApp", href: "#" },
|
{ label: "WhatsApp", href: "#" },
|
||||||
{ label: "Call Now", href: "tel:+919876543210" },
|
{ label: "Call Now", href: "tel:+919876543210" },
|
||||||
@@ -45,8 +42,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Disclaimer", href: "#" },
|
{ label: "Disclaimer", href: "#" },
|
||||||
@@ -83,32 +79,20 @@ export default function ServicesPage() {
|
|||||||
tag="Complete Solutions"
|
tag="Complete Solutions"
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="entrance-slide"
|
||||||
buttons={[{ text: "Book Consultation", href: "/contact" }]}
|
buttons={[{ text: "Book Consultation", href: "/contact" }]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Mutual Funds",
|
title: "Mutual Funds", description: "Expert guidance on mutual fund selection, diversification, and portfolio optimization to maximize your returns and minimize risk. We analyze market trends and recommend funds aligned with your investment horizon and risk tolerance.", imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg", imageAlt: "Mutual funds investment portfolio"},
|
||||||
description: "Expert guidance on mutual fund selection, diversification, and portfolio optimization to maximize your returns and minimize risk. We analyze market trends and recommend funds aligned with your investment horizon and risk tolerance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=3",
|
|
||||||
imageAlt: "Mutual funds investment portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Equity Investments",
|
title: "Equity Investments", description: "Personalized equity investment strategies backed by thorough market analysis and research to build wealth through stock market opportunities. Our team stays updated with market movements to identify promising equity opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg", imageAlt: "Equity investment market analysis"},
|
||||||
description: "Personalized equity investment strategies backed by thorough market analysis and research to build wealth through stock market opportunities. Our team stays updated with market movements to identify promising equity opportunities.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=4",
|
|
||||||
imageAlt: "Equity investment market analysis",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Insurance Planning",
|
title: "Insurance Planning", description: "Comprehensive life and general insurance solutions to protect your family's future and secure your financial legacy. We help you understand coverage options and ensure adequate protection for every life stage.", imageSrc: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg", imageAlt: "Life and general insurance planning"},
|
||||||
description: "Comprehensive life and general insurance solutions to protect your family's future and secure your financial legacy. We help you understand coverage options and ensure adequate protection for every life stage.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg?_wi=2",
|
|
||||||
imageAlt: "Life and general insurance planning",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ariaLabel="Detailed services section"
|
ariaLabel="Detailed services section"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user