Skip to content

Commit 3e9f375

Browse files
committed
feat: Remove some files
1 parent 9377c7a commit 3e9f375

11 files changed

Lines changed: 24 additions & 95 deletions

File tree

src/components/Schedule.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const schedule = [
1515
timeSlots: [
1616
{
1717
name: 'Registration and social time',
18-
description: 'If you are an early bird',
18+
description: null,
1919
start: '09:30 AM',
2020
end: '10:00 AM',
2121
},

src/components/Speakers.jsx

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ import { DiamondIcon } from '@/components/DiamondIcon'
99

1010
import joelImage from '@/images/speakers/joel.jpg'
1111
import surasukImage from '@/images/speakers/surasuk.jpg'
12+
import wittawatImage from '@/images/speakers/wittawat.jpg'
1213
import giorgioImage from '@/images/speakers/giorgio.jpg'
1314
import teerasej from '@/images/speakers/teerasej.jpg'
1415
import gittitatImage from '@/images/speakers/gittitat.jpg'
1516
import joseImage from '@/images/speakers/jose.jpg'
16-
import nok from '@/images/speakers/nok.jpg'
17+
import nokImage from '@/images/speakers/nok.jpg'
1718
import veeravatImage from '@/images/speakers/veeravat.jpg'
1819
import akkaponImage from '@/images/speakers/akkapon.jpg'
20+
import yanyongImage from '@/images/speakers/yanyong.jpg'
1921
import vorapatImage from '@/images/speakers/vorapat.jpg'
2022
import charunthonImage from '@/images/speakers/charunthon.png'
2123
import pooonsiriImage from '@/images/speakers/pooonsiri.jpg'
22-
2324
import tbaImage from '@/images/speakers/tba.svg'
2425

2526
const days = [
@@ -29,24 +30,24 @@ const days = [
2930
dateTime: '2024-11-23',
3031
speakers: [
3132
{
32-
name: 'Joel Dickson',
33-
role: 'Director at Agoda',
34-
image: joelImage,
33+
name: 'Veeravat Jeensuksang',
34+
role: 'Customer Success Account Manager at Microsoft Thailand',
35+
image: veeravatImage,
3536
},
3637
{
3738
name: 'Surasuk Oakkharaamonphong',
3839
role: 'Director and Technical Coach at INFINITAS by Krungthai',
3940
image: surasukImage,
4041
},
4142
{
42-
name: 'Giorgio Desideri',
43-
role: 'Principal Solutions Architect at Seven Peaks Software',
44-
image: giorgioImage,
43+
name: 'Wittawat Karpkrikaew',
44+
role: 'CTO at T. T. Software Solution',
45+
image: wittawatImage,
4546
},
4647
{
4748
name: 'Nattapong (Nok) Nunpan',
4849
role: 'Software Engineer Consultant at United Nations',
49-
image: nok,
50+
image: nokImage,
5051
},
5152
{
5253
name: 'Gittitat Ekchantawut',
@@ -58,6 +59,11 @@ const days = [
5859
role: 'Technical Lead at Palo IT Thailand',
5960
image: akkaponImage,
6061
},
62+
{
63+
name: 'Yanyong Prommajarn',
64+
role: 'Full Stack Developer at PALO IT Thailand',
65+
image: yanyongImage,
66+
},
6167
{
6268
name: 'Charunthon (Boat) Limseelo',
6369
role: 'Microsoft Learn Student Ambassadors',
@@ -69,9 +75,9 @@ const days = [
6975
image: teerasej,
7076
},
7177
{
72-
name: 'Veeravat Jeensuksang',
73-
role: 'Customer Success Account Manager at Microsoft Thailand',
74-
image: veeravatImage,
78+
name: 'Joel Dickson',
79+
role: 'Director at Agoda',
80+
image: joelImage,
7581
},
7682
{
7783
name: 'Vorapat (Guide) Nicklamai',
@@ -83,6 +89,11 @@ const days = [
8389
role: 'Researcher - Robotics Engineer at Institute of Field Robotics (FIBO) KMUTT',
8490
image: pooonsiriImage,
8591
},
92+
{
93+
name: 'Giorgio Desideri',
94+
role: 'Principal Solutions Architect at Seven Peaks Software',
95+
image: giorgioImage,
96+
},
8697
{
8798
name: 'Jose Barbosa',
8899
role: 'Head of Engineering at Seven Peaks Software',

src/components/Venue.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import Image from 'next/image'
22

33
import { Container } from '@/components/Container'
4-
import logoLaravel from '@/images/logos/laravel.svg'
5-
import logoMirage from '@/images/logos/mirage.svg'
6-
import logoStatamic from '@/images/logos/statamic.svg'
7-
import logoStaticKit from '@/images/logos/statickit.svg'
84
import sevenPeaks from '@/images/logos/sevenpeaks.png'
95
import logoTuple from '@/images/logos/microsoft.png'
106

src/images/logos/laravel.svg

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/images/logos/mirage.svg

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/images/logos/statamic.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)