diff --git a/app/layout.tsx b/app/layout.tsx
index f631c42..72367e0 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -1,12 +1,9 @@
-import "./globals.css";
import type { Metadata } from "next";
import { Inter } from "next/font/google";
-import { ClerkProvider } from "@clerk/nextjs";
-import { ThemeProvider } from "@/components/providers/theme-provider";
-import { cn } from "@/lib/utils";
-import { ModalProvider } from "@/components/providers/modal-provider";
-import { SocketProvider } from "@/components/providers/socket-provider";
-import { QueryProvider } from "@/components/providers/query-provider";
+import "./globals.css";
+import '@radix-ui/themes/styles.css';
+import { Theme } from '@radix-ui/themes';
+
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
@@ -16,26 +13,16 @@ export const metadata: Metadata = {
export default function RootLayout({
children,
-}: {
+}: Readonly<{
children: React.ReactNode;
-}) {
+}>) {
return (
-
-
-
-
-
-
- {children}
-
-
+
+
+
+ {children}
+
-
-
+
);
}
diff --git a/components/home-layouts/LandingPage.tsx b/components/home-layouts/LandingPage.tsx
new file mode 100644
index 0000000..0ba6307
--- /dev/null
+++ b/components/home-layouts/LandingPage.tsx
@@ -0,0 +1,383 @@
+"use client"
+
+import React from 'react';
+import {Box,Card,Flex,Text} from '@radix-ui/themes';
+
+export default function LandingPage(){
+ return (
+ <>
+
+
+
+
+{/* Intro div */}
+
+
+
GROUP CHAT THAT’S ALL FUN & GAMES
+
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{/* Card 1 */}
+ {/* DiscordGIF */}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MAKE YOUR GROUP CHATS MORE FUN
+
+
+ Use custom emoji, stickers, soundboard effects and more to add your personality to your voice, video, or text chat. Set your avatar and a custom status, and write your own profile to show up in chat your way.
+
+
+
+
+
+
+
+
+
+{/* Card 2 */}
+
+
+
+
+
+
+
+
+
+ STREAM LIKE YOU’RE IN THE SAME ROOM
+
+
+ High quality and low latency streaming makes it feel like you're hanging out on the couch with friends while playing a game, watching shows, looking at photos, or idk doing homework or something.
+
+
+
+
+
+
+
+
+
+
+
+
+
+{/* Card 3 */}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HOP IN WHEN YOU'RE FREE, NO NEED TO CALL
+
+
+ Easily hop in and out of voice or text chats without having to call or invite anyone, so your party chat lasts before, during, and after your game session.
+
+
+
+
+
+
+
+
+
+{/* Moving Tag Line */}
+
+
+
+
+
+
TALK
+
+
+
+
PLAY
+
+
+
+
CHAT
+
+
+
+
HANGOUT
+
+
+
+
TALK
+
+
+
+
PLAY
+
+
+
+
CHAT
+
+
+
+
HANGOUT
+
+
+
+
TALK
+
+
+
+
PLAY
+
+
+
+
CHAT
+
+
+
+
HANGOUT
+
+
+
+
+
+
+{/* Card 4 */}
+
+
+
+
+
+
+
+
+
+ SEE WHO'S AROUND TO CHILL
+
+
+ See who's around, playing games, or just hanging out. For supported games, you can see what modes or characters your friends are playing and directly join up.
+
+
+
+
+
+
+
+
+
+
+
+
+
+{/* Card 5 */}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ALWAYS HAVE SOMETHING TO DO TOGETHER
+
+
+ Watch videos, play built-in games, listen to music, or just scroll together and spam memes. Seamlessly text, call, video chat, and play games, all in one group chat.
+
+
+
+
+
+
+
+
+
+{/* Card 6 */}
+
+
+
+
+
+
+
+
+
+ WHEREVER YOU GAME, HANG OUT HERE
+
+
+ On your PC, phone, or console, you can still hang out on Discord. Easily switch between devices and use tools to manage multiple group chats with friends.
+
+
+
+
+
+
+
+
+
+
+
+