/** Shared SEO / branding copy — use from `app/layout.tsx` and page metadata to avoid drift. */
export const SITE_NAME =
  "Sasico - SaaS Software & Tech Startup Nextjs Template";

/** Full default `<title>` when a route does not set its own. */
export const SITE_TITLE_DEFAULT =
  "Sasico - SaaS Software & Tech Startup Nextjs Template";

/** Default meta description for the site. */
export const SITE_DESCRIPTION =
  "Sasico is a production-ready Next.js (App Router) template for SaaS, startups, and technology brands. It includes reusable React components, Bootstrap-based styling, portfolio and blog layouts, e-commerce demos, and SEO metadata—edit structured demo content under /data and deploy with Node.js.";

/** Shorter suffix for `title.template` (avoids repeating the full tagline in every tab). */
export const SITE_TITLE_TEMPLATE_SUFFIX = SITE_NAME;
