Local Teaser Pack

Description: Shows a preview of local businesses or places with basic information and images.

API Response Structure:

{
  "title": "Popular places near you",
  "category": ["Restaurants", "Cafes"],
  "hasMap": true,
  "hasSearchInput": true,
  "card": [
    {
      "hasImage": true,
      "name": "Business Name",
      "price": "$$",
      "point": "4.5",
      "extraDetail": "Open now • Italian restaurant"
    }
  ],
  "type": "localTeaserPack"
}

Fields:

  • title (string): Section heading

  • category (array): Business categories

  • hasMap (boolean): Map view available

  • hasSearchInput (boolean): Search box present

  • card (array): Business previews

    • hasImage (boolean): Business photo

    • name (string): Business name

    • price (string): Price range

    • point (string): Rating

    • extraDetail (string): Additional info

  • type (string): Always "localTeaserPack"