@@ -49,6 +49,48 @@ export default function PhotoGallery({ photos }) {
4949
5050export async function getStaticProps ( ) {
5151 const photos = [
52+ {
53+ "caption" : "Winning the YHack 2026 UI/UX Award" ,
54+ "original" : "/gallery/yhack2026win.jpeg" ,
55+ "width" : 4284 ,
56+ "height" : 5712
57+ } ,
58+ {
59+ "caption" : "Blocking Group with Eliot Elephant on Housing Day 2026" ,
60+ "original" : "/gallery/housingday2026eliotelephant.jpeg" ,
61+ "width" : 4284 ,
62+ "height" : 5712
63+ } ,
64+ {
65+ "caption" : "Blocking Group at Adams during River Run" ,
66+ "original" : "/gallery/housingday2026adamsphoto.jpeg" ,
67+ "width" : 4032 ,
68+ "height" : 3024
69+ } ,
70+ {
71+ "caption" : "Ethan and August during River Run" ,
72+ "original" : "/gallery/ethanandaugusthousingday2026.jpeg" ,
73+ "width" : 1280 ,
74+ "height" : 960
75+ } ,
76+ {
77+ "caption" : "Ethan in front of the Golden Gate Bridge" ,
78+ "original" : "/gallery/ethangoldengatesf.jpeg" ,
79+ "width" : 4284 ,
80+ "height" : 5712
81+ } ,
82+ {
83+ "caption" : "Ethan and Abel at Harvard-Yale 2025" ,
84+ "original" : "/gallery/ethanandabelatharvardyale2025.jpeg" ,
85+ "width" : 5712 ,
86+ "height" : 4284
87+ } ,
88+ {
89+ "caption" : "Ethan and friends at Harvard-Yale 2025" ,
90+ "original" : "/gallery/ethanetalharvardyale2025.jpeg" ,
91+ "width" : 5712 ,
92+ "height" : 4284
93+ } ,
5294 {
5395 "caption" : "Canaday D-41" ,
5496 "original" : "/gallery/canadayd41.JPG" ,
0 commit comments