Update src/app/page.tsx
This commit is contained in:
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-modern-house-cement-view-from-garden_1127-2967.jpg"
|
||||
imageAlt="TelAviv modern skyline and cityscape"
|
||||
mediaAnimation="blur-reveal"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,16 +139,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "market-growth", value: "8.5%", title: "Annual Price Growth", description: "TelAviv property values growing steadily, making it an excellent investment market"
|
||||
id: "market-growth", value: "8.5%", title: "Annual Price Growth", description: "TelAviv property values growing steadily, making it an excellent investment market", videoSrc: "https://example.com/market-growth.mp4"
|
||||
},
|
||||
{
|
||||
id: "avg-price", value: "2.1M ILS", title: "Average Property Price", description: "Competitive pricing across neighborhoods from modern apartments to premium investment properties"
|
||||
id: "avg-price", value: "2.1M ILS", title: "Average Property Price", description: "Competitive pricing across neighborhoods from modern apartments to premium investment properties", videoSrc: "https://example.com/avg-price.mp4"
|
||||
},
|
||||
{
|
||||
id: "demand", value: "High", title: "Market Demand", description: "Strong international and local demand ensures rapid sales and rental placements"
|
||||
id: "demand", value: "High", title: "Market Demand", description: "Strong international and local demand ensures rapid sales and rental placements", videoSrc: "https://example.com/demand.mp4"
|
||||
},
|
||||
{
|
||||
id: "neighborhoods", value: "15+", title: "Prime Neighborhoods", description: "Exclusive coverage of TelAviv's most desirable residential and investment areas"
|
||||
id: "neighborhoods", value: "15+", title: "Prime Neighborhoods", description: "Exclusive coverage of TelAviv's most desirable residential and investment areas", videoSrc: "https://example.com/neighborhoods.mp4"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
title="Start Your TelAviv Property Journey Today"
|
||||
description="Whether you're buying, selling, or renting in TelAviv, our expert agents are ready to guide you. Connect with us for a personalized consultation and property recommendations tailored to your goals."
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/finger-touching-illuminated-magnifier-with-envelopes-background_1134-305.jpg"
|
||||
imageAlt="Contact form illustration"
|
||||
|
||||
Reference in New Issue
Block a user