From 2232d31de7e359ccd154f006ac5f5091fdfd8eb3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 22:45:10 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 230 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 183 deletions(-) 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 -- 2.49.1 From 99491127f131dda7d9c602487f53e1e98ed7596a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 22:45:10 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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); -- 2.49.1