+
diff --git a/apps/X/src/components/ui/home/CenterComp.tsx b/apps/X/src/components/ui/home/CenterComp.tsx
new file mode 100644
index 0000000..889c0c2
--- /dev/null
+++ b/apps/X/src/components/ui/home/CenterComp.tsx
@@ -0,0 +1,18 @@
+import { TopHead, TopPost, TweetComp } from "..";
+
+export const CenterComp = () => {
+ return (
+
+ );
+};
+//border border-slate-800 border-x-0
diff --git a/apps/X/src/components/ui/home/HomeComp.tsx b/apps/X/src/components/ui/home/HomeComp.tsx
new file mode 100644
index 0000000..1937964
--- /dev/null
+++ b/apps/X/src/components/ui/home/HomeComp.tsx
@@ -0,0 +1,33 @@
+import { CenterComp, HomeLeft, HomeRight } from "@/components/ui";
+
+export const HomeComp = () => {
+ return (
+
+
+
+ {/*
*/}
+ {/* border-slate-800 border border-y-0 h-screen */}
+
+ );
+};
diff --git a/apps/X/src/components/ui/home/HomeLeft.tsx b/apps/X/src/components/ui/home/HomeLeft.tsx
new file mode 100644
index 0000000..b8000a7
--- /dev/null
+++ b/apps/X/src/components/ui/home/HomeLeft.tsx
@@ -0,0 +1,126 @@
+"use client";
+
+import { AiOutlineThunderbolt } from "react-icons/ai";
+import { CgMoreO } from "react-icons/cg";
+import { FaRegBookmark } from "react-icons/fa";
+import { FaRegUser } from "react-icons/fa6";
+import { GoHome } from "react-icons/go";
+import { IoMdSearch } from "react-icons/io";
+import { MdOutlineMail } from "react-icons/md";
+import { RiGroupLine, RiNotification2Line } from "react-icons/ri";
+import { Button, UserAvatar, X_logo } from "..";
+import GrokIcon from "../Grok";
+import X_Icon from "../X_Icon";
+export const HomeLeft = () => {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+};
diff --git a/apps/X/src/components/ui/home/HomeRight.tsx b/apps/X/src/components/ui/home/HomeRight.tsx
new file mode 100644
index 0000000..cc7a2c5
--- /dev/null
+++ b/apps/X/src/components/ui/home/HomeRight.tsx
@@ -0,0 +1,4 @@
+"use client";
+export const HomeRight = () => {
+ return
Home Right
;
+};
diff --git a/apps/X/src/components/ui/index.ts b/apps/X/src/components/ui/index.ts
index 14107a6..c4a4ed6 100644
--- a/apps/X/src/components/ui/index.ts
+++ b/apps/X/src/components/ui/index.ts
@@ -1,22 +1,27 @@
-import { SigninRightCom } from "./SigninRightCom";
-import { SigninComp } from "./SigninComp";
+import { SigninRightCom } from "./auth/SigninRightCom";
+import { SigninComp } from "./auth/SigninComp";
import { X_logoBIG } from "./X_logoBIG";
import { Dialog } from "./dialog";
import { X_logo } from "./X_logo";
import { Input } from "./input";
-import { LoginComp } from "./LoginComp";
-import { UserCredentials } from "./UserCredentials";
-import { HomeRight } from "../home/HomeRight";
-import { HomeLeft } from "../home/HomeLeft";
-import { CenterComp } from "../home/CenterComp";
+import { LoginComp } from "./auth/LoginComp";
+import { UserCredentials } from "./auth/UserCredentials";
+import { HomeRight } from "./home/HomeRight";
+import { CenterComp } from "./home/CenterComp";
import { TweetComp } from "./TweetComp";
import { UserAvatar } from "./usrAvatar";
import { Button } from "./button";
-import { HomeComp } from "../home/HomeComp";
+import { HomeComp } from "./home/HomeComp";
+import { HomeLeft } from "./home/HomeLeft";
+import { TopHead } from "./Post/topHead";
+import { TopPost } from "./Post/TopPost";
export {
+ TopHead,
+ TopPost,
SigninComp,
HomeComp,
+ HomeLeft,
Button,
UserAvatar,
SigninRightCom,
@@ -26,7 +31,6 @@ export {
X_logo,
Input,
HomeRight,
- HomeLeft,
CenterComp,
UserCredentials,
LoginComp,
diff --git a/apps/X/tailwind.config.js b/apps/X/tailwind.config.js
index b70cd1d..5076d01 100644
--- a/apps/X/tailwind.config.js
+++ b/apps/X/tailwind.config.js
@@ -12,7 +12,7 @@ export default {
theme: {
extend: {
screens: {
- custom: "943px",
+ custom: "927px",
},
borderRadius: {
lg: "var(--radius)",