Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a new OpenClaw banner to the home page carousel to promote SSW's AI agent consulting services. The PR description notes a dependency on an external deployment being completed before merging.
Changes:
- Added a new carousel item for OpenClaw with a link to SSW's consulting page and associated banner image
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - label: Expert guidance from SSW to help you navigate the world of AI agents | ||
| link: 'http://ssw.com.au/consulting/openclaw' | ||
| openIn: newWindow | ||
| imgSrc: /images/carousel/OpenClaw-SSW-Hero-Banner-v6.jpg |
There was a problem hiding this comment.
The image file '/images/carousel/OpenClaw-SSW-Hero-Banner-v6.jpg' does not exist in the 'public/images/carousel' directory. This will result in a broken image in the carousel. Please ensure the image file is added to the repository before merging this PR, or verify that the image path is correct.
| imgSrc: /images/carousel/OpenClaw-SSW-Hero-Banner-v6.jpg | |
| imgSrc: /images/ssw-default-og.jpg |
| openIn: newWindow | ||
| imgSrc: /images/carousel/Data-Saturdays-Brisbane-2026.jpg | ||
| - label: Expert guidance from SSW to help you navigate the world of AI agents | ||
| link: 'http://ssw.com.au/consulting/openclaw' |
There was a problem hiding this comment.
The link for the OpenClaw banner uses plain http://, which forces users onto an unencrypted connection where a network attacker can intercept or tamper with traffic (including any data they submit on that page). This can be exploited via man-in-the-middle attacks to inject malicious content or harvest credentials if the target page contains login or forms. Update this URL to use https:// for the same host so that the navigation preserves end-to-end encryption.
| link: 'http://ssw.com.au/consulting/openclaw' | |
| link: 'https://ssw.com.au/consulting/openclaw' |
Coverage report
Test suite run success13 tests passing in 1 suite. Report generated by 🧪jest coverage report action from 2a79703 |
|
Deployed changes to https://app-sswwebsite-9eb3-pr-4553.azurewebsites.net |
cc @Pravino24 @griffenedge
@suiyangqiu