From 41e1e1f3c891e72cec6dbfb1038340d0006456e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 18:36:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 315 ++++++----------------------------------------- 1 file changed, 39 insertions(+), 276 deletions(-) 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 From 04677b4694656d79e78d81d1ddc287a4aae567fa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 18:36:26 +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 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);