From f2b3fe56a850270e4e4f4992da0bb4387cbd140d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 17:39:31 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 127 ++++++++++------------------------------- 1 file changed, 31 insertions(+), 96 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6de3e96..bca2f56 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -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" /> @@ -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"}, ]} /> @@ -80,42 +55,23 @@ export default function HomePage() { @@ -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"}, ]} /> @@ -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."}, ], }, ]} -- 2.49.1