shivam + claude changes
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 28s

This commit is contained in:
Shivam Patel
2026-02-08 23:18:21 -05:00
parent 3174638dd3
commit c0ffc01b88
26 changed files with 342 additions and 86 deletions

View File

@@ -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">