Update src/app/page.tsx

This commit is contained in:
2026-03-06 03:15:15 +00:00
parent 6fd3709a6a
commit 772e8ab087

View File

@@ -59,13 +59,13 @@ export default function HomePage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", imageAlt: "Luxury waterfront penthouse with skyline view"},
imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=1", imageAlt: "Luxury waterfront penthouse with skyline view"},
{
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", imageAlt: "Modern villa with palm tree landscape"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", imageAlt: "High-rise apartment with marina view"},
imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=2", imageAlt: "High-rise apartment with marina view"},
{
imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Luxury resort villa with pool"},
imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg?_wi=1", imageAlt: "Luxury resort villa with pool"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Contemporary downtown Dubai residence"},
]}
@@ -98,7 +98,7 @@ export default function HomePage() {
"http://img.b2bpic.net/free-photo/amazing-view-dome-luxury-royal-hotel-bodrum-turkey_627829-7208.jpg", imageAlt: "Modern mansion in Downtown Dubai"},
{
id: "3", name: "Emirates Hills Villa", price: "AED 52M", variant: "7BR | 15,000 sqft | Private Gated", imageSrc:
"http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Exclusive villa in Emirates Hills"},
"http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg?_wi=2", imageAlt: "Exclusive villa in Emirates Hills"},
]}
/>
</div>
@@ -137,7 +137,7 @@ export default function HomePage() {
description="With over 20 years of expertise in Dubai's luxury property market, we specialize in exclusive residential and commercial assets. Our commitment to excellence, discretion, and personalized service sets us apart as the preferred choice for high-net-worth individuals globally."
tag="About Our Company"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg"
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg?_wi=1"
imageAlt="Luxury Estate Company Dubai office"
useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "/about" }]}