Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2366af3b6c | |||
| 5e78a6eace | |||
| 6e75ddb151 | |||
| ffc9e381f1 | |||
| dffb6056a7 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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