Skip to content

Commit

Permalink
landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
TechSubham committed Sep 22, 2024
1 parent bf73a75 commit 28b78a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Plus_Jakarta_Sans } from "next/font/google";
import Logos from "../public/Qubit.png";
import { CarouselCard } from "@/components/StyleComponents/Carousel";
import AboutUs from "./Elements/AboutUs";
import Link from "next/link";


// const plusJakartaSans = Plus_Jakarta_Sans({ subsets: ['latin'] });

Expand Down Expand Up @@ -277,9 +277,7 @@ const Page = () => {
animate={{ opacity: 1, x: 0 }}
transition={{ delay: 0.8, duration: 0.8 }}
>
<Link href="https://rvrs.teamqubit.in/SignUp">
<Button />
</Link>
</motion.div>
</div>
<motion.div
Expand Down

0 comments on commit 28b78a3

Please sign in to comment.