diff --git a/src/components/ComingSoon.tsx b/src/components/ComingSoon.tsx index f430a42..77a6a5e 100644 --- a/src/components/ComingSoon.tsx +++ b/src/components/ComingSoon.tsx @@ -1,3 +1,4 @@ +import Layout from "@/components/Layout"; import { Link } from "react-router-dom"; import { ArrowLeft, Wrench } from "lucide-react"; import { Button } from "@/components/ui/button"; @@ -9,28 +10,36 @@ interface ComingSoonProps { const ComingSoon = ({ title, description }: ComingSoonProps) => { return ( -
+ {description} +
+ )} + +Discover a collection of interactive educational tools designed to supplement lectures and enhance understanding across multiple disciplines. From discrete mathematics to social choice theory. @@ -36,10 +36,7 @@ const Index = () => {