diff --git a/src/assets/studioBenker.png b/src/assets/studioBenker.png new file mode 100644 index 0000000..261daf5 Binary files /dev/null and b/src/assets/studioBenker.png differ diff --git a/src/components/About.astro b/src/components/About.astro index 5804e7e..0f9fc5a 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -1,15 +1,19 @@ --- -import { translations } from '../data/i18n.js'; +import { translations } from '@data/i18n.js'; +import { Image } from 'astro:assets'; +import benker from '@assets/studioBenker.png'; const { lang = 'no' } = Astro.props; const t = translations[lang].about; --- -
+

{t.title}

-
+

{t.p1}

{t.p2}

{t.p3}

{t.p4}

+ Studio Benker +

\ No newline at end of file diff --git a/src/components/FAQ.astro b/src/components/FAQ.astro index 8d4b85f..5f1f0d9 100644 --- a/src/components/FAQ.astro +++ b/src/components/FAQ.astro @@ -1,14 +1,14 @@ --- -import { translations } from '../data/i18n.js'; +import { translations } from '@data/i18n.js'; const { lang = 'no' } = Astro.props; const t = translations[lang].faq; --- -
-

{t.title}

-