+ {/* Left Side - Title & Features */}
+
+ {/* Section Header */}
+
+
+ Find Trusted Real Estate Professionals On Demand
+
+
+ Quickly connect with the right agents exactly when you need them.
- ))}
+
+ {/* Features Grid - 2x2 */}
+
+ {features.map((feature, index) => (
+
+
+
+
+
+ {feature.title}
+
+
+ {feature.description}
+
+
+ ))}
+
+
+
+ {/* Right Side - Agent Cards */}
+
+ {/* Anderson - Top Left */}
+
+
+ {/* Deepak - Top Right, offset down */}
+
+
+ {/* Daniel - Bottom Left, overlapping */}
+
+
+
+ {/* Mobile Agent Cards - Horizontal Scroll */}
+
+
+ {agents.map((agent, index) => (
+
+ ))}
+
+