From 4b76ed5e225f6c82a8b097a283821f6740f17535 Mon Sep 17 00:00:00 2001
From: Aditya
Date: Sat, 8 Nov 2025 17:16:05 +0530
Subject: [PATCH] made a new pr
---
pages/index.page.tsx | 108 ++++++++++++-------------------------------
1 file changed, 30 insertions(+), 78 deletions(-)
diff --git a/pages/index.page.tsx b/pages/index.page.tsx
index bd2479255..964733dad 100644
--- a/pages/index.page.tsx
+++ b/pages/index.page.tsx
@@ -261,50 +261,36 @@ const Home = (props: any) => {
{/* Feature 4 section*/}
-
-
-
- Streamline testing and validation
-
-
- Simplify your validation logic to reduce your code’s complexity
- and save time on development. Define constraints for your data
- structures to catch and prevent errors, inconsistencies, and
- invalid data.
-
-
-
-
- Exchange data seamlessly
-
-
- Establish a common language for data exchange, no matter the
- scale or complexity of your project. Define precise validation
- rules for your data structures to create shared understanding
- and increase interoperability across different systems and
- platforms.
-
-
-
-
- Document your data
-
-
- Create a clear, standardized representation of your data to
- improve understanding and collaboration among developers,
- stakeholders, and collaborators.
-
-
-
-
- Vibrant tooling ecosystem
-
-
- Adopt JSON Schema with an expansive range of community-driven
- tools, libraries, and frameworks across many programming
- languages.
-
-
+
+ {[
+ {
+ title: 'Streamline testing and validation',
+ desc: 'Simplify your validation logic to reduce your code’s complexity and save time on development. Define constraints for your data structures to catch and prevent errors, inconsistencies, and invalid data.',
+ },
+ {
+ title: 'Exchange data seamlessly',
+ desc: 'Establish a common language for data exchange, no matter the scale or complexity of your project. Define precise validation rules for your data structures to create shared understanding and increase interoperability across systems.',
+ },
+ {
+ title: 'Document your data',
+ desc: 'Create a clear, standardized representation of your data to improve understanding and collaboration among developers, stakeholders, and collaborators.',
+ },
+ {
+ title: 'Vibrant tooling ecosystem',
+ desc: 'Adopt JSON Schema with an expansive range of community-driven tools, libraries, and frameworks across many programming languages.',
+ },
+ ].map((item, index) => (
+
+
+
+ {item.title}
+
+
{item.desc}
+
+ ))}
@@ -323,40 +309,6 @@ const Home = (props: any) => {
- {/* SidebySide section*/}
-