From 4e31bdaffd22a0b50dfab2faf8e25aad9999ebd7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:56:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ddc880..db4fd58 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={Sparkles} + tagIcon="Chef" tagAnimation="slide-up" buttons={[ { text: "Make a Reservation", href: "#contact" }, @@ -148,7 +148,7 @@ export default function LandingPage() { ] }, { - id: "grand-experience", tag: "Premium", tagIcon: Sparkles, + id: "grand-experience", tag: "Premium", tagIcon: "Crown", price: "$125", period: "per person", description: "An extraordinary culinary journey with our chef's most exclusive dishes and premium wine selections", button: { text: "Reserve Now", href: "#contact" }, featuresTitle: "Includes", features: [ "8-course exclusive menu", "Premium wine selection", "Champagne reception", "Private chef interaction", "Personalized menu", "After-dinner digestif" -- 2.49.1