adding new landing page blank starting clean
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export default function Landing() {
|
||||
return <span>haha</span>;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
import LangingPageLayout from "../components/Layouts/LandingPageLayout";
|
||||
import LangingPageLayout from "../../components/Layouts/LandingPageLayout";
|
||||
import {
|
||||
FcAssistant,
|
||||
FcCollaboration,
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
FcOrgUnit,
|
||||
FcVideoCall,
|
||||
} from "react-icons/fc";
|
||||
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
|
||||
import LandingPageActionBar from "../../components/demo/LandingPageActionBar";
|
||||
|
||||
export default function Features() {
|
||||
return (
|
||||
@@ -14,15 +14,15 @@ import {
|
||||
} from "react-icons/fa";
|
||||
import { FcGoogle } from "react-icons/fc";
|
||||
import { BsThreeDots } from "react-icons/bs";
|
||||
import TeamVoiceLine from "../components/demo/TeamVoiceLine";
|
||||
import Announcements from "../components/demo/Announcements";
|
||||
import Rooms from "../components/demo/Rooms";
|
||||
import VoiceLineConceptDemo from "../components/demo/VoiceLineConceptDemo";
|
||||
import TeamVoiceLine from "../../components/demo/TeamVoiceLine";
|
||||
import Announcements from "../../components/demo/Announcements";
|
||||
import Rooms from "../../components/demo/Rooms";
|
||||
import VoiceLineConceptDemo from "../../components/demo/VoiceLineConceptDemo";
|
||||
|
||||
import MainLogo from "../components/Logo/MainLogo";
|
||||
import MainLogo from "../../components/Logo/MainLogo";
|
||||
import { Divider, Tooltip, Image as AntDImage } from "antd";
|
||||
import LangingPageLayout from "../components/Layouts/LandingPageLayout";
|
||||
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
|
||||
import LangingPageLayout from "../../components/Layouts/LandingPageLayout";
|
||||
import LandingPageActionBar from "../../components/demo/LandingPageActionBar";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Home() {
|
||||
@@ -2,9 +2,9 @@ import { Divider } from "antd";
|
||||
import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
import { FaAngleRight } from "react-icons/fa";
|
||||
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
|
||||
import Rooms from "../components/demo/Rooms";
|
||||
import LangingPageLayout from "../components/Layouts/LandingPageLayout";
|
||||
import LandingPageActionBar from "../../components/demo/LandingPageActionBar";
|
||||
import Rooms from "../../components/demo/Rooms";
|
||||
import LangingPageLayout from "../../components/Layouts/LandingPageLayout";
|
||||
|
||||
export default function Philosophy() {
|
||||
const handleGetDemo = () => {
|
||||
@@ -6,8 +6,8 @@ import {
|
||||
FaMoneyBill,
|
||||
FaPhone,
|
||||
} from "react-icons/fa";
|
||||
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
|
||||
import LandingPageLayout from "../components/Layouts/LandingPageLayout";
|
||||
import LandingPageActionBar from "../../components/demo/LandingPageActionBar";
|
||||
import LandingPageLayout from "../../components/Layouts/LandingPageLayout";
|
||||
|
||||
export default function Pricing() {
|
||||
return (
|
||||
Reference in New Issue
Block a user