Merge branch 'demo-with-new-cleaner,-simpler-product' of https://github.com/talksik/nirvana into demo-with-new-cleaner,-simpler-product
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 {
|
import {
|
||||||
FcAssistant,
|
FcAssistant,
|
||||||
FcCollaboration,
|
FcCollaboration,
|
||||||
@@ -8,7 +8,7 @@ import {
|
|||||||
FcOrgUnit,
|
FcOrgUnit,
|
||||||
FcVideoCall,
|
FcVideoCall,
|
||||||
} from "react-icons/fc";
|
} from "react-icons/fc";
|
||||||
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
|
import LandingPageActionBar from "../../components/demo/LandingPageActionBar";
|
||||||
|
|
||||||
export default function Features() {
|
export default function Features() {
|
||||||
return (
|
return (
|
||||||
@@ -14,15 +14,15 @@ import {
|
|||||||
} from "react-icons/fa";
|
} from "react-icons/fa";
|
||||||
import { FcGoogle } from "react-icons/fc";
|
import { FcGoogle } from "react-icons/fc";
|
||||||
import { BsThreeDots } from "react-icons/bs";
|
import { BsThreeDots } from "react-icons/bs";
|
||||||
import TeamVoiceLine from "../components/demo/TeamVoiceLine";
|
import TeamVoiceLine from "../../components/demo/TeamVoiceLine";
|
||||||
import Announcements from "../components/demo/Announcements";
|
import Announcements from "../../components/demo/Announcements";
|
||||||
import Rooms from "../components/demo/Rooms";
|
import Rooms from "../../components/demo/Rooms";
|
||||||
import VoiceLineConceptDemo from "../components/demo/VoiceLineConceptDemo";
|
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 { Divider, Tooltip, Image as AntDImage } from "antd";
|
||||||
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";
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
@@ -2,9 +2,9 @@ import { Divider } from "antd";
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
import { FaAngleRight } from "react-icons/fa";
|
import { FaAngleRight } from "react-icons/fa";
|
||||||
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
|
import LandingPageActionBar from "../../components/demo/LandingPageActionBar";
|
||||||
import Rooms from "../components/demo/Rooms";
|
import Rooms from "../../components/demo/Rooms";
|
||||||
import LangingPageLayout from "../components/Layouts/LandingPageLayout";
|
import LangingPageLayout from "../../components/Layouts/LandingPageLayout";
|
||||||
|
|
||||||
export default function Philosophy() {
|
export default function Philosophy() {
|
||||||
const handleGetDemo = () => {
|
const handleGetDemo = () => {
|
||||||
@@ -6,8 +6,8 @@ import {
|
|||||||
FaMoneyBill,
|
FaMoneyBill,
|
||||||
FaPhone,
|
FaPhone,
|
||||||
} from "react-icons/fa";
|
} from "react-icons/fa";
|
||||||
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
|
import LandingPageActionBar from "../../components/demo/LandingPageActionBar";
|
||||||
import LandingPageLayout from "../components/Layouts/LandingPageLayout";
|
import LandingPageLayout from "../../components/Layouts/LandingPageLayout";
|
||||||
|
|
||||||
export default function Pricing() {
|
export default function Pricing() {
|
||||||
return (
|
return (
|
||||||
Reference in New Issue
Block a user