diff --git a/index.html b/index.html index 9e5fc8f..56e970c 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,10 @@ - Vite App + Lukastitch
- + \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico index df36fcf..bb3f758 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/components/sections/HeroSection.vue b/src/components/sections/HeroSection.vue index 6119703..9414739 100644 --- a/src/components/sections/HeroSection.vue +++ b/src/components/sections/HeroSection.vue @@ -65,4 +65,4 @@ import logo from "@/assets/logo.jpg"; max-width: 600px; margin: 0 auto; } - \ No newline at end of file + diff --git a/src/content/site-data.ts b/src/content/site-data.ts index a237f7f..b0ab231 100644 --- a/src/content/site-data.ts +++ b/src/content/site-data.ts @@ -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 = { }, 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", diff --git a/src/styles/variables.css b/src/styles/variables.css index 331da32..b7bfbb6 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -129,4 +129,4 @@ --color-primary: #f4a5c0; --color-secondary: #c9a5f4; } -} \ No newline at end of file +}