From fce60ba750e5870beeb66e4eb2d5384b38c0f050 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sat, 7 Jun 2025 08:28:38 +0200 Subject: [PATCH] Update homepage, add demos data. * display ydemo sections dynamically. * Introduced a new `demos.ts` file for demo content management. * Added `framer-motion` for animations and updated dependencies in `package.json`. --- .run/main-website.run.xml | 12 +++ main-website/app/data/demos.ts | 55 ++++++++++++ main-website/app/layout.tsx | 38 ++++---- main-website/app/page.tsx | 159 ++++++++++++--------------------- main-website/package-lock.json | 43 +++++++++ main-website/package.json | 13 +-- 6 files changed, 195 insertions(+), 125 deletions(-) create mode 100644 .run/main-website.run.xml create mode 100644 main-website/app/data/demos.ts diff --git a/.run/main-website.run.xml b/.run/main-website.run.xml new file mode 100644 index 0000000..2d74f10 --- /dev/null +++ b/.run/main-website.run.xml @@ -0,0 +1,12 @@ + + + + + +