-
Siap Bergabung?
-
- Jadilah bagian dari komunitas developer terbesar di Lampung dan kembangkan karirmu bersama kami.
+
+
+
+ Siap Bergabung?
+
+
+ Jadilah bagian dari komunitas developer terbesar di Lampung dan
+ kembangkan karirmu bersama kami.
-
diff --git a/apps/web/constants/members.ts b/apps/web/constants/members.ts
new file mode 100644
index 0000000..cc6c749
--- /dev/null
+++ b/apps/web/constants/members.ts
@@ -0,0 +1,62 @@
+export const members = [
+ {
+ id: 1,
+ name: "Muhammad Fari Madyan",
+ role: "Co Founder",
+ company: "Codeathome.id",
+ location: "Bandar Lampung",
+ skills: ["NextJS", "NodeJS", "No Code Tools"],
+ image: "https://media.licdn.com/dms/image/v2/D5603AQFMG8usVzX8uQ/profile-displayphoto-shrink_400_400/B56ZZCzRWnHoAk-/0/1744877459569?e=1750291200&v=beta&t=iwtCnivxa8YPEGEVFyyY3pu60CzHTutHZgskKyo9rWo",
+ social: {
+ github: "https://github.com/muhammadFariMadyan",
+ twitter: "https://x.com/FariMsenju",
+ linkedin: "https://linkedin.com/in/mfarim",
+ instagram: "https://instagram.com/mfarim_fw"
+ }
+ },
+ {
+ id: 2,
+ name: "Arief Adjie Wicaksono",
+ role: "PHP Laravel Developer",
+ company: "International Open University",
+ location: "Metro",
+ skills: ["Laravel", "PHP", "VueJS", "JavaScript"],
+ image: "https://media.licdn.com/dms/image/v2/C5603AQFqKNq4sQ_OCA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1661396529815?e=1750291200&v=beta&t=JtTX3FyNeb0xnu1KUmCoVt0uThUTGr_De5n2qIB4_EY",
+ social: {
+ github: "https://github.com/ariefadjie",
+ twitter: "https://twitter.com/ariefadjie",
+ linkedin: "https://linkedin.com/in/ariefadjie",
+ instagram: "https://instagram.com/ariefadjie"
+ }
+ },
+ {
+ id: 3,
+ name: " Ahmad Rosid",
+ role: " Founding Engineer",
+ company: "Companio.ai",
+ location: "Metro",
+ skills: ["Laravel", "Svelte", "OpenAI"],
+ image: "https://media.licdn.com/dms/image/v2/D5603AQG0XY2piR4R1g/profile-displayphoto-shrink_400_400/B56ZQcNDccGQAk-/0/1735639972263?e=1750291200&v=beta&t=2PCYqnucIU_aMlHzZpWR1TBLie5JYU8GN5RoEhn8z_0",
+ social: {
+ github: "https://github.com/ahmadrosid",
+ twitter: "https://twitter.com/_ahmadrosid",
+ linkedin: "https://linkedin.com/in/ahmadrosid",
+ instagram: "https://instagram.com/ngooding.id"
+ }
+ },
+ {
+ id: 4,
+ name: "Willy Santori",
+ role: "Product Designer",
+ company: "Lingble",
+ location: "Bandar Lampung",
+ skills: ["Figma", "UI Design", "UX Research"],
+ image: "https://media.licdn.com/dms/image/v2/C5103AQHtH6TQ83vJ6w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1580031764136?e=1751500800&v=beta&t=PazRr0Rd6NloM_rtJqIhJ8Hc9vhXxGx-l1hnP6n7cU4",
+ social: {
+ github: "https://github.com/WillySantori93",
+ twitter: "https://twitter.com/willysantori93",
+ linkedin: "https://linkedin.com/in/willy-santori",
+ instagram: "https://instagram.com/willy_santori"
+ }
+ }
+];
diff --git a/apps/web/constants/testimonials.ts b/apps/web/constants/testimonials.ts
index 3b4b272..efc4287 100644
--- a/apps/web/constants/testimonials.ts
+++ b/apps/web/constants/testimonials.ts
@@ -9,6 +9,6 @@ export const testimonials = [
name: 'Ayu Anisa',
role: 'Desainer Grafis dan Ilustrator Freelance',
content: 'Kegiatan Tech Meetup nya seru banget jadi bisa ketemu dengan pekerja design grafis dan ilustrator lainnya serta developer teknologi juga, jadi bener-bener antusias karena jarang banget di Bandar Lampung ada komunitas seperti ini yang bermanfaat untuk semuanya.',
- image: 'https://media.licdn.com/dms/image/v2/D5635AQFSErjdq1qtDw/profile-framedphoto-shrink_200_200/profile-framedphoto-shrink_200_200/0/1726658592366?e=1745899200&v=beta&t=uVWbBU6-QQ6_ypzAKBZZREOxMexm6zYfLGmomsXgaHw',
+ image: 'https://media.licdn.com/dms/image/v2/D5635AQFSErjdq1qtDw/profile-framedphoto-shrink_200_200/profile-framedphoto-shrink_200_200/0/1726658592366?e=1746784800&v=beta&t=6-2o5D5hjS5kLghhOxLxqNlvsbdPdxfG7-rVv_0BUdk',
},
];