Compare commits

..

8 Commits

  1. 2
      index.html
  2. BIN
      public/favicon.ico
  3. 4
      src/content/site-data.ts

2
index.html

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title> <title>Lukastitch</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 48 KiB

4
src/content/site-data.ts

@ -42,7 +42,7 @@ interface ContactContent {
export const hero: HeroContent = { export const hero: HeroContent = {
title: { title: {
value: "Luka Stitch", value: "Lukastitch",
tags: [ tags: [
"title", "title",
"main title", "main title",
@ -89,7 +89,7 @@ export const about: AboutContent = {
}, },
text: { text: {
value: value:
"Hi! I'm the maker behind Luka Stitch. I create handmade plushies, each one crafted with love and attention to detail. Every plushie is unique and made to bring joy.", "Hi there! My name is Mimi and I have been a plushie artist since 2018. I am a wife, mom, and crazy cat lady. I have always loved plushies as a kid and now I hope my plushies bring others the same happiness!",
tags: [ tags: [
"about text", "about text",
"about description", "about description",

Loading…
Cancel
Save