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:25:31 +01:00
parent 81fb256327
commit 7a77013c1c

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'>
<button className='instagram-button'>Instagram</button>
</a>
tag?: string;
tagIcon?: LucideIcon;
buttons?: ButtonConfig[];