diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 184b8d1..dc36a67 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -17,8 +17,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -26,8 +25,7 @@ export default function ServicesPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Mutual Funds", href: "/services" }, { label: "Equity Investments", href: "/services" }, { label: "Insurance Planning", href: "/services" }, @@ -36,8 +34,7 @@ export default function ServicesPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Email Us", href: "mailto:info@evergrowwealth.com" }, { label: "WhatsApp", href: "#" }, { label: "Call Now", href: "tel:+919876543210" }, @@ -45,8 +42,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -83,32 +79,20 @@ export default function ServicesPage() { tag="Complete Solutions" tagAnimation="entrance-slide" buttons={[{ text: "Book Consultation", href: "/contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" features={[ { id: 1, - 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?_wi=3", - imageAlt: "Mutual funds investment portfolio", - }, + 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"}, { id: 2, - 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?_wi=4", - imageAlt: "Equity investment market analysis", - }, + 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"}, { id: 3, - 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?_wi=2", - imageAlt: "Life and general 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"}, ]} ariaLabel="Detailed services section" />