Update src/app/page.tsx

This commit is contained in:
2026-03-03 01:20:03 +00:00
parent f6a90901db
commit 57d32bc496

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Mutual Funds", href: "/services" },
{ label: "Equity Investments", href: "/services" },
{ label: "Insurance Planning", href: "/services" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Email Us", href: "mailto:info@evergrowwealth.com" },
{ label: "WhatsApp", href: "#" },
{ label: "Call Now", href: "tel:+919876543210" },
@@ -50,8 +47,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -92,33 +88,21 @@ export default function HomePage() {
{ text: "Start Investing", href: "/services" },
{ text: "Book Free Consultation", href: "/contact" },
]}
buttonAnimation="entrance-slide"
imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg?_wi=1"
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg"
imageAlt="Financial planning and wealth growth illustration"
mediaAnimation="slide-up"
imagePosition="right"
testimonials={[
{
name: "Rajesh Patel",
handle: "Business Owner",
testimonial: "EVERGROW WEALTH transformed my financial portfolio. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
},
name: "Rajesh Patel", handle: "Business Owner", testimonial: "EVERGROW WEALTH transformed my financial portfolio. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
{
name: "Priya Sharma",
handle: "IT Professional",
testimonial: "Professional advice and transparent guidance. Best decision for my family's future.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
},
name: "Priya Sharma", handle: "IT Professional", testimonial: "Professional advice and transparent guidance. Best decision for my family's future.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
name: "Amit Kumar",
handle: "Entrepreneur",
testimonial: "Expert insights into real estate and equity investments. Preeti's team is outstanding.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
},
name: "Amit Kumar", handle: "Entrepreneur", testimonial: "Expert insights into real estate and equity investments. Preeti's team is outstanding.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -138,32 +122,24 @@ export default function HomePage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Founded in 2017",
description: "Established with a mission to democratize financial expertise and make quality advisory accessible to all.",
icon: Calendar,
title: "Founded in 2017", description: "Established with a mission to democratize financial expertise and make quality advisory accessible to all.", icon: Calendar,
},
{
title: "7+ Years Experience",
description: "Deep industry knowledge across mutual funds, equities, insurance, loans, and real estate sectors.",
icon: Award,
title: "7+ Years Experience", description: "Deep industry knowledge across mutual funds, equities, insurance, loans, and real estate sectors.", icon: Award,
},
{
title: "100+ Happy Clients",
description: "Strong track record of satisfied clients who have achieved their financial goals with our guidance.",
icon: Users,
title: "100+ Happy Clients", description: "Strong track record of satisfied clients who have achieved their financial goals with our guidance.", icon: Users,
},
{
title: "Client-Centric Approach",
description: "We prioritize your financial well-being with personalized strategies tailored to your unique needs.",
icon: Heart,
title: "Client-Centric Approach", description: "We prioritize your financial well-being with personalized strategies tailored to your unique needs.", icon: Heart,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=1"
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: "Learn More", href: "/services" }]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
ariaLabel="About EVERGROW WEALTH section"
/>
</div>
@@ -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() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Rajesh Patel",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
imageAlt: "Rajesh Patel",
},
id: "1", name: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Rajesh Patel"},
{
id: "2",
name: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Priya Sharma",
},
id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"},
{
id: "3",
name: "Amit Kumar",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4",
imageAlt: "Amit Kumar",
},
id: "3", name: "Amit Kumar", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Amit Kumar"},
{
id: "4",
name: "Neha Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "Neha Gupta",
},
id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Neha Gupta"},
]}
cardTitle="Join 100+ Clients Who Trust EVERGROW WEALTH for Expert Financial Guidance"
cardTag="Client Success Stories"
@@ -286,15 +226,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"HDFC Bank",
"ICICI Securities",
"Axis Mutual Fund",
"SBI Life Insurance",
"LIC India",
"Kotak Mahindra Bank",
"HDFC Life Insurance",
"Bajaj Finance",
]}
"HDFC Bank", "ICICI Securities", "Axis Mutual Fund", "SBI Life Insurance", "LIC India", "Kotak Mahindra Bank", "HDFC Life Insurance", "Bajaj Finance"]}
speed={40}
showCard={true}
ariaLabel="Social proof and partners section"
@@ -311,19 +243,15 @@ export default function HomePage() {
{ text: "Book Free Consultation", href: "/contact" },
{ text: "Call Us Now", href: "#" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/jars-with-money-yellow-piggy-bank_23-2148305985.jpg"
imageAlt="Financial planning consultation"
mediaAnimation="slide-up"
imagePosition="left"
testimonials={[
{
name: "Secure & Confidential",
handle: "100% Privacy Protected",
testimonial: "Your financial information is safeguarded with the highest security standards.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
},
name: "Secure & Confidential", handle: "100% Privacy Protected", testimonial: "Your financial information is safeguarded with the highest security standards.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"},
]}
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}