Skip to content

Commit 0112e26

Browse files
committed
update site name
1 parent e6792be commit 0112e26

3 files changed

Lines changed: 3 additions & 26 deletions

File tree

src/data/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ export function getSiteConfig(): SiteConfig {
2222

2323
if (mode === "corp") {
2424
return {
25-
name: "Eirene Intentio Citta d.o.o.",
25+
name: "Eirene Intentio Citta",
2626
mode: mode,
2727
canonical: "https://eireneintentiocitta.hr",
28-
description: "Eirene Intentio Citta d.o.o. – Peace · Intention · Consciousness",
28+
description: "Eirene Intentio Citta – Peace · Intention · Consciousness",
2929
email: "privacy@eireneintentiocitta.hr",
3030
};
3131
}

src/layouts/Layout.astro

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/pages/de/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import BaseLayout from "../../layouts/BaseLayout.astro";
33
import Hero from "../../components/Hero.astro";
44
---
55

6-
<BaseLayout lang="de" page="index" title="Studio Sun & Sea" fullBleed>
6+
<BaseLayout lang="de" page="index" fullBleed>
77
<Hero lang="de" />
88

99
<!-- Additional homepage sections go here -->

0 commit comments

Comments
 (0)