Sebelum Ngide

This commit is contained in:
Stephen Gesityan 2025-05-12 16:30:07 +07:00
parent 171c04b248
commit 4b2325d496
7 changed files with 7 additions and 7 deletions

BIN
public/images/carimeja.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
public/images/carimeja2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

BIN
public/images/carimeja3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

View File

@ -23,8 +23,8 @@
<body class="font-poppins">
<header class="fixed top-0 w-full bg-white shadow-sm z-50" x-data="{ showModal: false, modalType: '' }">
<nav x-data="{ isMobileMenuOpen: false }" class="relative py-4 px-4 lg:px-44 flex items-center justify-between">
<a href="https://ayo.co.id">
<img src="{{ asset('images/ayo.png') }}" alt="Ayo Logo" class="w-24">
<a href="/">
<img src="{{ asset('images/carimeja3.png') }}" alt="carimeja.com" class="w-24">
</a>
<div class="flex items-center space-x-4">
@ -251,7 +251,7 @@ class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded">Daftar</but
<footer class="bg-white text-gray-400 relative w-full pt-20">
<div class="container mx-auto px-4 absolute bottom-5">
<div class="text-center">
<p class="text-sm">&copy; 2025 Ayo Venue. All rights reserved.</p>
<p class="text-sm">&copy; 2025 Cari Meja. All rights reserved.</p>
</div>
<div class="text-center">
<a href="#" class="text-sm text-gray-400">Privacy Policy</a> |

View File

@ -4,12 +4,11 @@
<div class="contents h-screen">
<div class="bg-primary py-5 md:py-10 mb-10 md:mb-16">
<div>
<h1 class="text-xl md:text-4xl font-bold px-12 text-center text-white uppercase">BOOKING LAPANGAN ONLINE
<h1 class="text-xl md:text-4xl font-bold px-12 text-center text-white uppercase">APLIKASI BOOKING MEJA
TERBAIK</h1>
</div>
<div class="text-center mt-5">
<a href="https://ayo.co.id/ayo-venue-management"
class="text-white bg-orange-400 py-2 px-4 rounded-lg font-semibold text-sm md:text-lg">Daftarkan
<a href="#" class="text-white bg-yellow-500 py-2 px-4 rounded-lg font-semibold text-sm md:text-lg">Daftarkan
Venue</a>
</div>
</div>

View File

@ -11,7 +11,7 @@ export default {
poppins: ['Poppins', 'sans-serif'],
},
colors: {
primary: '#9E0620',
primary: '#03236c',
},
},
},

View File

@ -7,6 +7,7 @@ export default defineConfig({
input: [
'resources/sass/app.scss',
'resources/js/app.js',
'resources/css/app.css', // Tambah ini
],
refresh: true,
}),