From e97dbb11b30d0fe51b2ca1660e9f0d27a99a73e3 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Fri, 22 Dec 2023 18:59:16 +0200 Subject: Added most of the logic on the driver side --- driver/src/pages/LandingPage.tsx | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 driver/src/pages/LandingPage.tsx (limited to 'driver/src/pages/LandingPage.tsx') diff --git a/driver/src/pages/LandingPage.tsx b/driver/src/pages/LandingPage.tsx new file mode 100644 index 0000000..ec8b364 --- /dev/null +++ b/driver/src/pages/LandingPage.tsx @@ -0,0 +1,45 @@ +import { Button } from "@/components/ui/button" +import { CardTitle, CardDescription, CardHeader, CardContent, Card } from "@/components/ui/card" +import { Navigate, redirect } from "react-router-dom"; +import { Badge } from "@/components/ui/badge" + +export default function LandingPage() { + if (true) { + return + } + return ( +
+
+

Carpool

+
+ + +
+
+
+ + + Welcome to Carpool + Join our community and share your journey. + + +

+ Find or offer rides, Made by students for students ❤️ ❤️ +

+
+
+
+ +
+
+ +
+ ) +} + -- cgit v1.2.3