diff --git a/src/app/page.tsx b/src/app/page.tsx index 39899f7..337cb19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,9 +143,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - icon: CalendarCheck, - title: "Sistem Reservasi Mudah", description: "Pesan meja Anda dengan cepat melalui platform online kami untuk pengalaman tanpa antre."}, { icon: Utensils, title: "Menu Musiman & Chef's Special", description: "Nikmati hidangan inovatif yang disesuaikan dengan bahan-bahan segar terbaik dan kreasi spesial Chef."}, @@ -284,4 +281,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file