Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user