From e00776d20b0b3a5897beff193555f71e60990135 Mon Sep 17 00:00:00 2001 From: GamerBoss101 Date: Sun, 13 Apr 2025 00:40:25 -0400 Subject: [PATCH] UI Update --- src/app/(app)/guide/Info.tsx | 2 +- src/app/(app)/guide/PointGuide.tsx | 2 +- src/app/(app)/guide/page.tsx | 1 + src/app/(app)/layout.tsx | 3 +- src/app/(app)/page.tsx | 10 ++++++ src/app/(app)/profile/page.tsx | 44 +++++++++++-------------- src/app/api/index.ts | 34 ------------------- src/components/PostRequestComponent.tsx | 35 -------------------- 8 files changed, 33 insertions(+), 98 deletions(-) delete mode 100644 src/app/api/index.ts delete mode 100644 src/components/PostRequestComponent.tsx diff --git a/src/app/(app)/guide/Info.tsx b/src/app/(app)/guide/Info.tsx index 400522a..1a7f818 100644 --- a/src/app/(app)/guide/Info.tsx +++ b/src/app/(app)/guide/Info.tsx @@ -5,7 +5,7 @@ import React from "react"; const InfoContent = () => { return ( -
+

Beverage Consumption Info!

diff --git a/src/app/(app)/guide/PointGuide.tsx b/src/app/(app)/guide/PointGuide.tsx index 4d3c87c..00a722c 100644 --- a/src/app/(app)/guide/PointGuide.tsx +++ b/src/app/(app)/guide/PointGuide.tsx @@ -56,7 +56,7 @@ const tableData = [ const PointGuide = () => { return ( -
+

Points Guide

diff --git a/src/app/(app)/guide/page.tsx b/src/app/(app)/guide/page.tsx index 7224ec6..74d925d 100644 --- a/src/app/(app)/guide/page.tsx +++ b/src/app/(app)/guide/page.tsx @@ -9,6 +9,7 @@ export default function InfoPage() { return (
+ Drink Happy Logo Image
-

Response: {responseMessage}

-
- ); -}; - -export default PostRequestComponent; \ No newline at end of file