+ {{ section.settings.title }}
+ {{ section.settings.subtitle }}
+
+
+{% schema %}
+{
+ "name": "Roza Hero",
+ "settings": [
+ {
+ "type": "text",
+ "id": "title",
+ "label": "العنوان",
+ "default": "مرحبا بك في متجر روزا"
+ },
+ {
+ "type": "text",
+ "id": "subtitle",
+ "label": "الوصف",
+ "default": "نقدم لك ثيمات احترافية وتجربة تسوق مميزة"
+ }
+ ],
+ "presets": [
+ {
+ "name": "Roza Hero Section"
+ }
+ ]
+}
+{% endschema %}
diff --git a/sections/sections/roza-hero.liquid mk b/sections/sections/roza-hero.liquid mk
new file mode 100644
index 000000000..02ae66e7b
--- /dev/null
+++ b/sections/sections/roza-hero.liquid mk
@@ -0,0 +1,29 @@
+