From d1ba358f6191fa90d0269937423dbc91e1938e2f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:11:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e905ec..6bcf062 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,13 @@ export default function LandingPage() { title="Land Your Dream Job with ATS-Optimized Resumes" description="Upload your old resume, and let our AI engine rewrite it to beat the ATS and get you hired faster. Perfect formatting, keyword-optimized content, and industry-standard layout." buttons={[ - { - text: "Start Rewriting", href: "#"}, + { + text: "Start Rewriting", + onClick: () => { + const el = document.getElementById('features'); + if (el) el.scrollIntoView({ behavior: 'smooth' }); + } + }, ]} imageSrc="http://img.b2bpic.net/free-photo/english-teacher-doing-her-lessons-online_23-2148999579.jpg?_wi=1" imageAlt="ATS Resume Builder Platform" @@ -206,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1