Update src/app/page.tsx
This commit is contained in:
@@ -18,7 +18,7 @@ export default function HomePage() {
|
||||
brandName="Director Real Estate"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -31,9 +31,7 @@ export default function HomePage() {
|
||||
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/empty-hallway-background_23-2149408809.jpg", imageAlt: "Modern luxury mansion garden" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -59,10 +57,7 @@ export default function HomePage() {
|
||||
products={[
|
||||
{ id: "l1", name: "The Manor Estates", price: "£4,500,000", imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg" },
|
||||
{ id: "l2", name: "Hertfordshire Heights", price: "£2,800,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151611.jpg" },
|
||||
{ id: "l3", name: "Modern Glass Pavilion", price: "£3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dining-set-modern-luxury-dining-room_105762-1798.jpg" },
|
||||
{ id: "l4", name: "Stately Country House", price: "£5,900,000", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg" },
|
||||
{ id: "l5", name: "Riverside Oasis", price: "£2,100,000", imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160190.jpg" },
|
||||
{ id: "l6", name: "Historic Heritage Villa", price: "£3,800,000", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13498.jpg" }
|
||||
{ id: "l3", name: "Modern Glass Pavilion", price: "£3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dining-set-modern-luxury-dining-room_105762-1798.jpg" }
|
||||
]}
|
||||
title="Exclusive Listings"
|
||||
description="A curated selection of our current market offerings."
|
||||
@@ -76,9 +71,7 @@ export default function HomePage() {
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", alt: "Client A" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362816.jpg", alt: "Client B" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", alt: "Client C" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Client D" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/charismatic-male-pondering-while-holding-cup-coffee-his-hand_23-2148112118.jpg", alt: "Client E" }
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", alt: "Client C" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user