From d9743818b3e5b214fa76be98bf2f703fefd9fc41 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 19 Mar 2026 12:18:16 +0000 Subject: [PATCH] TinaCMS content update --- content/pages/test.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/pages/test.json diff --git a/content/pages/test.json b/content/pages/test.json new file mode 100644 index 0000000..5f6f5b4 --- /dev/null +++ b/content/pages/test.json @@ -0,0 +1,17 @@ +{ + "title": "Test", + "blocks": [ + { + "_template": "pricing" + }, + { + "_template": "textBlock" + }, + { + "_template": "hero" + }, + { + "_template": "testimonials" + } + ] +} \ No newline at end of file