Auto-commit: add instagram button that will lead user to instagram page https://www.instagram.com/aaa to each pho

This commit is contained in:
2026-01-15 13:18:01 +01:00
parent 619f16f6f9
commit 7c2a0e1018

View File

@@ -28,6 +28,9 @@ interface TestimonialCardTenProps {
title: string;
titleSegments?: TitleSegment[];
description: string;
<a href='https://www.instagram.com/aaa' target='_blank' rel='noopener noreferrer'>
<img src='/path/to/instagram-icon.png' alt='Instagram' className='instagram-icon' />
</a>
tag?: string;
tagIcon?: LucideIcon;
buttons?: ButtonConfig[];