diff --git a/app/layout.tsx b/app/layout.tsx index 010cfb5..b0ac149 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,7 +7,7 @@ import { ThemeProvider } from "./provider"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Adrian's Portfolio", + title: "Dhruva Sai Portfolio", description: "Modern & Minimal JS Mastery Portfolio", }; @@ -19,7 +19,7 @@ export default function RootLayout({ return ( - + { - - - + ); }; diff --git a/components/Hero.tsx b/components/Hero.tsx index 353a088..2e3a3b6 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -57,7 +57,7 @@ const Hero = () => { />

- Hi! I'm Adrian, a Next.js Developer based in Croatia. + Hi! I'm Dhruva Sai, a Next.js Developer based in India.

diff --git a/components/ui/BentoGrid.tsx b/components/ui/BentoGrid.tsx index 8d5b0f4..2e6ad67 100644 --- a/components/ui/BentoGrid.tsx +++ b/components/ui/BentoGrid.tsx @@ -67,7 +67,7 @@ export const BentoGridItem = ({ }; const handleCopy = () => { - const text = "hsu@jsmastery.pro"; + const text = "astriphysicist9624@gmail.com"; navigator.clipboard.writeText(text); setCopied(true); }; diff --git a/public/2024-09-14_13-24.png b/public/2024-09-14_13-24.png new file mode 100644 index 0000000..5e9d5c8 Binary files /dev/null and b/public/2024-09-14_13-24.png differ diff --git a/public/jsm-logo.png b/public/jsm-logo.png deleted file mode 100644 index 6907f8f..0000000 Binary files a/public/jsm-logo.png and /dev/null differ