From d4833c84aea2e0a5c473e6fd8d1ae37aea63e9b3 Mon Sep 17 00:00:00 2001 From: Robert Eggl Date: Sun, 27 Jul 2025 14:03:34 +0200 Subject: [PATCH 1/2] Adjust hero buttons --- app/components/sections/hero-section.tsx | 64 ++++++++++++------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/app/components/sections/hero-section.tsx b/app/components/sections/hero-section.tsx index 544c403..4692121 100644 --- a/app/components/sections/hero-section.tsx +++ b/app/components/sections/hero-section.tsx @@ -260,36 +260,36 @@ const HeroSection = () => {
- {/* Call to action buttons with enhanced styling */} -
- handleHashLinkClick(e, 'projects')} - whileHover={{ scale: 1.02 }} - whileTap={{ scale: 0.98 }} - > -
- View My Work - - - - handleHashLinkClick(e, 'contact')} - whileHover={{ scale: 1.02 }} - whileTap={{ scale: 0.98 }} - > -
- Let's Connect - - -
+ {/* Call to action buttons with enhanced styling */} +
+ +
+ Read My Blog + + + + handleHashLinkClick(e, 'contact')} + whileHover={{ scale: 1.02 }} + whileTap={{ scale: 0.98 }} + > +
+ Let's Connect + + +
@@ -495,8 +495,8 @@ const HeroSection = () => { animate={{ opacity: 1 }} transition={{ delay: 3, duration: 0.5 }} > -