Merge version_2 into main #1

Merged
development merged 104 commits from version_2 into main 2026-01-03 14:05:16 +00:00
Showing only changes of commit 96b0e06e3b - Show all commits

View File

@@ -4,7 +4,7 @@ import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvide
export type { ButtonConfig, TextboxLayout, InvertedBackground };
export type TitleSegment =
export type Elevate Your Brand with Expert Copywriting and Content EnhancementSegment =
| { type: "text"; content: string }
| { type: "image"; src: string; alt?: string };
@@ -51,7 +51,7 @@ export type CardAnimationType =
export interface TextBoxProps {
title?: string;
titleSegments?: TitleSegment[];
titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
description?: string;
tag?: string;
tagIcon?: LucideIcon;