From 365f237b8d42ddffc2de86d9332f1977a3a265e2 Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 25 Oct 2024 15:00:26 +0200 Subject: [PATCH] website changes --- website/app/demo/page.tsx | 6 +- website/app/support/page.tsx | 6 +- website/components/footer.tsx | 161 +++++----- website/components/header-link.tsx | 2 +- website/components/header.tsx | 94 +++--- website/components/hero-section.tsx | 406 ++++++++++++------------ website/components/reactgrid-sample.tsx | 54 ++-- website/components/why-us-section.tsx | 6 +- website/pages/_meta.json | 2 +- website/tailwind.config.ts | 1 + 10 files changed, 378 insertions(+), 360 deletions(-) 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 ( -
+
<>