Skip to content

Commit a2939ed

Browse files
change photos
1 parent 2f5765d commit a2939ed

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

public/images/gallery/pic14.webp

458 KB
Loading

public/images/gallery/pic15.webp

459 KB
Loading

public/images/gallery/pic16.webp

249 KB
Loading

public/images/gallery/pic18.webp

866 KB
Loading

public/images/gallery/pic19.webp

152 KB
Loading

src/components/lib/photos.ts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,36 @@ const items = [
8787
"/images/gallery/pic13.webp",
8888
className: "absolute top-8 left-[30%] rotate-[4deg]",
8989
},
90+
{
91+
title: "",
92+
image:
93+
"/images/gallery/pic14.webp",
94+
className: "absolute top-8 left-[30%] rotate-[4deg]",
95+
},
96+
{
97+
title: "",
98+
image:
99+
"/images/gallery/pic15.webp",
100+
className: "absolute top-8 left-[30%] rotate-[4deg]",
101+
},
102+
{
103+
title: "",
104+
image:
105+
"/images/gallery/pic16.webp",
106+
className: "absolute top-8 left-[30%] rotate-[4deg]",
107+
},
108+
{
109+
title: "",
110+
image:
111+
"/images/gallery/pic18.webp",
112+
className: "absolute top-8 left-[30%] rotate-[4deg]",
113+
},
114+
{
115+
title: "",
116+
image:
117+
"/images/gallery/pic19.webp",
118+
className: "absolute top-8 left-[30%] rotate-[4deg]",
119+
},
90120

91121
];
92122

0 commit comments

Comments
 (0)