diff --git a/src/app/page.tsx b/src/app/page.tsx
index 72485c1..139db8f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,43 +39,19 @@ export default function LandingPage() {
@@ -174,16 +96,8 @@ export default function LandingPage() {
title="Why Choose PropElite?"
description="We simplify the real estate process with transparent, data-driven insights."
features={[
- {
- title: "Expert Local Advice",
- description: "Our team knows every corner of the market.",
- 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?_wi=3",
- },
- {
- title: "Verified Listings",
- description: "Every property is thoroughly inspected.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712847.jpg?_wi=3",
- },
+ { title: "Expert Local Advice", description: "Our team knows every corner of the market.", 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" },
+ { title: "Verified Listings", description: "Every property is thoroughly inspected.", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712847.jpg" },
]}
/>
@@ -191,18 +105,11 @@ export default function LandingPage() {