Update src/app/page.tsx

This commit is contained in:
2026-05-11 14:38:55 +00:00
parent 6e73d1103e
commit 1a5f64a4e6

View File

@@ -29,7 +29,10 @@ export default function HomePage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={navItems} brandName="Director Real Estate" />
<NavbarStyleApple
navItems={navItems}
brandName="Director Real Estate"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
@@ -38,11 +41,11 @@ export default function HomePage() {
description="Elevating the standards of luxury real estate through precision, discretion, and market dominance."
buttons={[{ text: "View Consultations", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Luxury mansion exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/amazing-landscape-surrounding-adare-manor-ireland_493961-1381.jpg", imageAlt: "Contemporary luxury home facade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408809.jpg", imageAlt: "Modern luxury mansion garden" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-house-real-estate-sale-property-generative-ai_169016-29360.jpg", imageAlt: "Luxury mansion view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg", imageAlt: "Modern manor entrance" }
{ imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "luxury property exterior mansion" },
{ imageSrc: "http://img.b2bpic.net/free-photo/amazing-landscape-surrounding-adare-manor-ireland_493961-1381.jpg", imageAlt: "contemporary luxury home facade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408809.jpg", imageAlt: "modern luxury mansion garden" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-house-real-estate-sale-property-generative-ai_169016-29360.jpg", imageAlt: "luxury property exterior mansion" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg", imageAlt: "contemporary luxury home facade" }
]}
mediaAnimation="blur-reveal"
/>