The "Download Resume" functionality is located in the Hero component (app/components/Hero.tsx).
The download resume functionality is specifically in the Hero component with a sophisticated dropdown interface that allows users to either download the PDF directly or view it online via Google Drive.
I detected and automatically synced new changes from main in Personal-portfolio-data-analyst.
Integrate an image into the Hero section of the website. The image, named 'VKP IMAGE2.jpeg', is located in the '/public' directory. Position the image to the right of the existing text content within the Hero section. Utilize the Next.js Image component for optimal performance, setting the width to 350 pixels. Apply rounded corners and a subtle shadow effect to the image to enhance its visual appeal. Ensure the text content remains on the left side of the Hero section. Update the Hero component's code to reflect these changes, ensuring responsiveness and proper layout across different screen sizes.