diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0802391..aa24732 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,46 +32,31 @@ export default function LandingPage() {
@@ -240,20 +146,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "Do you offer gluten-free options?",
- content: "Yes, we have delicious gluten-free cauliflower crusts available upon request.",
- },
+ id: "f1", title: "Do you offer gluten-free options?", content: "Yes, we have delicious gluten-free cauliflower crusts available upon request."},
{
- id: "f2",
- title: "What are your delivery hours?",
- content: "We deliver daily from 11:00 AM to 10:00 PM.",
- },
+ id: "f2", title: "What are your delivery hours?", content: "We deliver daily from 11:00 AM to 10:00 PM."},
{
- id: "f3",
- title: "Can I reserve a table?",
- content: "Absolutely! You can book online or call us directly.",
- },
+ id: "f3", title: "Can I reserve a table?", content: "Absolutely! You can book online or call us directly."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -264,74 +161,41 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index b7afc67..b45a9ea 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f4ef;
- --card: #dad6cd;
- --foreground: #2a2928;
- --primary-cta: #2a2928;
+ --background: #000000;
+ --card: #121212;
+ --foreground: #ffffff;
+ --primary-cta: #ff6600;
--primary-cta-text: #f5f4ef;
- --secondary-cta: #ecebea;
+ --secondary-cta: #333333;
--secondary-cta-text: #2a2928;
- --accent: #ffffff;
- --background-accent: #c6b180;
+ --accent: #ff6600;
+ --background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);