Update src/app/contact/page.tsx

This commit is contained in:
2026-03-09 20:49:46 +00:00
parent aa16e105fb
commit 4f01547ac9

View File

@@ -10,35 +10,32 @@ import { Phone } from "lucide-react";
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Properties", id: "properties" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "FAQ", id: "faq" },
{ name: "Home", id: "/" },
{ name: "Properties", id: "/properties" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "FAQ", id: "/faq" },
];
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Properties", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Blog", href: "https://blog.telavivrealty.com" },
],
},
{
title: "Services",
items: [
{ label: "Buy Property", href: "/" },
title: "Services", items: [
{ label: "Buy Property", href: "/properties" },
{ label: "Sell Property", href: "/contact" },
{ label: "Investment", href: "/contact" },
{ label: "Consultation", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Contact", href: "/contact" },
@@ -65,9 +62,7 @@ export default function ContactPage() {
brandName="TelAviv Realty"
navItems={navItems}
button={{
text: "Schedule Viewing",
href: "/contact",
}}
text: "Schedule Viewing", href: "/contact"}}
/>
</div>
@@ -79,17 +74,12 @@ export default function ContactPage() {
description="Our expert team is ready to help you navigate the Tel-Aviv real estate market. Schedule a consultation today and take the first step toward your property goals."
buttons={[
{
text: "Schedule Consultation",
href: "/contact",
},
text: "Schedule Consultation", href: "/contact"},
{
text: "Browse Properties",
href: "/",
},
text: "Browse Properties", href: "/properties"},
]}
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={false}
ariaLabel="Contact and consultation call-to-action"
/>
@@ -99,41 +89,23 @@ export default function ContactPage() {
<FaqBase
faqs={[
{
id: "1",
title: "What areas in Tel-Aviv do you specialize in?",
content:
"We specialize in all major neighborhoods including Ramat Hasharon, South Tel-Aviv, Herzl Street, and Tel-Aviv Port area. Our team has deep market knowledge across the entire city and surrounding suburbs.",
},
id: "1", title: "What areas in Tel-Aviv do you specialize in?", content:
"We specialize in all major neighborhoods including Ramat Hasharon, South Tel-Aviv, Herzl Street, and Tel-Aviv Port area. Our team has deep market knowledge across the entire city and surrounding suburbs."},
{
id: "2",
title: "How long does the buying process typically take?",
content:
"The average buying process takes 4-8 weeks from offer to closing. This includes property inspection, financing approval, legal review, and final settlement. Rush closings can be arranged for motivated buyers.",
},
id: "2", title: "How long does the buying process typically take?", content:
"The average buying process takes 4-8 weeks from offer to closing. This includes property inspection, financing approval, legal review, and final settlement. Rush closings can be arranged for motivated buyers."},
{
id: "3",
title: "What are the current market trends in Tel-Aviv?",
content:
"The Tel-Aviv market remains strong with steady appreciation, especially in premium neighborhoods. Average property values have appreciated 5-7% annually. We provide detailed market reports to all clients.",
},
id: "3", title: "What are the current market trends in Tel-Aviv?", content:
"The Tel-Aviv market remains strong with steady appreciation, especially in premium neighborhoods. Average property values have appreciated 5-7% annually. We provide detailed market reports to all clients."},
{
id: "4",
title: "Do you handle international buyers and sellers?",
content:
"Yes, we work extensively with international clients. We can assist with visa requirements, currency exchange, and legal documentation for foreign nationals. Many of our clients are from Europe and North America.",
},
id: "4", title: "Do you handle international buyers and sellers?", content:
"Yes, we work extensively with international clients. We can assist with visa requirements, currency exchange, and legal documentation for foreign nationals. Many of our clients are from Europe and North America."},
{
id: "5",
title: "What are your commission rates?",
content:
"Our standard commission is 1.5% for sellers and varies for buyers. We also offer negotiated rates for investment portfolios. We're transparent about all fees with no hidden charges.",
},
id: "5", title: "What are your commission rates?", content:
"Our standard commission is 1.5% for sellers and varies for buyers. We also offer negotiated rates for investment portfolios. We're transparent about all fees with no hidden charges."},
{
id: "6",
title: "Can you help with property rentals?",
content:
"While our primary focus is sales, we maintain connections with rental property specialists. We can refer you to trusted partners for short and long-term rental opportunities.",
},
id: "6", title: "Can you help with property rentals?", content:
"While our primary focus is sales, we maintain connections with rental property specialists. We can refer you to trusted partners for short and long-term rental opportunities."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about buying, selling, and investing in Tel-Aviv real estate"