diff --git a/public/og-image.jpg b/public/og-image.jpg new file mode 100644 index 0000000..c5437cd Binary files /dev/null and b/public/og-image.jpg differ diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 0eb92d1..4170b09 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -72,7 +72,7 @@ vertexShader, fragmentShader, uniforms: { - uTime: { value: Math.random() * 128 }, + uTime: { value: 0 }, uNoiseTexture: { value: noiseTex }, uNoiseScale: { value: 0.01 }, uAmplitude: { value: 3.0 }, diff --git a/src/components/Services.astro b/src/components/Services.astro index d4c6b1e..4d35251 100644 --- a/src/components/Services.astro +++ b/src/components/Services.astro @@ -3,10 +3,10 @@ const { title ="Title", description = "This is your description", tags=["Example ---
- +

{title}

{description}

-
+
{tags.map((item: string) => ( diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3423067..f7e8d92 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,20 +1,118 @@ --- -import '@fontsource-variable/sora'; +import "@fontsource-variable/sora"; import "@phosphor-icons/web/regular"; import "@phosphor-icons/web/bold"; const isProd = import.meta.env.PROD; - --- + - - {isProd && } - Oskar Wolnarek + { + isProd && ( + + + + + + + + + + + + + @@ -22,7 +120,6 @@ const isProd = import.meta.env.PROD;