diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f232fb5..9e85140 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -11,35 +11,32 @@ import { Home, Users, TrendingUp, Award } from "lucide-react";
export default function AboutPage() {
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" },
@@ -66,9 +63,7 @@ export default function AboutPage() {
brandName="TelAviv Realty"
navItems={navItems}
button={{
- text: "Schedule Viewing",
- href: "/contact",
- }}
+ text: "Schedule Viewing", href: "/contact"}}
/>
@@ -76,24 +71,16 @@ export default function AboutPage() {
@@ -103,29 +90,17 @@ export default function AboutPage() {
@@ -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() {
@@ -51,12 +50,10 @@ export default function FaqPage() {
showDimOverlay={true}
buttons={[
{
- text: "Contact Us",
- href: "/contact"
+ text: "Contact Us", href: "/contact"
},
{
- text: "Browse Properties",
- href: "/properties"
+ text: "Browse Properties", href: "/properties"
}
]}
ariaLabel="FAQ page hero section"
@@ -74,44 +71,28 @@ export default function FaqPage() {
animationType="smooth"
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. From beachfront properties to vibrant urban neighborhoods, we understand each area's unique characteristics and investment potential."
+ 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. From beachfront properties to vibrant urban neighborhoods, we understand each area's unique characteristics and investment potential."
},
{
- 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. We guide you through each step to ensure a smooth transaction."
+ 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. We guide you through each step to ensure a smooth transaction."
},
{
- 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 and keep track of emerging opportunities in high-growth areas."
+ 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 and keep track of emerging opportunities in high-growth areas."
},
{
- 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. We understand the unique needs of international real estate transactions."
+ 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. We understand the unique needs of international real estate transactions."
},
{
- 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. Request a personalized quote based on your specific needs."
+ 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. Request a personalized quote based on your specific needs."
},
{
- 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. Our team can also provide insights on rental market trends for investment decisions."
+ 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. Our team can also provide insights on rental market trends for investment decisions."
},
{
- id: "7",
- title: "What is the typical property price range?",
- content: "Our portfolio ranges from $800,000 entry-level investments to $4,000,000+ luxury penthouses. Properties vary in size from compact 1-bedroom apartments to sprawling 6+ bedroom villas. We cater to all budget ranges and investment strategies."
+ id: "7", title: "What is the typical property price range?", content: "Our portfolio ranges from $800,000 entry-level investments to $4,000,000+ luxury penthouses. Properties vary in size from compact 1-bedroom apartments to sprawling 6+ bedroom villas. We cater to all budget ranges and investment strategies."
},
{
- id: "8",
- title: "How do I schedule a property viewing?",
- content: "Schedule a viewing through our contact page or call us directly. We arrange personalized tours at your convenience. Our team can provide detailed information about each property including history, features, and investment potential."
+ id: "8", title: "How do I schedule a property viewing?", content: "Schedule a viewing through our contact page or call us directly. We arrange personalized tours at your convenience. Our team can provide detailed information about each property including history, features, and investment potential."
}
]}
ariaLabel="Comprehensive FAQ section"
@@ -126,12 +107,10 @@ export default function FaqPage() {
description="Our expert team is ready to provide personalized guidance for your real estate journey. Whether you're buying, selling, or investing, we're here to help."
buttons={[
{
- text: "Schedule a Consultation",
- href: "/contact"
+ text: "Schedule a Consultation", href: "/contact"
},
{
- text: "Browse Properties",
- href: "/properties"
+ text: "Browse Properties", href: "/properties"
}
]}
background={{
@@ -146,65 +125,50 @@ export default function FaqPage() {
@@ -55,12 +54,10 @@ export default function HomePage() {
showDimOverlay={true}
buttons={[
{
- text: "Browse Properties",
- href: "/properties"
+ text: "Browse Properties", href: "/properties"
},
{
- text: "Schedule Consultation",
- href: "/contact"
+ text: "Schedule Consultation", href: "/contact"
}
]}
ariaLabel="Hero section with Tel-Aviv property showcase"
@@ -79,34 +76,18 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
products={[
{
- id: "prop-1",
- name: "Luxury Penthouse - Ramat Hasharon",
- price: "$2,500,000",
- variant: "5 Bedrooms | 300 sqm",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1",
- imageAlt: "Luxury penthouse with panoramic city views"
+ id: "prop-1", name: "Luxury Penthouse - Ramat Hasharon", price: "$2,500,000", variant: "5 Bedrooms | 300 sqm", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1", imageAlt: "Luxury penthouse with panoramic city views"
},
{
- id: "prop-2",
- name: "Beachfront Apartment - South Tel-Aviv",
- price: "$1,800,000",
- variant: "3 Bedrooms | 180 sqm",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2",
- imageAlt: "Modern beachfront apartment with sea view"
+ id: "prop-2", name: "Beachfront Apartment - South Tel-Aviv", price: "$1,800,000", variant: "3 Bedrooms | 180 sqm", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2", imageAlt: "Modern beachfront apartment with sea view"
},
{
- id: "prop-3",
- name: "Modern Villa - Herzl Street",
- price: "$3,200,000",
- variant: "6 Bedrooms | 450 sqm",
- imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=1",
- imageAlt: "Spacious modern villa with private garden"
+ id: "prop-3", name: "Modern Villa - Herzl Street", price: "$3,200,000", variant: "6 Bedrooms | 450 sqm", imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=1", imageAlt: "Spacious modern villa with private garden"
}
]}
buttons={[
{
- text: "View All Properties",
- href: "/properties"
+ text: "View All Properties", href: "/properties"
}
]}
ariaLabel="Featured property listings"
@@ -117,23 +98,19 @@ export default function HomePage() {
+
+
+
+
@@ -50,12 +49,10 @@ export default function PropertiesPage() {
showDimOverlay={true}
buttons={[
{
- text: "Schedule Viewing",
- href: "/contact"
+ text: "Schedule Viewing", href: "/contact"
},
{
- text: "Back to Home",
- href: "/"
+ text: "Back to Home", href: "/"
}
]}
ariaLabel="Properties page hero section"
@@ -74,58 +71,27 @@ export default function PropertiesPage() {
gridVariant="uniform-all-items-equal"
products={[
{
- id: "prop-1",
- name: "Luxury Penthouse - Ramat Hasharon",
- price: "$2,500,000",
- variant: "5 Bedrooms | 300 sqm | City View",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=3",
- imageAlt: "Luxury penthouse with panoramic city views"
+ id: "prop-1", name: "Luxury Penthouse - Ramat Hasharon", price: "$2,500,000", variant: "5 Bedrooms | 300 sqm | City View", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=3", imageAlt: "Luxury penthouse with panoramic city views"
},
{
- id: "prop-2",
- name: "Beachfront Apartment - South Tel-Aviv",
- price: "$1,800,000",
- variant: "3 Bedrooms | 180 sqm | Sea View",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=4",
- imageAlt: "Modern beachfront apartment with sea view"
+ id: "prop-2", name: "Beachfront Apartment - South Tel-Aviv", price: "$1,800,000", variant: "3 Bedrooms | 180 sqm | Sea View", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=4", imageAlt: "Modern beachfront apartment with sea view"
},
{
- id: "prop-3",
- name: "Modern Villa - Herzl Street",
- price: "$3,200,000",
- variant: "6 Bedrooms | 450 sqm | Garden",
- imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=2",
- imageAlt: "Spacious modern villa with private garden"
+ id: "prop-3", name: "Modern Villa - Herzl Street", price: "$3,200,000", variant: "6 Bedrooms | 450 sqm | Garden", imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=2", imageAlt: "Spacious modern villa with private garden"
},
{
- id: "prop-4",
- name: "Contemporary Apartment - Florentin",
- price: "$1,200,000",
- variant: "2 Bedrooms | 110 sqm | Trendy Area",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=5",
- imageAlt: "Contemporary apartment in vibrant neighborhood"
+ id: "prop-4", name: "Contemporary Apartment - Florentin", price: "$1,200,000", variant: "2 Bedrooms | 110 sqm | Trendy Area", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=5", imageAlt: "Contemporary apartment in vibrant neighborhood"
},
{
- id: "prop-5",
- name: "Executive Suite - Tel-Aviv Port",
- price: "$2,100,000",
- variant: "4 Bedrooms | 220 sqm | Marina View",
- imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=3",
- imageAlt: "Executive apartment with marina views"
+ id: "prop-5", name: "Executive Suite - Tel-Aviv Port", price: "$2,100,000", variant: "4 Bedrooms | 220 sqm | Marina View", imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=3", imageAlt: "Executive apartment with marina views"
},
{
- id: "prop-6",
- name: "Investment Property - King George",
- price: "$950,000",
- variant: "1 Bedroom | 75 sqm | High ROI",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=6",
- imageAlt: "Compact investment property in central location"
+ id: "prop-6", name: "Investment Property - King George", price: "$950,000", variant: "1 Bedroom | 75 sqm | High ROI", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=6", imageAlt: "Compact investment property in central location"
}
]}
buttons={[
{
- text: "Contact for Details",
- href: "/contact"
+ text: "Contact for Details", href: "/contact"
}
]}
ariaLabel="Complete property listing"
@@ -136,65 +102,50 @@ export default function PropertiesPage() {