Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-23 17:39:31 +00:00
parent fb275dec96
commit f2b3fe56a8

View File

@@ -16,13 +16,9 @@ export default function HomePage() {
title="TOP TOWER: Elevating Your Living Experience"
description="Your trusted partner in buying, selling, and leasing luxury villas, apartments, and commercial spaces across Erbil."
primaryButton={{
text: "View Properties",
href: "/properties",
}}
text: "View Properties", href: "/properties"}}
secondaryButton={{
text: "Contact on WhatsApp",
href: "https://wa.me/9647502103158",
}}
text: "Contact on WhatsApp", href: "https://wa.me/9647502103158"}}
imageSrc="http://img.b2bpic.net/free-photo/abstract-building-textures-surface-exterior_74190-7915.jpg"
/>
</SectionErrorBoundary>
@@ -36,40 +32,19 @@ export default function HomePage() {
description="Discover high-quality homes and commercial spaces tailored to your needs."
items={[
{
title: "Luxury Villas",
description: "Spacious and modern living",
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407639.jpg",
},
title: "Luxury Villas", description: "Spacious and modern living", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407639.jpg"},
{
title: "Modern Apartments",
description: "Comfort and convenience",
imageSrc: "http://img.b2bpic.net/free-photo/mortgage-house-loan-website-login-graphic-concept_53876-134005.jpg",
},
title: "Modern Apartments", description: "Comfort and convenience", imageSrc: "http://img.b2bpic.net/free-photo/mortgage-house-loan-website-login-graphic-concept_53876-134005.jpg"},
{
title: "Commercial Shops",
description: "Prime business locations",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-colorful-sunset-sea-sun-shines-orange-sky_146671-18814.jpg",
},
title: "Commercial Shops", description: "Prime business locations", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-colorful-sunset-sea-sun-shines-orange-sky_146671-18814.jpg"},
{
title: "Land Plots",
description: "Development opportunities",
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg",
},
title: "Land Plots", description: "Development opportunities", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg"},
{
title: "For Sale",
description: "Your next dream home",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-bakery-kids_23-2149884406.jpg",
},
title: "For Sale", description: "Your next dream home", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-bakery-kids_23-2149884406.jpg"},
{
title: "For Rent",
description: "Flexible leasing options",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-seats-by-pool-with-parasols_53876-146253.jpg",
},
title: "For Rent", description: "Flexible leasing options", imageSrc: "http://img.b2bpic.net/free-photo/wooden-seats-by-pool-with-parasols_53876-146253.jpg"},
{
title: "Lease Services",
description: "Tailored commercial terms",
imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg",
},
title: "Lease Services", description: "Tailored commercial terms", imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -80,42 +55,23 @@ export default function HomePage() {
<TestimonialMarqueeOverlayCards
tag="Clients"
title="Trusted by Homeowners"
description="Hear from our satisfied clients about their journey with TOP TOWER."
testimonials={[
{
name: "Ahmed Ali",
role: "Investor",
company: "Global Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
},
name: "Ahmed Ali", role: "Investor", company: "Global Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg"},
{
name: "Sara Khalid",
role: "Resident",
company: "Local Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
},
name: "Sara Khalid", role: "Resident", company: "Local Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"},
{
name: "Mohammed Omar",
role: "Business Owner",
company: "Commercial Partner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
},
name: "Mohammed Omar", role: "Business Owner", company: "Commercial Partner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg"},
{
name: "Layla Hasan",
role: "Home Buyer",
company: "Local Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
},
name: "Layla Hasan", role: "Home Buyer", company: "Local Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg"},
{
name: "Karim Jassim",
role: "Leasing Client",
company: "Retail Enterprise",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
},
name: "Karim Jassim", role: "Leasing Client", company: "Retail Enterprise", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -130,29 +86,19 @@ export default function HomePage() {
metrics={[
{
icon: Building,
title: "Properties Listed",
value: "500+",
},
title: "Properties Listed", value: "500+"},
{
icon: Users,
title: "Happy Families",
value: "1200+",
},
title: "Happy Families", value: "1200+"},
{
icon: CheckCircle,
title: "Years Experience",
value: "10+",
},
title: "Years Experience", value: "10+"},
{
icon: TrendingUp,
title: "Success Rate",
value: "98%",
},
title: "Success Rate", value: "98%"},
{
icon: MapPin,
title: "Locations Covered",
value: "15",
},
title: "Locations Covered", value: "15"},
]}
/>
</SectionErrorBoundary>
@@ -166,28 +112,17 @@ export default function HomePage() {
description="Answers to your property related questions."
categories={[
{
name: "Buying",
items: [
name: "Buying", items: [
{
question: "How do I start buying?",
answer: "Contact our consultants and browse our verified listings.",
},
question: "How do I start buying?", answer: "Contact our consultants and browse our verified listings."},
{
question: "Do you offer financing?",
answer: "We work with top banking partners in Erbil.",
},
question: "Do you offer financing?", answer: "We work with top banking partners in Erbil."},
{
question: "Are property titles verified?",
answer: "Yes, every property listed undergoes a legal background check.",
},
question: "Are property titles verified?", answer: "Yes, every property listed undergoes a legal background check."},
{
question: "What fees are involved?",
answer: "Fees vary by property type; contact our team for a breakdown.",
},
question: "What fees are involved?", answer: "Fees vary by property type; contact our team for a breakdown."},
{
question: "Can foreigners buy property?",
answer: "Yes, we help foreign investors navigate the legal requirements.",
},
question: "Can foreigners buy property?", answer: "Yes, we help foreign investors navigate the legal requirements."},
],
},
]}