feat: Add desktop screenshots
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 3m31s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 53s
Deploy to Staging / Verify Staging (pull_request) Successful in 9s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

This commit is contained in:
Eric Gullickson
2026-02-15 17:44:09 -06:00
parent b047199bc5
commit a7f12ad580
25 changed files with 2240 additions and 111 deletions

View File

@@ -34,7 +34,7 @@ export const VehiclesSection = () => {
</ul>
<GuideScreenshot
src="/guide/vehicles-list-desktop.webp"
src="/guide/vehicles-list-desktop.png"
alt="Vehicles page showing grid of vehicle cards with details"
caption="The Vehicles page displays all your vehicles in a searchable grid"
/>
@@ -87,7 +87,7 @@ export const VehiclesSection = () => {
/>
<GuideScreenshot
src="/guide/add-vehicle-form-desktop.webp"
src="/guide/add-vehicle-form-desktop.png"
alt="Add Vehicle form showing cascading dropdowns for specifications"
caption="The Add Vehicle form with cascading dropdowns for easy data entry"
/>
@@ -139,7 +139,7 @@ export const VehiclesSection = () => {
</ol>
<GuideScreenshot
src="/guide/vin-decode-desktop.webp"
src="/guide/vin-decode-desktop.png"
alt="VIN Decode feature showing auto-populated vehicle specifications"
caption="The VIN Decode feature automatically fills in vehicle details from the NHTSA database"
/>
@@ -173,7 +173,7 @@ export const VehiclesSection = () => {
</ul>
<GuideScreenshot
src="/guide/vehicle-detail-desktop.webp"
src="/guide/vehicle-detail-desktop.png"
alt="Vehicle Detail page showing complete vehicle information and records"
caption="The Vehicle Detail page displays all information and records for a single vehicle"
/>