shivam + claude changes
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 28s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 28s
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Resume',
|
||||
description: 'Experience, education, and technical skills of Akshay Kolli.',
|
||||
openGraph: {
|
||||
title: 'Resume',
|
||||
description: 'Experience, education, and technical skills of Akshay Kolli.',
|
||||
},
|
||||
};
|
||||
|
||||
export default function ResumePage() {
|
||||
return (
|
||||
<div className="max-w-3xl mx-auto px-6 py-24 space-y-12 animate-fade-in">
|
||||
|
||||
Reference in New Issue
Block a user