Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

This commit adds a cookie consent banner to the website. The banner is implemented using shadcn UI and is displayed on all pages. It includes translations for English, Hindi, and Tamil. The banner links to the privacy policy page.


PR created automatically by Jules for task 7549381073440027023 started by @kunalkeshan

This commit introduces a cookie consent banner to the website.

- The banner is created as a client-side component in `components/ui/CookieConsent.tsx`.
- It uses the `mini` variant as requested.
- The banner is integrated into the main layout and appears on all pages.
- Internationalization is supported with translations in `en.json`, `hi.json`, and `ta.json`.
- A link to the `/privacy-policy` page is included.
- Addressed code review feedback by fixing the malformed `locales/ta.json` file, removing the `dev.log` file, and adding a final newline to the `CookieConsent.tsx` component.
@vercel
Copy link
Contributor

vercel bot commented Jan 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
website Error Error Jan 3, 2026 2:24am

@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@kunalkeshan kunalkeshan marked this pull request as ready for review January 2, 2026 17:33
This commit restores the 'pages.home.hero.cta.about' translation that was accidentally removed from the 'locales/ta.json' file.

This fixes the build error that was occurring due to the missing translation key.
This commit corrects the structure of the `locales/ta.json` file.

- The `sr-menu` and `cookieConsent` translations were previously misplaced, causing build failures. They have been moved to the root of the JSON object to match the structure of the other locale files.
- The `pages.home.hero.cta.about` translation has been restored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants