Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-09 20:49:51 +00:00
5 changed files with 178 additions and 370 deletions

View File

@@ -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"}}
/>
</div>
@@ -76,24 +71,16 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "20+ Years of Excellence in",
},
type: "text", content: "20+ Years of Excellence in"},
{
type: "text",
content: "Tel-Aviv Real Estate",
},
type: "text", content: "Tel-Aviv Real Estate"},
]}
useInvertedBackground={false}
buttons={[
{
text: "Learn Our Story",
href: "/about",
},
text: "Learn Our Story", href: "/about"},
{
text: "Meet Our Team",
href: "/contact",
},
text: "Meet Our Team", href: "/contact"},
]}
ariaLabel="Company overview and mission"
/>
@@ -103,29 +90,17 @@ export default function AboutPage() {
<MetricCardThree
metrics={[
{
id: "1",
icon: Home,
title: "Properties Sold",
value: "850+",
},
id: "1", icon: Home,
title: "Properties Sold", value: "850+"},
{
id: "2",
icon: Users,
title: "Happy Clients",
value: "2,400+",
},
id: "2", icon: Users,
title: "Happy Clients", value: "2,400+"},
{
id: "3",
icon: TrendingUp,
title: "Market Growth",
value: "35%",
},
id: "3", icon: TrendingUp,
title: "Market Growth", value: "35%"},
{
id: "4",
icon: Award,
title: "Industry Awards",
value: "18",
},
id: "4", icon: Award,
title: "Industry Awards", value: "18"},
]}
title="Our Track Record"
description="Proven success in connecting clients with their perfect properties"
@@ -142,34 +117,16 @@ export default function AboutPage() {
<FeatureCardTwelve
features={[
{
id: "buying",
label: "Buying",
title: "Expert Guidance Through Purchase",
items: [
"Property search and viewing coordination",
"Market analysis and price negotiation",
"Legal documentation and closing support",
],
id: "buying", label: "Buying", title: "Expert Guidance Through Purchase", items: [
"Property search and viewing coordination", "Market analysis and price negotiation", "Legal documentation and closing support"],
},
{
id: "selling",
label: "Selling",
title: "Maximize Your Property Value",
items: [
"Professional property valuation",
"Marketing and buyer matching",
"Fast closing and settlement services",
],
id: "selling", label: "Selling", title: "Maximize Your Property Value", items: [
"Professional property valuation", "Marketing and buyer matching", "Fast closing and settlement services"],
},
{
id: "investing",
label: "Investing",
title: "Build Your Real Estate Portfolio",
items: [
"Investment opportunity analysis",
"ROI projections and market trends",
"Portfolio management and growth strategy",
],
id: "investing", label: "Investing", title: "Build Your Real Estate Portfolio", items: [
"Investment opportunity analysis", "ROI projections and market trends", "Portfolio management and growth strategy"],
},
]}
animationType="slide-up"

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"

View File

@@ -34,8 +34,7 @@ export default function FaqPage() {
{ name: "FAQ", id: "/faq" }
]}
button={{
text: "Schedule Viewing",
href: "/contact"
text: "Schedule Viewing", href: "/contact"
}}
/>
</div>
@@ -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() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about"
label: "About Us", href: "/about"
},
{
label: "Our Team",
href: "/about"
label: "Our Team", href: "/about"
},
{
label: "Properties",
href: "/properties"
label: "Properties", href: "/properties"
},
{
label: "Blog",
href: "https://blog.telavivrealty.com"
label: "Blog", href: "https://blog.telavivrealty.com"
}
]
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Buy Property",
href: "/properties"
label: "Buy Property", href: "/properties"
},
{
label: "Sell Property",
href: "/contact"
label: "Sell Property", href: "/contact"
},
{
label: "Investment",
href: "/contact"
label: "Investment", href: "/contact"
},
{
label: "Consultation",
href: "/contact"
label: "Consultation", href: "/contact"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#"
label: "Privacy Policy", href: "#"
},
{
label: "Terms & Conditions",
href: "#"
label: "Terms & Conditions", href: "#"
},
{
label: "Contact",
href: "/contact"
label: "Contact", href: "/contact"
},
{
label: "Careers",
href: "#"
label: "Careers", href: "#"
}
]
}

View File

