From e8c9a5b7afd3564d1bd1133e9d4738cbcb9d2ffa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 07:27:38 +0000 Subject: [PATCH 1/2] Update src/app/article/page.tsx --- src/app/article/page.tsx | 134 ++++----------------------------------- 1 file changed, 14 insertions(+), 120 deletions(-) diff --git a/src/app/article/page.tsx b/src/app/article/page.tsx index 1820f72..8a180ac 100644 --- a/src/app/article/page.tsx +++ b/src/app/article/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -export default function LandingPage() { +export default function ArticlePage() { return ( - - -
- -
- -
- -
- - + +
); From d737f596fdc459e21628cbfa4b0f7cca8fc60bc5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 07:27:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 279 +++++++++++------------------------------------ 1 file changed, 61 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 097befb..3acc280 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,228 +26,71 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);