This is a multi-page static site designed for GitHub Pages.
index.html — homepageproperties.html — current listings, pendings, and previous salesproperty.html?id=sample-active-listing — dynamic detail page for active/pending propertiesreviews.html — review wall and review linkscontact.html — full contact page with response-within-an-hour languageEdit data/properties.json.
Set "status" to:
"active" for current listings"pending" for current pendings"sold" for previous salesActive and pending properties use the detail page. Sold properties point to the contact page because previous sales do not need dedicated pages.
Edit data/reviews.json.
True automatic Google/Zillow review pulling usually requires an approved API, official widget, or third-party review tool. For now this site safely displays approved review excerpts from the JSON file.
Place listing photos in the images folder and update the "image" path in data/properties.json, for example:
"image": "images/123-main-st.jpg"
Keep your existing images/Business-card.png file for the homepage hero.