Skip to content

Commit c13524f

Browse files
committed
Feat: more mtp pics
1 parent c3dcd46 commit c13524f

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

public/assets/events/MTP-W.jpg

1.42 MB
Loading

public/assets/events/MTP-W2.jpg

2.4 MB
Loading
-922 KB
Binary file not shown.

src/components/initiatives/MeetThePros.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ import RevealOnScroll from "../universal/RevealOnScroll";
44

55
export default function MeetThePros() {
66
// Image gallery data for Meet the Pros events
7-
const galleryImages = ["/assets/events/Meet_the_pros_F25.jpg", "/assets/events/Meet_the_pros_W25.jpg"];
7+
const galleryImages = ["/assets/events/Meet_the_pros_F25.jpg", "/assets/events/MTP-W.jpg", "/assets/events/MTP-W2.jpg"];
88
const galleryCaptions = [
99
"Meet the Pros - Fall 2025: Industry professionals sharing their expertise",
10-
"Meet the Pros - Winter 2025: Networking and Q&A with tech leaders"
10+
"Meet the Pros - Women Edition",
11+
"Look at all the people who came!!!!"
1112
];
1213

1314
return (

0 commit comments

Comments
 (0)