mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Enhance footer and localization: add open source references, update footer design, and optimize descriptions for clarity.
This commit is contained in:
parent
96b297f617
commit
861c6b8e35
5 changed files with 39 additions and 24 deletions
|
@ -12,6 +12,7 @@ import {
|
|||
ViewfinderCircleIcon,
|
||||
DocumentDuplicateIcon,
|
||||
} from "@heroicons/vue/24/outline";
|
||||
import { GithubIcon } from "lucide-vue-next";
|
||||
import { gsap } from "gsap";
|
||||
import { TextPlugin } from "gsap/TextPlugin";
|
||||
gsap.registerPlugin(TextPlugin);
|
||||
|
@ -44,6 +45,11 @@ const cards = [
|
|||
title: t("home.cards.title.documentation"),
|
||||
description: t("home.cards.description.documentation"),
|
||||
},
|
||||
{
|
||||
icon: GithubIcon,
|
||||
title: t("home.cards.title.opensource"),
|
||||
description: t("home.cards.description.opensource")
|
||||
}
|
||||
];
|
||||
|
||||
const accordionItems = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue