diff --git a/website/app/demo/page.tsx b/website/app/demo/page.tsx index faf8ab4c..3ba70adf 100644 --- a/website/app/demo/page.tsx +++ b/website/app/demo/page.tsx @@ -70,12 +70,12 @@ const coreFeatures = [ export default function ExamplesPage() { return ( -
+

ReactGrid Demo

-

+

ReactGrid enables you to create custom layouts with flexible cell ordering. Unlike many React components and tools that require consistent data structures across all rows, our component offers @@ -100,7 +100,7 @@ export default function ExamplesPage() {

-
+

What does the above example illustrate? diff --git a/website/app/support/page.tsx b/website/app/support/page.tsx index 77e38aac..923e4114 100644 --- a/website/app/support/page.tsx +++ b/website/app/support/page.tsx @@ -6,7 +6,7 @@ import { Shape1, Shape2 } from "@/components/bg-shapes"; export default function FeaturesPage() { return ( -
+
<>