Full deployment history for this project.
⚡ Bolt: Remove unused fonts from layout to improve performance
Remove unused heavy font initializations to reduce payload size
feat: add keyboard focus states to header navigation links Added explicit focus-visible classes to header links and social icons for better keyboard accessibility. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
🎨 Palette: Add loading state and a11y labels to newsletter component Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Add focus visible styles to interactive cards in main offerings component Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
🎨 Palette: Add keyboard focus states to main offering cards Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: Replace standard img tags with Next.js Image component for performance Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: Optimize image loading in MainOfferings component Converted standard `<img>` tag to Next.js `<Image>` component for better performance. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: Optimize Main Offerings images Replaced standard `<img>` tags with Next.js `<Image>` component in `components/main-offerings.tsx`. This utilizes built-in image optimization for lazy loading and responsive sizing, improving the Largest Contentful Paint (LCP) for these key visual assets. Added optimization comments and ensured clean git history. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: Optimize main offerings images Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #8 from mbarbine/vercel/react-server-components-cve-vu-ju0uxm Fix React Server Components CVE vulnerabilities
Fix React Server Components CVE vulnerabilities Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>