diff --git a/proyek-frontend/app/components/landing-page/featuredtemplates.vue b/proyek-frontend/app/components/landing-page/featuredtemplates.vue new file mode 100644 index 0000000..4c109c1 --- /dev/null +++ b/proyek-frontend/app/components/landing-page/featuredtemplates.vue @@ -0,0 +1,172 @@ + + + diff --git a/proyek-frontend/app/components/landing-page/header.vue b/proyek-frontend/app/components/landing-page/header.vue index 1e89f35..942b049 100644 --- a/proyek-frontend/app/components/landing-page/header.vue +++ b/proyek-frontend/app/components/landing-page/header.vue @@ -20,8 +20,8 @@ import { ref } from 'vue'; const navLinks = ref([ { name: 'Beranda', path: '#beranda' }, { name: 'Tentang Kami', path: '#tentang-kami' }, - { name: 'Templat', path: '#' }, - { name: 'Panduan', path: '#' }, + { name: 'Templat', path: '#template' }, + { name: 'Panduan', path: '#cara' }, { name: 'Keistimewaan', path: '#' }, { name: 'Testimoni', path: '#' }, ]); diff --git a/proyek-frontend/app/components/landing-page/howtosection.vue b/proyek-frontend/app/components/landing-page/howtosection.vue new file mode 100644 index 0000000..bdd8407 --- /dev/null +++ b/proyek-frontend/app/components/landing-page/howtosection.vue @@ -0,0 +1,111 @@ + + + + + diff --git a/proyek-frontend/app/components/landing-page/privilegesection.vue b/proyek-frontend/app/components/landing-page/privilegesection.vue new file mode 100644 index 0000000..e69de29 diff --git a/proyek-frontend/app/pages/index.vue b/proyek-frontend/app/pages/index.vue index 491fc23..56d9f73 100644 --- a/proyek-frontend/app/pages/index.vue +++ b/proyek-frontend/app/pages/index.vue @@ -3,6 +3,9 @@ + + + @@ -10,4 +13,7 @@ import LandingPageHeader from '~/components/landing-page/header.vue'; import LandingPageHero from '~/components/landing-page/hero.vue'; import AboutSection from '~/components/landing-page/aboutsection.vue'; +import FeaturedTemplates from '~/components/landing-page/featuredtemplates.vue'; +import HowToSection from '~/components/landing-page/howtosection.vue'; +//import PrivilegeSection from '~/components/landing-page/privilegesection.vue'; \ No newline at end of file diff --git a/proyek-frontend/public/event-list0.png b/proyek-frontend/public/event-list0.png new file mode 100644 index 0000000..1f6c66f Binary files /dev/null and b/proyek-frontend/public/event-list0.png differ diff --git a/proyek-frontend/public/event-list1.png b/proyek-frontend/public/event-list1.png new file mode 100644 index 0000000..e6c3193 Binary files /dev/null and b/proyek-frontend/public/event-list1.png differ diff --git a/proyek-frontend/public/event-list2.png b/proyek-frontend/public/event-list2.png new file mode 100644 index 0000000..03a979b Binary files /dev/null and b/proyek-frontend/public/event-list2.png differ diff --git a/proyek-frontend/public/event-list3.png b/proyek-frontend/public/event-list3.png new file mode 100644 index 0000000..4fc6cda Binary files /dev/null and b/proyek-frontend/public/event-list3.png differ diff --git a/proyek-frontend/public/event-list4.png b/proyek-frontend/public/event-list4.png new file mode 100644 index 0000000..28f280d Binary files /dev/null and b/proyek-frontend/public/event-list4.png differ diff --git a/proyek-frontend/public/event-list5.png b/proyek-frontend/public/event-list5.png new file mode 100644 index 0000000..daefcb3 Binary files /dev/null and b/proyek-frontend/public/event-list5.png differ diff --git a/proyek-frontend/public/templat.jpg b/proyek-frontend/public/templat.jpg new file mode 100644 index 0000000..d950d7e Binary files /dev/null and b/proyek-frontend/public/templat.jpg differ