@@ -32,6 +32,7 @@ import Silk from "../components/Silk";
3232import GradientBlinds from "../components/GradientBlinds" ;
3333import FaultyTerminal from "../components/FaultyTerminal" ;
3434import Hyperspeed from "../components/Hyperspeed" ;
35+ import { Link } from 'react-router-dom' ;
3536
3637export const Home : React . FC = ( ) => {
3738 const navItems = [
@@ -362,20 +363,21 @@ export const Home: React.FC = () => {
362363 </ div >
363364
364365 { /* Magazine CTA */ }
365- < a
366- href = "/magazine"
367- className = "group relative px-4 sm:px-6 md:px-8 py-3 sm:py-4 text-white bg-[#182547] border border-[#1A5AFF]/20 font-semibold rounded-xl shadow-lg hover:shadow-[#2d4277] transition-all duration-300 transform hover:scale-105 text-center text-sm sm:text-base w-full sm:w-auto overflow-hidden"
368- >
369- < span className = "absolute inset-0 pointer-events-none" >
370- < span className = "block w-full h-full shimmer-glow" />
371- </ span >
372- < span className = "flex items-center justify-center space-x-2 relative z-10" >
373- < span className = "truncate" >
374- View Paradigm Edition 8 Magazine
375- </ span >
376- < BookMarked className = "w-4 h-4 sm:w-5 sm:h-5 group-hover:rotate-12 transition-transform flex-shrink-0" />
377- </ span >
378- </ a >
366+
367+
368+
369+ < Link
370+ to = "/magazine"
371+ className = "group relative px-4 sm:px-6 md:px-8 py-3 sm:py-4 text-white bg-[#182547] border border-[#1A5AFF]/20 font-semibold rounded-xl shadow-lg hover:shadow-[#2d4277] transition-all duration-300 transform hover:scale-105 text-center text-sm sm:text-base w-full sm:w-auto overflow-hidden"
372+ >
373+ < span className = "absolute inset-0 pointer-events-none" >
374+ < span className = "block w-full h-full shimmer-glow" />
375+ </ span >
376+ < span className = "flex items-center justify-center space-x-2 relative z-10" >
377+ < span className = "truncate" > View Paradigm Edition 8 Magazine</ span >
378+ < BookMarked className = "w-4 h-4 sm:w-5 sm:h-5 group-hover:rotate-12 transition-transform flex-shrink-0" />
379+ </ span >
380+ </ Link >
379381 </ motion . div >
380382
381383 { /* ALL AVAILABLE BACKGROUND ELEMENTS */ }
0 commit comments