diff --git a/packages/web/components/Layouts/LandingPageLayout.tsx b/packages/web/components/Layouts/LandingPageLayout.tsx index ba53326..3f6561e 100644 --- a/packages/web/components/Layouts/LandingPageLayout.tsx +++ b/packages/web/components/Layouts/LandingPageLayout.tsx @@ -88,7 +88,7 @@ export default function LangingPageLayout({ children }) { ); return ( -
+
{/* header */}
diff --git a/packages/web/components/demo/LandingPageActionBar.tsx b/packages/web/components/demo/LandingPageActionBar.tsx index 7cfdc78..c8678c8 100644 --- a/packages/web/components/demo/LandingPageActionBar.tsx +++ b/packages/web/components/demo/LandingPageActionBar.tsx @@ -3,7 +3,7 @@ import { FaAngleRight } from "react-icons/fa"; export default function LandingPageActionBar() { return ( - + Ready to Focus? {"It's now or never."} diff --git a/packages/web/pages/v1/features.tsx b/packages/web/pages/features.tsx similarity index 95% rename from packages/web/pages/v1/features.tsx rename to packages/web/pages/features.tsx index 5e41c00..8d1804a 100644 --- a/packages/web/pages/v1/features.tsx +++ b/packages/web/pages/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/v1/index.js b/packages/web/pages/index.js similarity index 95% rename from packages/web/pages/v1/index.js rename to packages/web/pages/index.js index 28d067a..6c9ebca 100644 --- a/packages/web/pages/v1/index.js +++ b/packages/web/pages/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() { @@ -115,7 +115,7 @@ export default function Home() { {/* voice line section */} - + VOICE ONLY @@ -200,7 +200,7 @@ export default function Home() { {/* description text */} - + TEAM @@ -282,7 +282,7 @@ export default function Home() { {/* focus on today section */} {/* description card */} - + CLARITY @@ -369,7 +369,7 @@ export default function Home() { {/* customer testimonial section */} - + Our Customers Listen to what they have to diff --git a/packages/web/pages/index.tsx b/packages/web/pages/index.tsx deleted file mode 100644 index 3424341..0000000 --- a/packages/web/pages/index.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export default function Landing() { - return haha; -} diff --git a/packages/web/pages/v1/philosophy.tsx b/packages/web/pages/philosophy.tsx similarity index 92% rename from packages/web/pages/v1/philosophy.tsx rename to packages/web/pages/philosophy.tsx index 552bd92..e48760a 100644 --- a/packages/web/pages/v1/philosophy.tsx +++ b/packages/web/pages/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/v1/pricing.tsx b/packages/web/pages/pricing.tsx similarity index 96% rename from packages/web/pages/v1/pricing.tsx rename to packages/web/pages/pricing.tsx index 70cc37c..91b7a48 100644 --- a/packages/web/pages/v1/pricing.tsx +++ b/packages/web/pages/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 (