diff --git a/layouts/ccip.vue b/layouts/ccip.vue
new file mode 100644
index 0000000000..e74e5e7fee
--- /dev/null
+++ b/layouts/ccip.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
diff --git a/pages/about/staff.vue b/pages/about/staff.vue
index 3ca8cd360d..ed684243fe 100644
--- a/pages/about/staff.vue
+++ b/pages/about/staff.vue
@@ -39,6 +39,10 @@ import CoreH1 from '@/components/core/titles/H1'
import i18n from '@/i18n/about/staff.i18n'
export default {
+ layout(context) {
+ const ccip = context.query.ccip // to determine if it's opass mobile app
+ return ccip ? 'ccip' : 'default'
+ },
i18n,
name: 'PageStaff',
components: {