huylaughmad commited on
Commit
85a5e0e
·
verified ·
1 Parent(s): a920d37

Create data.json

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