From 7510b91a176bbd3806dcd8272875171a939fbf92 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:19:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1a515c..fd0d3a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,9 +64,9 @@ export default function LandingPage() { variant: "sparkles-gradient"}} buttons={[ { - text: "View Projects", href: "projects"}, + text: "Explore My Work", href: "projects"}, { - text: "Download CV", href: "https://github.com/khalilrbh"}, + text: "Download Resume", href: "https://github.com/khalilrbh"}, ]} buttonAnimation="slide-up" mediaItems={[ -- 2.49.1