Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c968481d4 | |||
| efc17c201c | |||
| f0f2fce409 | |||
| 2366af3b6c | |||
| ed27a2740d | |||
| 5e78a6eace | |||
| 6e75ddb151 | |||
| ffc9e381f1 | |||
| dffb6056a7 |
@@ -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={[
|
||||
@@ -221,7 +224,7 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your opening hours?", content: "We're open daily from 9:00 AM to 10:00 PM, ready to serve you breakfast, lunch, or dinner. Come by anytime!"
|
||||
id: "1", title: "What are your opening hours?", content: "Open daily 9:00 AM – 10:00 PM"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer takeout?", content: "Yes! We offer both dine-in and takeout. Call ahead at 010-255 0103 for faster service."
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #1b0c25;
|
||||
--primary-cta: #1b0c25;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1b0c25;
|
||||
--accent: #ff93e4;
|
||||
--background-accent: #e8a8c3;
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user