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 TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -105,6 +105,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
title="Local Favorites Everyone Comes Back For"
|
title="Local Favorites Everyone Comes Back For"
|
||||||
description="Discover the signature dishes that make DOJO legendary in Tawau."
|
description="Discover the signature dishes that make DOJO legendary in Tawau."
|
||||||
|
tag="Most Popular"
|
||||||
|
tagIcon={Crown}
|
||||||
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user