Task: Add "Where to stay" section

Add "Where to stay" section

13.07.2026vietnamguru.ru

Currently, the website has mentions of hotels and villas in some older articles, but there is no dedicated section for this.

Ворклоги

Turned out pretty good https://vietnamguru.ru/nam-homestays

And most importantly, the content generation cost is almost zero, using AI. Initial information gathering on the internet costs 5 rubles. Final formatting of the property page costs less than 1 ruble.

The final markup created by the AI agent looks like this:

<page-layout>
  <page-content>
    <page-section data-title="About the place">
      <page-prose>
        Nam My Van Homestay is a cozy family-run homestay in Thai Nguyen, operating since 2017 and managed by the Tran Thanh Nam family. Located 7 km from the city center in a lively student area near Thai Nguyen University of Technology, the homestay offers guests an authentic local living experience. It is a place with high ratings for hospitality (9.2) and great value for money (9.1).
      </page-prose>
    </page-section>

    <page-section data-title="Atmosphere">
      <page-prose>
        The home's atmosphere is as close to family-style as possible: you can expect warm interaction with the hosts, who are always ready to help with route planning, and the sounds of everyday domestic life. Mornings here begin in a quiet neighborhood imbued with student energy. There are 7 dogs living at the homestay, which adds an extra layer of coziness for animal lovers. This is an ideal space for those seeking sincere, informal interaction with a Vietnamese family rather than the formality of chain hotels.
      </page-prose>
    </page-section>

    <page-section data-title="Who is it for">
      <page-two-col>
        <page-card>
          <page-check-list data-label="Great for" data-variant="success">
            * Travelers looking for an authentic experience
            * Guests who appreciate interaction with locals
            * Budget tourists
            * Fans of quiet residential areas
          </page-check-list>
        </page-card>

        <page-card data-variant="warning">
          <page-check-list data-label="May not suit" data-variant="warning">
            * Those with animal allergies (7 dogs live on the property)
            * Lovers of absolute silence and privacy
            * Those seeking luxury and hotel service
            * Travelers who prefer the city center
          </page-check-list>
        </page-card>
      </page-two-col>
    </page-section>

    <page-section data-title="Rooms">
      <page-room-grid>
        <page-room-card data-name="Standard Rooms" data-capacity="1-2 guests">
          Various configurations (single or double beds), air conditioning, fan, desk, balcony.
        </page-room-card>

        <page-room-card data-name="One-Bedroom Apartments" data-capacity="2-3 guests">
          Includes a private kitchen, air conditioning, and balcony. Ideal for longer stays.
        </page-room-card>
      </page-room-grid>
    </page-section>

    <page-section data-title="Amenities & Food">
      <page-two-col>
        <page-card>
          <page-check-list data-label="Amenities" data-variant="neutral">
            * Wi-Fi in all rooms
            * Outdoor fitness area
            * Bicycle rental
            * 24-hour front desk
            * Free parking
          </page-check-list>
        </page-card>

        <page-card>
          <page-check-list data-label="Food" data-variant="neutral">
            * Shared kitchen with utensils and cutlery
            * Breakfast (extra charge 35,000 – 50,000 VND)
          </page-check-list>
        </page-card>
      </page-two-col>
    </page-section>

    <page-section data-title="Contacts & Links">
      <page-prose>
        You can contact the hosts to clarify details or book your stay directly through convenient platforms.
      </page-prose>

      <page-links-grid>
        <page-link-card data-kind="phone" data-href="tel:+84941826262" data-hint="+84-941826262">Phone</page-link-card>
        <page-link-card data-kind="booking" data-href="https://www.booking.com/hotel/vn/nam-my-van-homestay.vi.html">Booking.com</page-link-card>
        <page-link-card data-kind="agoda" data-href="https://www.agoda.com/nam-my-van-homestay_2/hotel/thai-nguyen-vn.html">Agoda</page-link-card>
      </page-links-grid>
    </page-section>

    <page-section data-title="How to get there">
      <page-how-to-list>
        * From Noi Bai Airport: about 46 km (approx. 60 minutes travel time).
        * From city center: 7 km, you can take bus No. 1.
        * Transfer service: airport transfer can be arranged (900,000 VND, max. 3 people).
        * Recommendation: use Google Maps for navigation, as the place can be difficult to find on the first try.
      </page-how-to-list>
    </page-section>
  </page-content>

  <page-sidebar>
    <page-card data-title="At a glance">
      <page-info-row data-label="Format">Family homestay</page-info-row>
      <page-info-row data-label="Prices">from 216,450 VND (~10 USD)</page-info-row>
      <page-info-row data-label="Languages">Vietnamese, English</page-info-row>
      <page-info-row data-label="Address">1121 Đ. 3/2, Tích Lương, Thái Nguyên 250000, Vietnam</page-info-row>
    </page-card>
  </page-sidebar>
</page-layout>