fix(bug-link):replace link(router) to achor for external url

This commit is contained in:
sanjidarimi
2026-06-17 20:52:40 +06:00
parent aa7ee3f19e
commit a3afa63717
5 changed files with 34 additions and 32 deletions
+1 -4
View File
@@ -77,7 +77,6 @@ export default function Projects() {
<div className="min-h-screen bg-background text-foreground antialiased selection:bg-primary/20">
<section className="pt-32 pb-12 relative overflow-hidden border-b border-border/40">
<div className="container mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
{/* Back Arrow Wrapper - Kept clean on left side */}
<motion.div
initial={{ opacity: 0, x: shouldReduceMotion ? 0 : -10 }}
@@ -98,7 +97,6 @@ export default function Projects() {
</Button>
</motion.div>
{/* Core Header Content Module - Flex-centered alignment */}
<div className="w-full flex flex-col items-center justify-center text-center">
<div className="max-w-3xl mb-12">
<motion.h1
@@ -166,7 +164,6 @@ export default function Projects() {
</div>
</motion.div>
</div>
</div>
</section>
@@ -268,4 +265,4 @@ export default function Projects() {
</div>
</PageTransition>
);
}
}