implement menu styling and table reservation form with CAPTCHA validation

This commit is contained in:
Alaguraj0361 2026-04-04 00:01:34 +05:30
parent 6c86e99c44
commit c1d3979a0c
4 changed files with 6 additions and 6 deletions

View File

@ -301,7 +301,7 @@ export default function ContactContent() {
<div className={styles.recaptchaWrapper}>
<ReCAPTCHA
sitekey="6Lckq9MrAAAAABjBD9rQYm19BMGFFWiwb9mPiw2K"
sitekey="6Lc5TqUsAAAAAP2B5EFeDxFRqykh6tJaqO922HjP"
onChange={handleCaptchaChange}
/>
{formErrors.captcha && <small className={styles.errorText}>{formErrors.captcha}</small>}

View File

@ -130,7 +130,7 @@
.smallHeading3 {
font-size: var(--small-text-size);
color: var(--color-paragraph);
color: #441109;
font-family: var(--font-lato);
font-weight: 600;
letter-spacing: 2px;
@ -468,7 +468,7 @@
.mainHeading {
font-family: var(--font-playfair);
font-size: var(--main-heading-size);
color: #c49c5c;
color: #441109;
line-height: 1.3;
font-weight: 700;
margin-bottom: 1.5rem;
@ -476,7 +476,7 @@
.smallHeading {
font-size: var(--small-text-size);
color: #441123;
color: #c49c5c;
font-family: var(--font-lato);
font-weight: 600;
letter-spacing: 2px;

View File

@ -236,7 +236,7 @@ export default function BookTable() {
<div className={styles.recaptchaWrapper}>
<ReCAPTCHA
sitekey="6Lckq9MrAAAAABjBD9rQYm19BMGFFWiwb9mPiw2K"
sitekey="6Lc5TqUsAAAAAP2B5EFeDxFRqykh6tJaqO922HjP"
onChange={handleCaptchaChange}
/>
{formErrors.captcha && <small className={styles.errorText}>{formErrors.captcha}</small>}

View File

@ -207,7 +207,7 @@
.description {
font-size: 16px;
color: #430f0c;
color: #f5e6d3;
line-height: 1.5;
font-family: var(--font-lato);
margin: 0;