style(home): apply prettier formatting to HeroScene and Home - #37
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for mern-stack-ecommerce-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Code Review
This pull request consists entirely of code formatting and style improvements across HeroScene.jsx and Home.jsx. Long inline JSX props, specifically sx style objects, have been broken down into multiple lines to improve readability, and some trailing commas have been cleaned up. No functional changes were introduced, and there are no review comments or feedback to address.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Summary
Applies Prettier formatting to the two files from the homepage redesign (#36) that weren't run through
npm run formatbefore merge — purely whitespace / line-wrapping, no logic or behavior changes.src/components/HeroScene.jsxsrc/pages/Home.jsxTesting
npm run formatnow leaves these files unchanged.🤖 Generated with Claude Code