export default function EliteBayAreaRealEstateTemplate() { const featuredAreas = [ { name: “San Jose”, subtitle: “Single-family, condos, townhomes & investment properties” }, { name: “Saratoga”, subtitle: “Luxury estates and premium homes” }, { name: “Los Gatos”, subtitle: “Upscale homes, condos & charming neighborhoods” }, { name: “Cupertino”, subtitle: “High-demand homes, townhomes & condos” }, ]; const services = [ { title: “Sell with Strategy”, text: “Maximize value across all property types—single-family homes, condos, townhomes, and investment properties—through strategic preparation and positioning.”, }, { title: “Buy with Confidence”, text: “Find the right property—whether primary residence, condo, or investment—with expert guidance in Silicon Valley’s competitive market.”, }, { title: “Maximize Property Value”, text: “Leverage insights from home upgrades and market strategy to enhance appeal and ROI across all property types.”, }, ]; return (
{/* HERO */}
{/* HEADER */}
Luxury Real Estate
Elite Bay Area Living
{/* HERO CONTENT */}
{/* LEFT */}

Buy. Sell. Invest. Across All Property Types.

Helping clients across San Jose, Saratoga, Los Gatos, and Cupertino navigate real estate—whether it’s a home, condo, townhome, or investment property—with strategy, clarity, and confidence.

{/* RIGHT – YOUR PHOTO */}
Sunil John
{/* ABOUT */}

A Strategic Advisor for Every Type of Property

Sunil John is a results-driven real estate professional with a unique blend of technology leadership, customer success expertise, and hands-on experience in home improvement.

With a background as a Customer Success Executive in leading high-tech companies, Sunil brings a client-first approach—helping buyers, sellers, and investors make informed decisions and achieve exceptional outcomes.

Whether working with single-family homes, condos, townhomes, or investment properties, Sunil helps clients maximize value through smart strategy and market insight.
{/* SERVICES */}

Services

{services.map((service) => (

{service.title}

{service.text}

))}
{/* AREAS */}

Areas Served

{featuredAreas.map((area) => (
{area.name}

{area.subtitle}

))}
{/* CTA */}

Let’s Maximize Your Property’s Value

Whether you’re buying, selling, or investing, get expert guidance tailored to your goals.

); }
Scroll to Top