diff --git a/src/app/page.tsx b/src/app/page.tsx index e153b1a..0bb3bf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,127 +29,24 @@ export default function LandingPage() {
@@ -157,21 +54,12 @@ export default function LandingPage() { @@ -227,50 +85,9 @@ export default function LandingPage() { @@ -279,24 +96,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Where are you located?", - content: "We are located at 1st St, Shuwaikh Industrial, Kuwait.", - }, - { - id: "2", - title: "What are your opening hours?", - content: "We are open 24 hours for your convenience.", - }, - { - id: "3", - title: "Do you offer delivery?", - content: "Yes, we provide delivery, in-store pickup, and in-store shopping options.", - }, + { id: "1", title: "What makes Leader Electronics different?", content: "We combine premium product quality with expert local service." }, + { id: "2", title: "Do you support installations?", content: "Our team provides end-to-end support including professional installation." }, + { id: "3", title: "Is there a warranty?", content: "Yes, all our electronics come with comprehensive manufacturer and store warranties." } ]} - title="Frequently Asked Questions" - description="Have questions? We are here to help." + title="Common Inquiries" + description="Answers to the most frequently asked questions about our services." faqsAnimation="slide-up" /> @@ -304,27 +109,13 @@ export default function LandingPage() {
@@ -332,43 +123,15 @@ 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 65ffd3d..6e09b1e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);