From f4fdb125b24b614cbe99b8ee9b49b9b8f9df7569 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 3 Feb 2022 12:40:12 -0800 Subject: [PATCH] adding new landing page blank starting clean --- packages/web/pages/index.tsx | 3 +++ packages/web/pages/{ => v1}/features.tsx | 4 ++-- packages/web/pages/{ => v1}/index.js | 14 +++++++------- packages/web/pages/{ => v1}/philosophy.tsx | 6 +++--- packages/web/pages/{ => v1}/pricing.tsx | 4 ++-- 5 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 packages/web/pages/index.tsx rename packages/web/pages/{ => v1}/features.tsx (95%) rename packages/web/pages/{ => v1}/index.js (96%) rename packages/web/pages/{ => v1}/philosophy.tsx (92%) rename packages/web/pages/{ => v1}/pricing.tsx (96%) diff --git a/packages/web/pages/index.tsx b/packages/web/pages/index.tsx new file mode 100644 index 0000000..3424341 --- /dev/null +++ b/packages/web/pages/index.tsx @@ -0,0 +1,3 @@ +export default function Landing() { + return haha; +} diff --git a/packages/web/pages/features.tsx b/packages/web/pages/v1/features.tsx similarity index 95% rename from packages/web/pages/features.tsx rename to packages/web/pages/v1/features.tsx index 8d1804a..5e41c00 100644 --- a/packages/web/pages/features.tsx +++ b/packages/web/pages/v1/features.tsx @@ -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 ( diff --git a/packages/web/pages/index.js b/packages/web/pages/v1/index.js similarity index 96% rename from packages/web/pages/index.js rename to packages/web/pages/v1/index.js index 3723197..28d067a 100644 --- a/packages/web/pages/index.js +++ b/packages/web/pages/v1/index.js @@ -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() { diff --git a/packages/web/pages/philosophy.tsx b/packages/web/pages/v1/philosophy.tsx similarity index 92% rename from packages/web/pages/philosophy.tsx rename to packages/web/pages/v1/philosophy.tsx index e48760a..552bd92 100644 --- a/packages/web/pages/philosophy.tsx +++ b/packages/web/pages/v1/philosophy.tsx @@ -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 = () => { diff --git a/packages/web/pages/pricing.tsx b/packages/web/pages/v1/pricing.tsx similarity index 96% rename from packages/web/pages/pricing.tsx rename to packages/web/pages/v1/pricing.tsx index 91b7a48..70cc37c 100644 --- a/packages/web/pages/pricing.tsx +++ b/packages/web/pages/v1/pricing.tsx @@ -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 (