diff --git a/public/content/components/style/cursive-font/block1/en.md b/public/content/components/style/cursive-font/block1/en.md index 6da0ad1..f826ca8 100644 --- a/public/content/components/style/cursive-font/block1/en.md +++ b/public/content/components/style/cursive-font/block1/en.md @@ -1,5 +1,5 @@ -# Kursivschrift-Generator +# Cursive Font Generator -> Erstellen Sie einzigartige ästhetische Schriften online +> Create Unique Aesthetic Fonts Online -Verleihen Sie Ihrem Text eine elegante Note mit unserem **Kursivschrift-Generator**! Dieses Tool verwandelt Ihre Worte in fließende, handschriftähnliche Schriften und verleiht Ihren digitalen Inhalten einen Hauch von Raffinesse und persönlichem Stil. \ No newline at end of file +Add a touch of elegance to your text with our **Cursive Font Generator**! This tool transforms your words into flowing, handwriting-like scripts, bringing a hint of sophistication and personal flair to your digital content. \ No newline at end of file diff --git a/src/components/frontend/page/style/sidebar.tsx b/src/components/frontend/page/style/sidebar.tsx index 22f2bc2..e20bea0 100644 --- a/src/components/frontend/page/style/sidebar.tsx +++ b/src/components/frontend/page/style/sidebar.tsx @@ -1,6 +1,6 @@ import { Link } from "@/lib/i18n"; import { styleFonts, StyleKey } from "@/slugs"; -import { ALargeSmallIcon, BoldIcon, CircleDot, FeatherIcon, ItalicIcon, SquareDot, StarsIcon, UnderlineIcon } from "lucide-react"; +import { ALargeSmallIcon, BoldIcon, CircleDot, FeatherIcon, ItalicIcon, Pencil, SquareDot, StarsIcon, UnderlineIcon } from "lucide-react"; import { useTranslations } from "next-intl"; import { usePathname, useSearchParams } from "next/navigation"; import { ClassNameValue } from "tailwind-merge"; @@ -63,6 +63,8 @@ export const Sidebar =( )=>{ return ; case "square-text": return ; + case "cursive-font": + return ; default: return null; }