features done
This commit is contained in:
+12
-1
@@ -1,3 +1,14 @@
|
||||
import LangingPageLayout from "../components/Layouts/LandingPageLayout";
|
||||
|
||||
export default function Pricing() {
|
||||
return <div>this is the pricing page</div>;
|
||||
return (
|
||||
<LangingPageLayout>
|
||||
<div className="flex flex-row">
|
||||
<span className="flex flex-col items-start">
|
||||
<span>Your WFH Hub</span>
|
||||
<span>Actively working on new and exciting features.</span>
|
||||
</span>
|
||||
</div>
|
||||
</LangingPageLayout>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user