5 Commits

Author SHA1 Message Date
2366af3b6c Update theme colors 2026-03-11 14:34:53 +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 11 additions and 11 deletions

View File

@@ -221,7 +221,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."
@@ -280,4 +280,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

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