From c04e3b1578abdc23089836abd1a5382cd42419cf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:57:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db4fd58..b2e7e0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Award, Leaf, Shield, Sparkles, Star, Utensils, Zap } from "lucide-react"; +import { Award, Crown, Leaf, Shield, Sparkles, Star, Utensils, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -83,7 +83,7 @@ export default function LandingPage() { title="Culinary Mastery" description="Our chef-led kitchen combines traditional techniques with modern innovation. Each dish is a testament to our commitment to excellence and quality ingredients sourced from trusted local suppliers." tag="Chef's Selection" - tagIcon={Sparkles} + tagIcon={Star} tagAnimation="slide-up" buttons={[{ text: "Explore Menu", href: "#" }]} buttonAnimation="slide-up" @@ -148,7 +148,7 @@ export default function LandingPage() { ] }, { - id: "grand-experience", tag: "Premium", tagIcon: "Crown", + 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