website / data.json
huylaughmad's picture
Create data.json
85a5e0e verified
{
"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"
}
]
}