From 17f98d57062c72d78c2d8c226dbca635c0835401 Mon Sep 17 00:00:00 2001 From: LuaanNguyen Date: Sat, 28 Mar 2026 16:08:03 -0700 Subject: [PATCH 1/2] feat(resume-review): replace booking button with email CTA Co-Authored-By: Claude Sonnet 4.6 --- src/app/resume-review/page.tsx | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/src/app/resume-review/page.tsx b/src/app/resume-review/page.tsx index 5d8c88d..dfe1dd4 100644 --- a/src/app/resume-review/page.tsx +++ b/src/app/resume-review/page.tsx @@ -6,9 +6,8 @@ import { FiCheckCircle } from "react-icons/fi"; import { SiOpenai, SiFox } from "react-icons/si"; import Image from "next/image"; -// ─── Replace these before going live ───────────────────────────────────────── -const BOOKING_URL = "https://cal.com/placeholder"; // TODO: replace with your booking link const GOFUNDME_URL = "https://gofundme.com/placeholder"; // TODO: replace with your GoFundMe link +const EMAIL = "luanthiennguyen2003@gmail.com"; const SITE_URL = "https://luannguyen.net"; // ───────────────────────────────────────────────────────────────────────────── @@ -91,21 +90,6 @@ const jsonLd = { }, }; -// ─── Button ─────────────────────────────────────────────────────────────────── - -function PrimaryButton({ href, children }: { href: string; children: React.ReactNode }) { - return ( - - {children} - - ); -} - // ─── Hero ───────────────────────────────────────────────────────────────────── function Hero() { @@ -139,9 +123,15 @@ function Hero() {

- - +

+ interested?{" "} + + {EMAIL} + +

); From 81e68ef098c78190af8d39d4fdcf1d3c844692fd Mon Sep 17 00:00:00 2001 From: LuaanNguyen Date: Sat, 28 Mar 2026 16:11:10 -0700 Subject: [PATCH 2/2] fix(resume-review): obfuscate email display to prevent scraping Co-Authored-By: Claude Sonnet 4.6 --- src/app/resume-review/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/resume-review/page.tsx b/src/app/resume-review/page.tsx index dfe1dd4..9c43d32 100644 --- a/src/app/resume-review/page.tsx +++ b/src/app/resume-review/page.tsx @@ -124,12 +124,12 @@ function Hero() {

- interested?{" "} + interested? email me at{" "} - {EMAIL} + luanthiennguyen2003 at gmail dot com