File size: 1,056 Bytes
85a5e0e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "case_studies": [
        {
            "id": 1,
            "title": "Case Study 1",
            "treatment": "Teeth Whitening",
            "description": "A successful teeth whitening case.",
            "before_image": "https://example.com/before.jpg",
            "after_image": "https://example.com/after.jpg",
            "patient_name": "John Doe",
            "patient_age": "30",
            "patient_rating": "5",
            "patient_avatar": "https://example.com/avatar.jpg",
            "status": "published",
            "date": "2025-04-29",
            "duration": "2 weeks",
            "visits": "3",
            "case_id": "CS001",
            "seo_title": "Teeth Whitening Case Study",
            "seo_description": "A successful teeth whitening case study.",
            "seo_keywords": "teeth whitening, dental care"
        }
    ],
    "blog_posts": [
        {
            "id": 1,
            "title": "Blog Post 1",
            "content": "This is the first blog post.",
            "date": "2025-04-29"
        }
    ]
}