Browse Source

Merge pull request 'feat: change brand name' (#6) from feat-change-brand-name into main

Reviewed-on: #6
main
Diego Vester 2 months ago
parent
commit
45c44af104
  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 @@ @@ -4,10 +4,10 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Lukastitch</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
</html>

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 48 KiB

2
src/components/sections/HeroSection.vue

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

4
src/content/site-data.ts

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

2
src/styles/variables.css

@ -129,4 +129,4 @@ @@ -129,4 +129,4 @@
--color-primary: #f4a5c0;
--color-secondary: #c9a5f4;
}
}
}

Loading…
Cancel
Save