✨ feat: add video tour functionality with helpers, configuration, and homepage walkthrough
This commit is contained in:
16
video-tours/tour-constants.ts
Normal file
16
video-tours/tour-constants.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Constants for video tour configuration.
|
||||
*
|
||||
* Adapt these values to your project. The tour user is designed
|
||||
* to persist across runs so that on repeat runs the tour simply
|
||||
* logs in instead of re-registering.
|
||||
*/
|
||||
|
||||
// ── Tour User (adjust for your project) ──────────────────────────────
|
||||
export const TOUR_USER = {
|
||||
email: "tour-demo@test.example.com",
|
||||
password: "TourDemo2025!",
|
||||
firstName: "Max",
|
||||
lastName: "Mustermann",
|
||||
organization: "Mustermann GmbH",
|
||||
} as const
|
||||
Reference in New Issue
Block a user