Vvveb.SectionsGroup['radyo'] = [
"radyo/header",
"radyo/hero",
"radyo/live",
"radyo/schedule",
"radyo/footer"
];
Vvveb.Sections.add("radyo/header", {
name: "Radyo Header",
image: "https://panel.vebusoft.com/theme/radyo/assets/preview/header.png",
html: `
`
});
Vvveb.Sections.add("radyo/hero", {
name: "Radyo Hero",
image: "https://panel.vebusoft.com/theme/radyo/assets/preview/hero.png",
html: `
`
});
Vvveb.Sections.add("radyo/footer", {
name: "Radyo Footer",
image: "https://panel.vebusoft.com/theme/radyo/assets/preview/footer.png",
html: `
`
});
Vvveb.Sections.add("radyo/live", {
name: "Radyo Canlı Yayın",
image: "https://panel.vebusoft.com/theme/radyo/assets/preview/live.png",
html: `
LIVE
Canlı Dinle
Şimdi yayındayız, dinlemeye başlamak için oynat tuşuna basın.
`
});
Vvveb.Sections.add("radyo/schedule", {
name: "Radyo Yayın Akışı",
image: "https://panel.vebusoft.com/theme/radyo/assets/preview/schedule.png",
html: `
Yayın Akışı
-
06:00 - 08:00
Sabah Programı
-
08:00 - 10:00
Haberler
-
10:00 - 12:00
Müzik Kuşağı
`
});