Update src/app/page.tsx
This commit is contained in:
136
src/app/page.tsx
136
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
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" },
|
||||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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" },
|
||||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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" },
|
||||||
@@ -50,8 +47,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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: "#" },
|
||||||
@@ -92,33 +88,21 @@ export default function HomePage() {
|
|||||||
{ text: "Start Investing", href: "/services" },
|
{ text: "Start Investing", href: "/services" },
|
||||||
{ text: "Book Free Consultation", href: "/contact" },
|
{ text: "Book Free Consultation", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg?_wi=1"
|
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"
|
imageAlt="Financial planning and wealth growth illustration"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Rajesh Patel",
|
name: "Rajesh Patel", handle: "Business Owner", testimonial: "EVERGROW WEALTH transformed my financial portfolio. Highly recommend!", rating: 5,
|
||||||
handle: "Business Owner",
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||||
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: "Priya Sharma",
|
name: "Priya Sharma", handle: "IT Professional", testimonial: "Professional advice and transparent guidance. Best decision for my family's future.", rating: 5,
|
||||||
handle: "IT Professional",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||||
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: "Amit Kumar",
|
name: "Amit Kumar", handle: "Entrepreneur", testimonial: "Expert insights into real estate and equity investments. Preeti's team is outstanding.", rating: 5,
|
||||||
handle: "Entrepreneur",
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -138,32 +122,24 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Founded in 2017",
|
title: "Founded in 2017", description: "Established with a mission to democratize financial expertise and make quality advisory accessible to all.", icon: Calendar,
|
||||||
description: "Established with a mission to democratize financial expertise and make quality advisory accessible to all.",
|
|
||||||
icon: Calendar,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "7+ Years Experience",
|
title: "7+ Years Experience", description: "Deep industry knowledge across mutual funds, equities, insurance, loans, and real estate sectors.", icon: Award,
|
||||||
description: "Deep industry knowledge across mutual funds, equities, insurance, loans, and real estate sectors.",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "100+ Happy Clients",
|
title: "100+ Happy Clients", description: "Strong track record of satisfied clients who have achieved their financial goals with our guidance.", icon: Users,
|
||||||
description: "Strong track record of satisfied clients who have achieved their financial goals with our guidance.",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Client-Centric Approach",
|
title: "Client-Centric Approach", description: "We prioritize your financial well-being with personalized strategies tailored to your unique needs.", icon: Heart,
|
||||||
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"
|
imageAlt="Preeti Goyal, Founder of EVERGROW WEALTH"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[{ text: "Learn More", href: "/services" }]}
|
buttons={[{ text: "Learn More", href: "/services" }]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="About EVERGROW WEALTH section"
|
ariaLabel="About EVERGROW WEALTH section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -175,46 +151,26 @@ export default function HomePage() {
|
|||||||
tag="Services"
|
tag="Services"
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="entrance-slide"
|
||||||
buttons={[{ text: "Explore All Services", href: "/services" }]}
|
buttons={[{ text: "Explore All Services", href: "/services" }]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
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.", 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.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=1",
|
|
||||||
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.", 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.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=2",
|
|
||||||
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.", 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.",
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Loan Assistance",
|
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"},
|
||||||
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,
|
id: 5,
|
||||||
title: "Property & Real Estate 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"},
|
||||||
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"
|
ariaLabel="Our services section"
|
||||||
/>
|
/>
|
||||||
@@ -244,29 +200,13 @@ export default function HomePage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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: "2",
|
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"},
|
||||||
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: "3",
|
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"},
|
||||||
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: "4",
|
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"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Join 100+ Clients Who Trust EVERGROW WEALTH for Expert Financial Guidance"
|
cardTitle="Join 100+ Clients Who Trust EVERGROW WEALTH for Expert Financial Guidance"
|
||||||
cardTag="Client Success Stories"
|
cardTag="Client Success Stories"
|
||||||
@@ -286,15 +226,7 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"HDFC Bank",
|
"HDFC Bank", "ICICI Securities", "Axis Mutual Fund", "SBI Life Insurance", "LIC India", "Kotak Mahindra Bank", "HDFC Life Insurance", "Bajaj Finance"]}
|
||||||
"ICICI Securities",
|
|
||||||
"Axis Mutual Fund",
|
|
||||||
"SBI Life Insurance",
|
|
||||||
"LIC India",
|
|
||||||
"Kotak Mahindra Bank",
|
|
||||||
"HDFC Life Insurance",
|
|
||||||
"Bajaj Finance",
|
|
||||||
]}
|
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
ariaLabel="Social proof and partners section"
|
ariaLabel="Social proof and partners section"
|
||||||
@@ -311,19 +243,15 @@ export default function HomePage() {
|
|||||||
{ text: "Book Free Consultation", href: "/contact" },
|
{ text: "Book Free Consultation", href: "/contact" },
|
||||||
{ text: "Call Us Now", href: "#" },
|
{ 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"
|
imageSrc="http://img.b2bpic.net/free-photo/jars-with-money-yellow-piggy-bank_23-2148305985.jpg"
|
||||||
imageAlt="Financial planning consultation"
|
imageAlt="Financial planning consultation"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="left"
|
imagePosition="left"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Secure & Confidential",
|
name: "Secure & Confidential", handle: "100% Privacy Protected", testimonial: "Your financial information is safeguarded with the highest security standards.", rating: 5,
|
||||||
handle: "100% Privacy Protected",
|
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"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user