4 Commits

Author SHA1 Message Date
172f2a349b Update src/app/layout.tsx 2026-03-07 07:08:06 +00:00
7c6bb00df6 Merge version_3 into main
Merge version_3 into main
2026-03-07 07:00:26 +00:00
81cff5f0e5 Update src/app/page.tsx 2026-03-07 07:00:22 +00:00
c879d83904 Merge version_2 into main
Merge version_2 into main
2026-03-07 06:56:58 +00:00
2 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,15 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<head>
<script
type="application/ld+json"
dangerouslySetInnerHTML={{
__html: JSON.stringify({
"@context": "https://schema.org", "@type": "Person", name: "Dibendu Roy", description: "Premium digital designer and developer"}),
}}
/>
</head>
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Turning logic into elegance. Premium portfolio showcasing innovative digital solutions, cutting-edge design systems, and immersive 3D experiences that transform ideas into reality."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Explore My Work", href: "#works" },
{ text: "See Premium Projects", href: "#works" },
{ text: "Download Resume", href: "#" },
]}
buttonAnimation="slide-up"