Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 172f2a349b | |||
| 7c6bb00df6 | |||
| 81cff5f0e5 | |||
| c879d83904 |
@@ -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={{
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user