diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1327f00..8f8dd27 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -27,8 +26,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Mutual Funds", href: "/services" }, { label: "Equity Investments", href: "/services" }, { label: "Insurance Planning", href: "/services" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Email Us", href: "mailto:info@evergrowwealth.com" }, { label: "WhatsApp", href: "#" }, { label: "Call Now", href: "tel:+919876543210" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -87,27 +83,21 @@ export default function AboutPage() { useInvertedBackground={false} bulletPoints={[ { - title: "Expertise in Wealth Management", - description: "Over 7 years of dedicated experience in financial product consulting and advisory services.", - icon: Target, + title: "Expertise in Wealth Management", description: "Over 7 years of dedicated experience in financial product consulting and advisory services.", icon: Target, }, { - title: "Innovative Financial Solutions", - description: "Combining traditional wisdom with modern investment strategies to optimize your portfolio.", - icon: Lightbulb, + title: "Innovative Financial Solutions", description: "Combining traditional wisdom with modern investment strategies to optimize your portfolio.", icon: Lightbulb, }, { - title: "Trusted by Thousands", - description: "Building trust with 100+ happy clients who have achieved their financial goals with our guidance.", - icon: Star, + title: "Trusted by Thousands", description: "Building trust with 100+ happy clients who have achieved their financial goals with our guidance.", icon: Star, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" imageAlt="Preeti Goyal, Founder of EVERGROW WEALTH" mediaAnimation="slide-up" imagePosition="right" buttons={[{ text: "Connect with Us", href: "/contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" ariaLabel="About company section" /> @@ -116,29 +106,13 @@ export default function AboutPage() { @@ -175,46 +151,26 @@ export default function HomePage() { tag="Services" tagAnimation="entrance-slide" buttons={[{ text: "Explore All Services", href: "/services" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" features={[ { id: 1, - title: "Mutual Funds", - description: "Expert guidance on mutual fund selection, diversification, and portfolio optimization to maximize your returns and minimize risk.", - imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=1", - 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.", 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.", - imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=2", - 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.", 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.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg?_wi=1", - 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.", imageSrc: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg", imageAlt: "Life and general insurance planning"}, { id: 4, - title: "Loan Assistance", - description: "Seamless support for personal loans, business loans, and home financing. We help you find the best terms and rates.", - imageSrc: "http://img.b2bpic.net/free-photo/this-is-your-booking-trip-young-man-planning-vacation-about-sign-purchase-agreement-with-travel-agent_662251-2163.jpg", - imageAlt: "Loan assistance and financing options", - }, + title: "Loan Assistance", description: "Seamless support for personal loans, business loans, and home financing. We help you find the best terms and rates.", imageSrc: "http://img.b2bpic.net/free-photo/this-is-your-booking-trip-young-man-planning-vacation-about-sign-purchase-agreement-with-travel-agent_662251-2163.jpg", imageAlt: "Loan assistance and financing options"}, { id: 5, - title: "Property & Real Estate Advisory", - description: "Strategic guidance on real estate investments, property purchases, and portfolio diversification in the property market.", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agent-holding-toy-house_23-2147764163.jpg", - imageAlt: "Real estate and property investment advisory", - }, + title: "Property & Real Estate Advisory", description: "Strategic guidance on real estate investments, property purchases, and portfolio diversification in the property market.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agent-holding-toy-house_23-2147764163.jpg", imageAlt: "Real estate and property investment advisory"}, ]} ariaLabel="Our services section" /> @@ -244,29 +200,13 @@ export default function HomePage() {