beauty treatment #2

This commit is contained in:
2025-10-14 13:38:00 +07:00
parent c198d21f55
commit a1dc01dbb6
7 changed files with 90 additions and 23 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
<main>
<article class="article">
<section class="web-section" aria-labelledby="hero" aria-describedby="hero-desc">
<h1 id="hero" class="font-hero">Techit's Collection</h1>
<p id="hero-desc" class="font-hero-desc">Techit's personal collection of various interesting, trending media/materials.</p>
<h1 id="hero" class="font-hero">Techit's {{ TITLE }}</h1>
<p id="hero-desc" class="font-hero-desc">{{ DESC }}</p>
</section>
<section class="web-section" aria-labelledby="docs" aria-describedby="docs-desc">
<h3 id="docs" class="web-title">All Bookmarks</h3>
@@ -20,7 +20,7 @@
<script setup>
const config = useRuntimeConfig();
const TITLE = "Collections"
const DESC = "Techit's personal-public collections"
const DESC = "Techit's personal-public collection of various interesting, trending media/materials."
useSeoMeta({
title: TITLE,