8 Commits

Author SHA1 Message Date
efc17c201c Update src/app/page.tsx 2026-03-11 14:36:24 +00:00
f0f2fce409 Merge version_2 into main
Merge version_2 into main
2026-03-11 14:34:59 +00:00
2366af3b6c Update theme colors 2026-03-11 14:34:53 +00:00
ed27a2740d Merge version_2 into main
Merge version_2 into main
2026-03-11 14:18:50 +00:00
5e78a6eace Update src/app/page.tsx 2026-03-11 14:18:46 +00:00
6e75ddb151 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:16:43 +00:00
ffc9e381f1 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:16:18 +00:00
dffb6056a7 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:15:19 +00:00
2 changed files with 14 additions and 11 deletions

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={[
@@ -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."

View File

@@ -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);