Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| efc17c201c | |||
| f0f2fce409 | |||
| ed27a2740d |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user