Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 01:20:07 +00:00
5 changed files with 72 additions and 223 deletions

View File

@@ -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"
/>
</div>
@@ -116,29 +106,13 @@ export default function AboutPage() {
<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=5",
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=3",
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=6",
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=3",
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="Our clients are the foundation of our success and their trust fuels our commitment to excellence."
cardTag="Trusted by the Best"

View File

@@ -17,8 +17,7 @@ export default function ContactPage() {
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 ContactPage() {
],
},
{
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 ContactPage() {
],
},
{
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 ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -86,33 +82,21 @@ export default function ContactPage() {
{ text: "Schedule Appointment", href: "#" },
{ text: "Call Now", href: "tel:+919876543210" },
]}
buttonAnimation="entrance-slide"
imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg?_wi=2"
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg"
imageAlt="Professional financial advisors ready to assist you"
mediaAnimation="slide-up"
imagePosition="right"
testimonials={[
{
name: "Response Within 24 Hours",
handle: "Dedicated Support",
testimonial: "We prioritize your inquiries and respond promptly to all consultation requests.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=7",
},
name: "Response Within 24 Hours", handle: "Dedicated Support", testimonial: "We prioritize your inquiries and respond promptly to all consultation requests.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
{
name: "100% Confidential",
handle: "Privacy First",
testimonial: "All your financial information is handled with complete confidentiality and security.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
},
name: "100% Confidential", handle: "Privacy First", testimonial: "All your financial information is handled with complete confidentiality and security.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
name: "Expert Guidance",
handle: "Professional Team",
testimonial: "Get personalized advice from certified financial professionals with years of experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=8",
},
name: "Expert Guidance", handle: "Professional Team", testimonial: "Get personalized advice from certified financial professionals with years of experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
]}
useInvertedBackground={false}
background={{ variant: "glowing-orb" }}
@@ -129,13 +113,7 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"📞 Phone: +91 98765 43210",
"📧 Email: info@evergrowwealth.com",
"💬 WhatsApp: +91 98765 43210",
"🏢 Office Hours: Mon-Fri, 10 AM - 6 PM IST",
"📅 Book Online: Easy Appointment Booking",
"🎯 Emergency Support: 24/7 Availability",
]}
"📞 Phone: +91 98765 43210", "📧 Email: info@evergrowwealth.com", "💬 WhatsApp: +91 98765 43210", "🏢 Office Hours: Mon-Fri, 10 AM - 6 PM IST", "📅 Book Online: Easy Appointment Booking", "🎯 Emergency Support: 24/7 Availability"]}
speed={40}
showCard={true}
ariaLabel="Contact information section"

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "EVERGROW WEALTH | Expert Financial Advisory Since 2017",
description: "Trust EVERGROW WEALTH for expert financial guidance. Specializing in mutual funds, equity investments, insurance, loans, and real estate advisory. Book your free consultation with Preeti Goyal today.",
keywords: "financial advisor, wealth management, mutual funds, equity investments, insurance planning, real estate advisory, financial consulting",
metadataBase: new URL("https://evergrowwealth.com"),
title: "EVERGROW WEALTH | Expert Financial Advisory Since 2017", description: "Trust EVERGROW WEALTH for expert financial guidance. Specializing in mutual funds, equity investments, insurance, loans, and real estate advisory. Book your free consultation with Preeti Goyal today.", keywords: "financial advisor, wealth management, mutual funds, equity investments, insurance planning, real estate advisory, financial consulting", metadataBase: new URL("https://evergrowwealth.com"),
alternates: {
canonical: "https://evergrowwealth.com",
},
canonical: "https://evergrowwealth.com"},
openGraph: {
title: "EVERGROW WEALTH | Expert Financial Advisory",
description: "Build your wealth with confidence. Expert guidance from Preeti Goyal and her team since 2017.",
url: "https://evergrowwealth.com",
siteName: "EVERGROW WEALTH",
type: "website",
images: [
title: "EVERGROW WEALTH | Expert Financial Advisory", description: "Build your wealth with confidence. Expert guidance from Preeti Goyal and her team since 2017.", url: "https://evergrowwealth.com", siteName: "EVERGROW WEALTH", type: "website", images: [
{
url: "https://evergrowwealth.com/og-image.jpg",
alt: "EVERGROW WEALTH - Financial Advisory",
},
url: "https://evergrowwealth.com/og-image.jpg", alt: "EVERGROW WEALTH - Financial Advisory"},
],
},
twitter: {
card: "summary_large_image",
title: "EVERGROW WEALTH | Expert Financial Advisory",
description: "Expert financial guidance for wealth growth. Book your free consultation today.",
images: ["https://evergrowwealth.com/twitter-image.jpg"],
card: "summary_large_image", title: "EVERGROW WEALTH | Expert Financial Advisory", description: "Expert financial guidance for wealth growth. Book your free consultation today.", images: ["https://evergrowwealth.com/twitter-image.jpg"],
},
robots: {
index: true,

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" }}

View File

@@ -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"
/>