diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 2bcda27..7bc1d9b 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -18,32 +18,16 @@ export default function HomePage() {
title="Defining Exceptional Living"
description="Exclusive properties curated for the most discerning individuals seeking unparalleled luxury, comfort, and architectural elegance."
primaryButton={{
- text: "Browse Listings",
- href: "#properties",
- }}
+ text: "Browse Listings", href: "#properties"}}
secondaryButton={{
- text: "Get Valuation",
- href: "#contact",
- }}
+ text: "Get Valuation", href: "#contact"}}
items={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg?_wi=1",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tray-with-breakfast-bed_23-2148238638.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248356.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/chairs-near-table-with-books-decorations_23-2147896815.jpg",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tray-with-breakfast-bed_23-2148238638.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248356.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/chairs-near-table-with-books-decorations_23-2147896815.jpg" },
]}
/>
@@ -64,41 +48,13 @@ export default function HomePage() {
title="Exceptional Homes"
description="Discover our curated collection of fine properties currently on the market."
items={[
- {
- title: "City Loft",
- description: "Modern urban living",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg",
- },
- {
- title: "Beach Villa",
- description: "Seaside sanctuary",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016384.jpg",
- },
- {
- title: "Mountain Cabin",
- description: "Rustic luxury",
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694077.jpg",
- },
- {
- title: "Penthouse",
- description: "Sky-high elegance",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-illuminated-by-lantern-generated-by-ai_188544-21373.jpg",
- },
- {
- title: "Classic Manor",
- description: "Historical grandeur",
- imageSrc: "http://img.b2bpic.net/free-photo/classic-inviting-front-porch-with-beautiful-plants-traditional-design_23-2151974393.jpg",
- },
- {
- title: "Garden Retreat",
- description: "Nature integration",
- imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488209.jpg",
- },
- {
- title: "Private Estate",
- description: "Ultimate seclusion",
- imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591376.jpg",
- },
+ { title: "City Loft", description: "Modern urban living", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg" },
+ { title: "Beach Villa", description: "Seaside sanctuary", imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016384.jpg" },
+ { title: "Mountain Cabin", description: "Rustic luxury", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694077.jpg" },
+ { title: "Penthouse", description: "Sky-high elegance", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-illuminated-by-lantern-generated-by-ai_188544-21373.jpg" },
+ { title: "Classic Manor", description: "Historical grandeur", imageSrc: "http://img.b2bpic.net/free-photo/classic-inviting-front-porch-with-beautiful-plants-traditional-design_23-2151974393.jpg" },
+ { title: "Garden Retreat", description: "Nature integration", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488209.jpg" },
+ { title: "Private Estate", description: "Ultimate seclusion", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591376.jpg" }
]}
/>
@@ -112,11 +68,7 @@ export default function HomePage() {
description="Years of dedication to the real estate market."
metrics={[
{
- value: "$500M+",
- title: "Sales Volume",
- description: "Total value of properties sold",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-looking-camera_1262-6054.jpg",
- },
+ value: "$500M+", title: "Sales Volume", description: "Total value of properties sold", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-looking-camera_1262-6054.jpg"},
]}
/>
@@ -127,31 +79,17 @@ export default function HomePage() {
@@ -163,37 +101,18 @@ export default function HomePage() {
@@ -206,17 +125,11 @@ export default function HomePage() {
title="Answers to Key Questions"
items={[
{
- question: "What areas do you serve?",
- answer: "We serve all prime city areas.",
- },
+ question: "What areas do you serve?", answer: "We serve all prime city areas."},
{
- question: "Do you offer property management?",
- answer: "Yes, comprehensive solutions available.",
- },
+ question: "Do you offer property management?", answer: "Yes, comprehensive solutions available."},
{
- question: "How do I schedule a viewing?",
- answer: "Contact our team through the site.",
- },
+ question: "How do I schedule a viewing?", answer: "Contact our team through the site."},
]}
description="We are here to help you understand our process."
/>
@@ -229,13 +142,9 @@ export default function HomePage() {
tag="Inquire"
text="Start your journey with LUXHOME today."
primaryButton={{
- text: "Email Us",
- href: "mailto:info@luxhome.com",
- }}
+ text: "Email Us", href: "mailto:info@luxhome.com"}}
secondaryButton={{
- text: "Call Us",
- href: "tel:5550199",
- }}
+ text: "Call Us", href: "tel:5550199"}}
/>