feat(ui): Enhance contact page and add location flag to footer
This commit introduces several UI improvements to enhance user experience and visual appeal. On the contact page, a new heading "Unlock Your Growth Potential" and a descriptive subheading have been added above the form. This provides better context and a stronger call-to-action for users. In the footer, the location information now includes a flag icon for better visual identification. This was achieved by updating the `ContactInfo` component to accept an optional icon source. Additionally, various styling adjustments have been made for improved responsiveness and visual consistency across the homepage and footer.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19.7337 7.66667C18.667 3.26667 14.7337 0 10.0003 0H9.66699V7.66667H19.7337Z" fill="#428BC1"/>
|
||||
<path d="M4.99993 1.33203C2.6666 2.6987 0.933268 4.96536 0.266602 7.66536H4.99993V1.33203Z" fill="#428BC1"/>
|
||||
<path d="M0.266602 12.332C0.933268 15.032 2.6666 17.2987 4.99993 18.6654V12.332H0.266602Z" fill="#428BC1"/>
|
||||
<path d="M9.66699 19.9987H10.0003C14.7337 19.9987 18.667 16.732 19.7337 12.332H9.66699V19.9987Z" fill="#428BC1"/>
|
||||
<path d="M19.7333 7.66667H9.66667V0C7.96667 0.0666667 6.36667 0.533333 5 1.33333V7.66667H0.266667C0.1 8.4 0 9.2 0 10C0 10.8 0.1 11.6 0.266667 12.3333H5V18.6667C6.36667 19.4667 7.96667 19.9333 9.66667 20V12.3333H19.7333C19.9 11.6 20 10.8 20 10C20 9.2 19.9 8.4 19.7333 7.66667Z" fill="#FFE62E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 832 B |
Reference in New Issue
Block a user