Compare commits

...

2 Commits

Author SHA1 Message Date
213a3874d0 image 2025-09-03 11:02:31 +07:00
e20f1fa12f fix testi 2025-09-03 10:48:20 +07:00
5 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<!-- Layout gambar + teks --> <!-- Layout gambar + teks -->
<div class="about-layout"> <div class="about-layout">
<div class="about-image"> <div class="about-image">
<img src="/logo1.png" alt="Tentang Kami - Undangan Digital" /> <img src="/Rectangle.png" alt="Tentang Kami - Undangan Digital" />
</div> </div>
<div class="about-text"> <div class="about-text">
<p> <p>

View File

@ -23,7 +23,7 @@ const navLinks = ref([
{ name: 'Templat', path: '#template' }, { name: 'Templat', path: '#template' },
{ name: 'Panduan', path: '#cara' }, { name: 'Panduan', path: '#cara' },
{ name: 'Keistimewaan', path: '#keistimewaan' }, { name: 'Keistimewaan', path: '#keistimewaan' },
{ name: 'Testimoni', path: '#testi' }, { name: 'Testimoni', path: '#testimoni' },
]); ]);
</script> </script>

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="w-full lg:w-1/2"> <div class="w-full lg:w-1/2">
<img src="/logo2.png" alt="Tampilan Undangan Digital di Ponsel" class="mx-auto max-w-full"> <img src="/iphone.png" alt="Tampilan Undangan Digital di Ponsel" class="mx-auto max-w-full">
<div class="mt-6 text-center italic text-gray-500"> <div class="mt-6 text-center italic text-gray-500">
<p>"Abadikan momen indahmu dengan undangan digital yang elegan."</p> <p>"Abadikan momen indahmu dengan undangan digital yang elegan."</p>
<p>"Satu aplikasi untuk semua momen spesialmu."</p> <p>"Satu aplikasi untuk semua momen spesialmu."</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB