Update src/app/contact/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { HelpCircle } from "lucide-react";
|
||||
import { HelpCircle, Sparkles, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
@@ -53,7 +53,7 @@ export default function ContactPage() {
|
||||
title="Ready to Transform Your Financial Future?"
|
||||
description="Contact our team of expert advisors to schedule your confidential consultation. Whether you're building wealth, planning for retirement, or protecting your assets, we're here to guide you toward financial freedom."
|
||||
tag="Get in Touch"
|
||||
tagIcon="Sparkles"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
@@ -65,7 +65,7 @@ export default function ContactPage() {
|
||||
href: "#information",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/setting-family-budget_1098-15665.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/setting-family-budget_1098-15665.jpg"
|
||||
imageAlt="Financial consultation planning"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact Sítio Phoenix - Schedule a consultation"
|
||||
@@ -110,7 +110,7 @@ export default function ContactPage() {
|
||||
content: "Confidentiality is paramount. We use bank-level security protocols, encrypted communications, and secure document storage. We maintain strict confidentiality agreements and never share your information without explicit consent. Your privacy is a cornerstone of our service.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/setting-family-budget_1098-15665.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/setting-family-budget_1098-15665.jpg"
|
||||
imageAlt="Financial advisor consultation"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -133,7 +133,7 @@ export default function ContactPage() {
|
||||
title="Begin Your Journey to Financial Freedom"
|
||||
description="Don't wait to secure your financial future. Our expert advisors are ready to discuss how Sítio Phoenix can help you build, protect, and grow your wealth. Schedule your confidential consultation today—it's the first step toward lasting financial freedom."
|
||||
tag="Take Action Now"
|
||||
tagIcon="ArrowRight"
|
||||
tagIcon={ArrowRight}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
@@ -145,7 +145,7 @@ export default function ContactPage() {
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-1639.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-1639.jpg"
|
||||
imageAlt="Financial freedom and success"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Final call to action for consultation"
|
||||
|
||||
Reference in New Issue
Block a user