diff --git a/src/components/sections/ready/ready.tsx b/src/components/sections/ready/ready.tsx index 991f375..6591f86 100644 --- a/src/components/sections/ready/ready.tsx +++ b/src/components/sections/ready/ready.tsx @@ -5,6 +5,12 @@ import { Container } from '@/components/container'; import styles from './ready.module.css'; export function Ready() { + const handleClick = () => { + const app = document.getElementById('app'); + + app?.scrollIntoView(true); + }; + return (
Create your calm oasis in seconds!
- + +