Update index.js

This commit is contained in:
Arjun Patel
2022-01-27 12:51:17 -08:00
parent 2550ef61f3
commit 850c13e318
+6 -7
View File
@@ -1,5 +1,4 @@
import Head from "next/head"; import Head from "next/head";
import Image from "next/image";
import { import {
FaSlackHash, FaSlackHash,
FaNewspaper, FaNewspaper,
@@ -21,11 +20,7 @@ import Rooms from "../components/demo/Rooms";
import VoiceLineConceptDemo from "../components/demo/VoiceLineConceptDemo"; import VoiceLineConceptDemo from "../components/demo/VoiceLineConceptDemo";
import MainLogo from "../components/MainLogo"; import MainLogo from "../components/MainLogo";
import { Divider, Tooltip } from "antd"; import { Divider, Tooltip, Image as AntDImage } from "antd";
import { useRouter } from "next/router";
import { useState } from "react";
import SkeletonLoader from "../components/Loading/skeletonLoader";
import { useAuth } from "../contexts/authContext";
import LangingPageLayout from "../components/Layouts/LandingPageLayout"; import LangingPageLayout from "../components/Layouts/LandingPageLayout";
import LandingPageActionBar from "../components/demo/LandingPageActionBar"; import LandingPageActionBar from "../components/demo/LandingPageActionBar";
import Link from "next/link"; import Link from "next/link";
@@ -105,11 +100,14 @@ export default function Home() {
</span> </span>
</div> </div>
{/* main above fold product image */}
<span className="flex w-full justify-evenly"> <span className="flex w-full justify-evenly">
<img <img
onClick={() => window.open("/teams/demo", "_blank")}
src="/screenshots/frame_safari_dark.png" src="/screenshots/frame_safari_dark.png"
className="lg:min-h-[80rem] lg:min-w-[85rem] min-h-[30rem] min-w-[40rem]" className="flex-1 lg:min-h-[80rem] lg:min-w-[85rem] min-h-[10rem] min-w-[15rem]"
/> />
{/* <AntDImage width={1200} src="/screenshots/frame_safari_dark.png" /> */}
</span> </span>
{/* voice line section */} {/* voice line section */}
@@ -197,6 +195,7 @@ export default function Home() {
className="min-h-[20rem] min-w-[20rem] shrink-0" className="min-h-[20rem] min-w-[20rem] shrink-0"
/> />
</span> </span>
{/* description text */} {/* description text */}
<span className="mx-auto text-left flex flex-col grow max-w-lg shadow-lg rounded-lg bg-gray-200 bg-opacity-40 backdrop-blur-xl p-10"> <span className="mx-auto text-left flex flex-col grow max-w-lg shadow-lg rounded-lg bg-gray-200 bg-opacity-40 backdrop-blur-xl p-10">
<span className="bg-clip-text font-bold text-transparent bg-gradient-to-r from-pink-500 to-violet-500"> <span className="bg-clip-text font-bold text-transparent bg-gradient-to-r from-pink-500 to-violet-500">