diff --git a/.env.example b/.env.example index 3b12db9..bb50bb8 100644 --- a/.env.example +++ b/.env.example @@ -29,5 +29,6 @@ RESEND_FROM="" SECRET_HASH="" HOME_URL="" MAINTENANCE_MODE=0 -BRAND_NAME="" -BRAND_EMAIL="" \ No newline at end of file +NEXT_PUBLIC_BRAND_NAME="" +NEXT_PUBLIC_BRAND_EMAIL="" +NEXT_PUBLIC_BRAND_COUNTRY="" \ No newline at end of file diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx index f76da1e..8f5b3ff 100644 --- a/app/privacy/page.tsx +++ b/app/privacy/page.tsx @@ -54,20 +54,22 @@ export default function Privacy() {
  • - Application refers to FromPixels, the software - program provided by the Company. + Application refers to{' '} + {process.env.NEXT_PUBLIC_BRAND_NAME}, the software program provided + by the Company.

  • Company (referred to as either "the Company", "We", "Us" or "Our" in - this Agreement) refers to FromPixels. + this Agreement) refers to {process.env.NEXT_PUBLIC_BRAND_NAME}.

  • - Country refers to: Italy + Country refers to:{' '} + {process.env.NEXT_PUBLIC_BRAND_COUNTRY}