File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - name : Setup Node.js
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@v4
1717 with :
18- node-version : ' 18 '
18+ node-version : ' 20 '
1919 cache : ' npm'
2020
2121 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default function AirportLoungeCaseStudy() {
2121 < PageHero
2222 title = "Seamless Airport Lounge Wi-Fi Beyond SIM Limitations"
2323 subtitle = "How FreshPass bridges connectivity gaps for international travelers using enterprise-grade infrastructure"
24- backgroundImage = "https://images.unsplash.com/photo-1436491865332-7a61a109cc05?ixlib=rb-4.0.3 & auto = format & fit = crop & w = 2000 & q = 80 "
24+ backgroundImage = "https://picsum.photos/2000/800?random=2 "
2525 showLogo = { false }
2626 />
2727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default function CaseStudyContent() {
2121 < PageHero
2222 title = "Frictionless Hotel Wi-Fi With Secure QR Codes"
2323 subtitle = "How FreshPass enables seamless Wi-Fi onboarding in hospitality using Meraki IPSK—no RADIUS required"
24- backgroundImage = "https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3 & auto = format & fit = crop & w = 2000 & q = 80 "
24+ backgroundImage = "https://picsum.photos/2000/800?random=1 "
2525 showLogo = { false }
2626 />
2727
Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/basic-features /typescript for more information.
5+ // see https://nextjs.org/docs/app/building-your-application/configuring /typescript for more information.
You can’t perform that action at this time.
0 commit comments