From b46e6e9577975fef9ecc711675c9258b69254773 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:57:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2e7e0d..273f774 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Experience fine dining at its finest. Award-winning cuisine crafted with passion, served in an atmosphere of refined elegance. Join us for an unforgettable gastronomic journey." background={{ variant: "radial-gradient" }} tag="Premium Dining Destination" - tagIcon="Chef" + tagIcon={Star} tagAnimation="slide-up" buttons={[ { text: "Make a Reservation", href: "#contact" }, @@ -208,6 +208,7 @@ export default function LandingPage() { logos={[ "http://img.b2bpic.net/free-vector/restaurant-labels-set_1085-354.jpg", "http://img.b2bpic.net/free-vector/watercolor-medals-set_23-2147539676.jpg", "http://img.b2bpic.net/free-vector/autumn-label-collection_23-2147685978.jpg", "http://img.b2bpic.net/free-vector/badges-collection_1261-1.jpg", "http://img.b2bpic.net/free-vector/quality-badges_23-2147516098.jpg", "http://img.b2bpic.net/free-vector/flat-design-compostable-labels-stamps_23-2149412990.jpg", "http://img.b2bpic.net/free-vector/nine-vintage-labels_1045-221.jpg" ]} + textboxLayout="default" showCard={true} speed={40} /> -- 2.49.1