Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-11 14:36:28 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}