export default function WhyChooseUs() { const features = [ { title: "Prime Locations", description: "Strategically located in the heart of North Bengaluru's growth corridor.", icon: ( ), }, { title: "Smart Homes", description: "Future-ready infrastructure with integrated smart home automation.", icon: ( ), }, { title: "Transparent Deals", description: "100% clear documentation and legal compliance for peace of mind.", icon: ( ), }, { title: "Customer First", description: "Dedicated support team to guide you through every step of the journey.", icon: ( ), }, ]; return (

Why Sky and Soil?

We bridge the gap between your dreams and reality with premium properties and unmatched service.

{features.map((feature, index) => (
{feature.icon}

{feature.title}

{feature.description}

))}
); }