Update src/app/contact/page.tsx
This commit is contained in:
@@ -83,20 +83,20 @@ export default function ContactPage() {
|
|||||||
{ text: "Call Now", href: "tel:+919876543210" },
|
{ text: "Call Now", href: "tel:+919876543210" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg?_wi=2"
|
||||||
imageAlt="Professional financial advisors ready to assist you"
|
imageAlt="Professional financial advisors ready to assist you"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Response Within 24 Hours", handle: "Dedicated Support", testimonial: "We prioritize your inquiries and respond promptly to all consultation requests.", rating: 5,
|
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"},
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=7"},
|
||||||
{
|
{
|
||||||
name: "100% Confidential", handle: "Privacy First", testimonial: "All your financial information is handled with complete confidentiality and security.", rating: 5,
|
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"},
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
|
||||||
{
|
{
|
||||||
name: "Expert Guidance", handle: "Professional Team", testimonial: "Get personalized advice from certified financial professionals with years of experience.", rating: 5,
|
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"},
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=8"},
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user