From efc17c201ce64f5f5fd21ecfa9edb7df50727e6e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:36:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 220335f..13e829f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Coffee, Sparkles, MapPin } from 'lucide-react'; +import { Coffee, Sparkles, MapPin, Crown } from 'lucide-react'; export default function LandingPage() { return ( @@ -105,6 +105,9 @@ export default function LandingPage() { animationType="slide-up" title="Local Favorites Everyone Comes Back For" description="Discover the signature dishes that make DOJO legendary in Tawau." + tag="Most Popular" + tagIcon={Crown} + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} buttons={[ @@ -280,4 +283,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1