@@ -8,7 +8,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Home, Users, TrendingUp, Award, Package, Phone } from "lucide-react";
@@ -38,8 +38,7 @@ export default function HomePage() {
{ name: "FAQ", id: "/faq" }
]}
button={{
text: "Schedule Viewing",
href: "/contact"
text: "Schedule Viewing", href: "/contact"
}}
/>
</div>
@@ -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() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "20+ Years of Excellence in"
type: "text", content: "20+ Years of Excellence in"
},
{
type: "text",
content: "Tel-Aviv Real Estate"
type: "text", content: "Tel-Aviv Real Estate"
}
]}
useInvertedBackground={false}
buttons={[
{
text: "Learn Our Story",
href: "/about"
text: "Learn Our Story", href: "/about"
},
{
text: "Meet Our Team",
href: "/contact"
text: "Meet Our Team", href: "/contact"
}
]}
ariaLabel="Company overview and mission"
@@ -151,28 +128,20 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
id: "1",
icon: Home,
title: "Properties Sold",
value: "850+"
id: "1", icon: Home,
title: "Properties Sold", value: "850+"
},
{
id: "2",
icon: Users,
title: "Happy Clients",
value: "2,400+"
id: "2", icon: Users,
title: "Happy Clients", value: "2,400+"
},
{
id: "3",
icon: TrendingUp,
title: "Market Growth",
value: "35%"
id: "3", icon: TrendingUp,
title: "Market Growth", value: "35%"
},
{
id: "4",
icon: Award,
title: "Industry Awards",
value: "18"
id: "4", icon: Award,
title: "Industry Awards", value: "18"
}
]}
ariaLabel="Company metrics and achievements"
@@ -189,33 +158,18 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "buying",
label: "Buying",
title: "Expert Guidance Through Purchase",
items: [
"Property search and viewing coordination",
"Market analysis and price negotiation",
"Legal documentation and closing support"
id: "buying", label: "Buying", title: "Expert Guidance Through Purchase", items: [
"Property search and viewing coordination", "Market analysis and price negotiation", "Legal documentation and closing support"
]
},
{
id: "selling",
label: "Selling",
title: "Maximize Your Property Value",
items: [
"Professional property valuation",
"Marketing and buyer matching",
"Fast closing and settlement services"
id: "selling", label: "Selling", title: "Maximize Your Property Value", items: [
"Professional property valuation", "Marketing and buyer matching", "Fast closing and settlement services"
]
},
{
id: "investing",
label: "Investing",
title: "Build Your Real Estate Portfolio",
items: [
"Investment opportunity analysis",
"ROI projections and market trends",
"Portfolio management and growth strategy"
id: "investing", label: "Investing", title: "Build Your Real Estate Portfolio", items: [
"Investment opportunity analysis", "ROI projections and market trends", "Portfolio management and growth strategy"
]
}
]}
@@ -223,6 +177,33 @@ export default function HomePage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Clients Say"
description="Real experiences from satisfied clients who found their perfect properties with TelAviv Realty"
tag="Client Success Stories"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1", name: "Sarah Cohen", role: "Property Buyer", company: "Tel-Aviv", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=7", imageAlt: "Sarah Cohen testimonial"
},
{
id: "2", name: "David Rothman", role: "Real Estate Investor", company: "Investment Portfolio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=4", imageAlt: "David Rothman testimonial"
},
{
id: "3", name: "Rachel Levy", role: "Property Seller", company: "Ramat Hasharon", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=8", imageAlt: "Rachel Levy testimonial"
}
]}
ariaLabel="Client testimonials and success stories"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
@@ -231,12 +212,10 @@ export default function HomePage() {
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: "/properties"
text: "Browse Properties", href: "/properties"
}
]}
background={{
@@ -251,65 +230,50 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about"
label: "About Us", href: "/about"
},
{
label: "Our Team",
href: "/about"
label: "Our Team", href: "/about"
},
{
label: "Properties",
href: "/properties"
label: "Properties", href: "/properties"
},
{
label: "Blog",
href: "https://blog.telavivrealty.com"
label: "Blog", href: "https://blog.telavivrealty.com"
}
]
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Buy Property",
href: "/properties"
label: "Buy Property", href: "/properties"
},
{
label: "Sell Property",
href: "/contact"
label: "Sell Property", href: "/contact"
},
{
label: "Investment",
href: "/contact"
label: "Investment", href: "/contact"
},
{
label: "Consultation",
href: "/contact"
label: "Consultation", href: "/contact"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#"
label: "Privacy Policy", href: "#"
},
{
label: "Terms & Conditions",
href: "#"
label: "Terms & Conditions", href: "#"
},
{
label: "Contact",
href: "/contact"
label: "Contact", href: "/contact"
},
{
label: "Careers",
href: "#"
label: "Careers", href: "#"
}
]
}

View File

@@ -33,8 +33,7 @@ export default function PropertiesPage() {
{ name: "FAQ", id: "/faq" }
]}
button={{
text: "Schedule Viewing",
href: "/contact"
text: "Schedule Viewing", href: "/contact"
}}
/>
</div>
@@ -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() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about"
label: "About Us", href: "/about"
},
{
label: "Our Team",
href: "/about"
label: "Our Team", href: "/about"
},
{
label: "Properties",
href: "/properties"
label: "Properties", href: "/properties"
},
{
label: "Blog",
href: "https://blog.telavivrealty.com"
label: "Blog", href: "https://blog.telavivrealty.com"
}
]
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Buy Property",
href: "/properties"
label: "Buy Property", href: "/properties"
},
{
label: "Sell Property",
href: "/contact"
label: "Sell Property", href: "/contact"
},
{
label: "Investment",
href: "/contact"
label: "Investment", href: "/contact"
},
{
label: "Consultation",
href: "/contact"
label: "Consultation", href: "/contact"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#"
label: "Privacy Policy", href: "#"
},
{
label: "Terms & Conditions",
href: "#"
label: "Terms & Conditions", href: "#"
},
{
label: "Contact",
href: "/contact"
label: "Contact", href: "/contact"
},
{
label: "Careers",
href: "#"
label: "Careers", href: "#"
}
]
}