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 ( - - -
- -
- -
- -
- - + +
); 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);