-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ts
More file actions
14 lines (11 loc) · 813 Bytes
/
constants.ts
File metadata and controls
14 lines (11 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// constants.ts
export const APP_NAME = "Job Profile Lab";
export const TAGLINE = "The Science of Getting Hired";
export const BYLINE = "by Swan Lake Digital";
export const BYLINE_LINK = "https://swanlakedigital.com";
// Local paths for logos. You should create a `public/images/` folder
// in your project root and place your logo files there, e.g., `public/images/logo-header.png`.
export const HEADER_LOGO_PLACEHOLDER_URL = "/images/job-lab-mascot-specs-256px.png"; // Placeholder for header logo
export const FOOTER_LOGO_PLACEHOLDER_URL = "/images/job-lab-mascot-specs-256px.png"; // Placeholder for footer logo
export const FAVICON_URL = "/images/job-lab-mascot-specs-64px.png"; // Placeholder for favicon
export const SPECS_TAGLINE = "Specs: Your AI Career Co-Pilot, Scanning Resumes, Shining Careers!";