Skip to content

Commit e110d87

Browse files
Use real speaking/training photos for conferences and training hero images
1 parent b4546fb commit e110d87

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

216 KB
Loading
623 KB
Loading

src/pages/conferences.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import Features2 from '~/components/widgets/Features2.astro';
88
import Stats from '~/components/widgets/Stats.astro';
99
import CallToAction from '~/components/widgets/CallToAction.astro';
1010
11+
import kristopherSpeakingImg from '~/assets/images/kristopher-speaking.jpeg';
12+
1113
const metadata = {
1214
title: 'Conferences & Speaking',
1315
};
@@ -30,8 +32,8 @@ const metadata = {
3032
},
3133
]}
3234
image={{
33-
src: 'https://images.unsplash.com/photo-1540575467063-178a50c2df87?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80',
34-
alt: 'Conference Stage',
35+
src: kristopherSpeakingImg,
36+
alt: 'Kristopher Turner speaking at a conference',
3537
}}
3638
/>
3739

src/pages/training.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import FAQs from '~/components/widgets/FAQs.astro';
88
import CallToAction from '~/components/widgets/CallToAction.astro';
99
import Content from '~/components/widgets/Content.astro';
1010
11+
import kristopherTrainingImg from '~/assets/images/kristopher-training.jpeg';
12+
1113
const metadata = {
1214
title: 'Training',
1315
};
@@ -22,8 +24,8 @@ const metadata = {
2224
subtitle="Hands-on, instructor-led training programs designed to upskill your team on Microsoft hybrid cloud technologies. From Azure Local to Azure Arc — learn from a Microsoft MVP and Microsoft Certified Trainer (MCT) with real-world deployment experience."
2325
actions={[{ variant: 'primary', text: 'Request a Training Session', href: '/contact', icon: 'tabler:calendar' }]}
2426
image={{
25-
src: 'https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80',
26-
alt: 'Training Workshop',
27+
src: kristopherTrainingImg,
28+
alt: 'Kristopher Turner leading a training session',
2729
}}
2830
/>
2931

0 commit comments

Comments
 (0)