Compare commits

..

No commits in common. '45c44af1041bd4314cc8c100128c1c2aab3ccfe6' and '77253bef9cb0f1a4e863229b142e927fbd1dc056' have entirely different histories.

  1. 4
      index.html
  2. BIN
      public/favicon.ico
  3. 2
      src/components/sections/HeroSection.vue
  4. 4
      src/content/site-data.ts
  5. 2
      src/styles/variables.css

4
index.html

@ -4,10 +4,10 @@
<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>Lukastitch</title> <title>Vite App</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</body> </body>
</html> </html>

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

2
src/components/sections/HeroSection.vue

@ -65,4 +65,4 @@ import logo from "@/assets/logo.jpg";
max-width: 600px; max-width: 600px;
margin: 0 auto; margin: 0 auto;
} }
</style> </style>

4
src/content/site-data.ts

@ -42,7 +42,7 @@ interface ContactContent {
export const hero: HeroContent = { export const hero: HeroContent = {
title: { title: {
value: "Lukastitch", value: "Luka Stitch",
tags: [ tags: [
"title", "title",
"main title", "main title",
@ -89,7 +89,7 @@ export const about: AboutContent = {
}, },
text: { text: {
value: value:
"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!", "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.",
tags: [ tags: [
"about text", "about text",
"about description", "about description",

2
src/styles/variables.css

@ -129,4 +129,4 @@
--color-primary: #f4a5c0; --color-primary: #f4a5c0;
--color-secondary: #c9a5f4; --color-secondary: #c9a5f4;
} }
} }
Loading…
Cancel
Save