feat: Refactor TestimonialsSection to use a new TestimonialCard component and introduce new SVG icons for quotes, cities, and properties.

This commit is contained in:
pradeepkumar
2026-01-20 11:14:37 +05:30
parent 7e28bd22fe
commit 03d1377a88
4 changed files with 127 additions and 56 deletions

View File

@@ -0,0 +1,3 @@
<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.30556 9.09722L6.31944 9.08194M11.8611 9.09722L11.875 9.08194M6.30556 14.6528L6.31944 14.6375M11.8611 14.6528L11.875 14.6375M6.30556 20.2083L6.31944 20.1931M11.8611 20.2083L11.875 20.1931M17.4167 25.75H1.58333C1.36232 25.75 1.15036 25.6622 0.994078 25.5059C0.837797 25.3496 0.75 25.1377 0.75 24.9167V4.36111C0.75 4.1401 0.837797 3.92814 0.994078 3.77186C1.15036 3.61558 1.36232 3.52778 1.58333 3.52778H9.08333V1.58333C9.08333 1.36232 9.17113 1.15036 9.32741 0.994078C9.48369 0.837797 9.69565 0.75 9.91667 0.75H16.5833C16.8043 0.75 17.0163 0.837797 17.1726 0.994078C17.3289 1.15036 17.4167 1.36232 17.4167 1.58333V9.08333M17.4167 25.75H24.9167C25.1377 25.75 25.3496 25.6622 25.5059 25.5059C25.6622 25.3496 25.75 25.1377 25.75 24.9167V9.91667C25.75 9.69565 25.6622 9.48369 25.5059 9.32741C25.3496 9.17113 25.1377 9.08333 24.9167 9.08333H17.4167M17.4167 25.75V20.1944M17.4167 9.08333V14.6389M17.4167 20.1944V14.6389M17.4167 20.1944H20.1944M17.4167 14.6389H20.1944" stroke="#E58625" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,7 @@
<svg width="25" height="41" viewBox="0 0 25 41" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24.46 6.47607L23.1484 23.4048H1.85156L0.540039 6.47607H24.46Z" stroke="#E58625"/>
<mask id="path-2-inside-1_2_3683" fill="white">
<path d="M6.94531 8.63233V0H18.0563V8.63233"/>
</mask>
<path d="M6.94531 0V-1H5.94531V0H6.94531ZM18.0563 0H19.0563V-1H18.0563V0ZM6.94531 8.63233H7.94531V0H6.94531H5.94531V8.63233H6.94531ZM6.94531 0V1H18.0563V0V-1H6.94531V0ZM18.0563 0H17.0563V8.63233H18.0563H19.0563V0H18.0563Z" fill="#E58625" mask="url(#path-2-inside-1_2_3683)"/>
</svg>

After

Width:  |  Height:  |  Size: 574 B

View File

@@ -0,0 +1,3 @@
<svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 16V9.6C0 7.73333 0.266667 6.06667 0.8 4.6C1.36667 3.1 2.13333 1.83333 3.1 0.8L5.5 2.4C4.7 3.33333 4.1 4.36667 3.7 5.5C3.33333 6.6 3.15 7.76667 3.15 9H6.5V16H0ZM12 16V9.6C12 7.73333 12.2667 6.06667 12.8 4.6C13.3667 3.1 14.1333 1.83333 15.1 0.8L17.5 2.4C16.7 3.33333 16.1 4.36667 15.7 5.5C15.3333 6.6 15.15 7.76667 15.15 9H18.5V16H12Z" fill="#00293d"/>
</svg>

After

Width:  |  Height:  |  Size: 466 B