diff --git a/src/app/page.tsx b/src/app/page.tsx
index fd14dc5..85e8c80 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,39 +31,22 @@ export default function LandingPage() {
@@ -223,31 +105,9 @@ export default function LandingPage() {
@@ -258,34 +118,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "How do you manage stock?",
- content: "Our AI technology monitors stock levels in real-time.",
- },
- {
- id: "f2",
- title: "Is installation free?",
- content: "Installation is complimentary for all long-term contracts.",
- },
- {
- id: "f3",
- title: "Do you offer customization?",
- content: "Yes, we curate snacks based on your office preferences.",
- },
- {
- id: "f4",
- title: "How is technical support handled?",
- content: "Our support team provides remote diagnostics and 24/7 assistance.",
- },
- {
- id: "f5",
- title: "Is the hardware secure?",
- content: "Yes, all machines are equipped with secure locking and surveillance.",
- },
+ { id: "f1", title: "Does it require WiFi?", content: "Yes, our machines operate best with a dedicated secure network connection." }
]}
- title="Frequently Asked Questions"
- description="Find answers to common questions about our smart vending solutions."
+ title="Questions about VNDR?"
+ description="We have the answers you need to get started."
faqsAnimation="slide-up"
/>
@@ -293,65 +129,22 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index bebab76..2716674 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0a0a0a;
- --card: #1a1a1a;
- --foreground: #f8f5ffe6;
- --primary-cta: #c89bff;
+ --background: #fbfbfb;
+ --card: #ffffff;
+ --foreground: #1a1a1a;
+ --primary-cta: #1c3d5a;
--primary-cta-text: #0a0a0a;
- --secondary-cta: #1a1a1a;
+ --secondary-cta: #f1f5f9;
--secondary-cta-text: #f8f5ffe6;
- --accent: #737373;
- --background-accent: #737373;
+ --accent: #3b82f6;
+ --background-accent: #e2e8f0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);