diff --git a/src/app/resume-review/page.tsx b/src/app/resume-review/page.tsx index 5d8c88d..9c43d32 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 me at{" "} + + luanthiennguyen2003 at gmail dot com + +

);