pecel-lele-delight / index.html
lucacadalora's picture
buatkan website pecel lele
6df5ca8 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pecel Lele Delight</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="font-poppins bg-yellow-50">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-8">
<!-- Hero Section -->
<section class="hero bg-gradient-to-r from-yellow-400 to-yellow-600 rounded-2xl p-8 md:p-12 mb-12 text-white">
<div class="max-w-2xl">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Authentic Pecel Lele</h1>
<p class="text-xl mb-6">Crispy fried catfish served with spicy sambal and fresh vegetables</p>
<a href="#menu" class="bg-white text-yellow-600 px-6 py-3 rounded-full font-medium hover:bg-yellow-100 transition duration-300 inline-block">Explore Menu</a>
</div>
</section>
<!-- Featured Menu -->
<section id="menu" class="mb-16">
<h2 class="text-3xl font-bold mb-8 text-center">Our Signature Dishes</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Menu Item 1 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition duration-300">
<img src="http://static.photos/food/640x360/1" alt="Pecel Lele" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Classic Pecel Lele</h3>
<p class="text-gray-600 mb-4">Crispy fried catfish with traditional sambal and fresh vegetables</p>
<div class="flex justify-between items-center">
<span class="text-yellow-600 font-bold text-lg">Rp 25,000</span>
<button class="bg-yellow-500 text-white px-4 py-2 rounded-full hover:bg-yellow-600 transition duration-300">Order Now</button>
</div>
</div>
</div>
<!-- Menu Item 2 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition duration-300">
<img src="http://static.photos/food/640x360/2" alt="Pecel Lele" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Pecel Lele Extra Spicy</h3>
<p class="text-gray-600 mb-4">For those who love extra kick in their meal</p>
<div class="flex justify-between items-center">
<span class="text-yellow-600 font-bold text-lg">Rp 28,000</span>
<button class="bg-yellow-500 text-white px-4 py-2 rounded-full hover:bg-yellow-600 transition duration-300">Order Now</button>
</div>
</div>
</div>
<!-- Menu Item 3 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition duration-300">
<img src="http://static.photos/food/640x360/3" alt="Pecel Lele" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Pecel Lele Combo</h3>
<p class="text-gray-600 mb-4">Complete meal with rice, tempe, and tahu</p>
<div class="flex justify-between items-center">
<span class="text-yellow-600 font-bold text-lg">Rp 35,000</span>
<button class="bg-yellow-500 text-white px-4 py-2 rounded-full hover:bg-yellow-600 transition duration-300">Order Now</button>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="bg-white rounded-xl shadow-lg p-8 mb-16">
<div class="flex flex-col md:flex-row items-center gap-8">
<div class="md:w-1/2">
<img src="http://static.photos/restaurant/640x360/1" alt="Our Restaurant" class="rounded-lg w-full">
</div>
<div class="md:w-1/2">
<h2 class="text-3xl font-bold mb-4">Our Story</h2>
<p class="text-gray-600 mb-4">Since 2010, we've been serving authentic Pecel Lele made with traditional recipes passed down through generations.</p>
<p class="text-gray-600 mb-6">We source our catfish from local farmers and prepare everything fresh daily to ensure the best quality and taste.</p>
<a href="#" class="text-yellow-600 font-medium hover:underline">Learn more about us β†’</a>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="mb-16">
<h2 class="text-3xl font-bold mb-8 text-center">What Our Customers Say</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<!-- Testimonial 1 -->
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-gray-200 overflow-hidden mr-4">
<img src="http://static.photos/people/200x200/1" alt="Customer" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold">Budi Santoso</h4>
<div class="flex text-yellow-400">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
<p class="text-gray-600">"The best pecel lele in town! The sambal is perfectly spicy and the fish is always crispy."</p>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-gray-200 overflow-hidden mr-4">
<img src="http://static.photos/people/200x200/2" alt="Customer" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold">Ani Wijaya</h4>
<div class="flex text-yellow-400">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
<p class="text-gray-600">"I come here every weekend. The combo meal is my favorite - great value for money!"</p>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-gray-200 overflow-hidden mr-4">
<img src="http://static.photos/people/200x200/3" alt="Customer" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold">Rudi Hartono</h4>
<div class="flex text-yellow-400">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
<p class="text-gray-600">"Authentic taste reminds me of my hometown. The extra spicy version is amazing!"</p>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="bg-white rounded-xl shadow-lg p-8">
<h2 class="text-3xl font-bold mb-6 text-center">Visit Us</h2>
<div class="flex flex-col md:flex-row gap-8">
<div class="md:w-1/2">
<div class="bg-gray-100 rounded-lg p-4 mb-6">
<div class="flex items-center mb-2">
<i data-feather="map-pin" class="w-5 h-5 mr-2 text-yellow-600"></i>
<h3 class="font-bold">Location</h3>
</div>
<p class="text-gray-600">Jl. Pecel Lele No. 123, Jakarta Selatan</p>
</div>
<div class="bg-gray-100 rounded-lg p-4 mb-6">
<div class="flex items-center mb-2">
<i data-feather="clock" class="w-5 h-5 mr-2 text-yellow-600"></i>
<h3 class="font-bold">Opening Hours</h3>
</div>
<p class="text-gray-600">Monday - Sunday:
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>