From e6c4d6e2d8ac6dd92ea62eb8ceff7bba9678c051 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:44:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 225 ++++++++++++++++++----------------------------- 1 file changed, 84 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bf1d0b..7b0902f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,153 +26,96 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- - {/* Content omitted for brevity, logic remains the same */} - -
+
+ +
Product 1
+
Product 2
+
Product 3
+
Product 4
+
+
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1