From 7fcadb8b9619e0997982bc61099533fb7ab33c08 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:52:42 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 254 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d21d4df..5749cd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -96,21 +54,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "صيانة الإلكترونيات", - description: "خبرة واسعة في إصلاح الأجهزة المعقدة.", - imageSrc: "http://img.b2bpic.net/free-photo/people-white-isolating-costumes-working-laboratory_645730-555.jpg", - }, - { - title: "أنظمة الصوتيات", - description: "تركيب وبرمجة أنظمة الصوت الاحترافية.", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199362.jpg", - }, - { - title: "حلول التكييف", - description: "صيانة وتكييف ذكي لبيئات العمل.", - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg", - }, + { title: "صيانة الإلكترونيات", description: "خبرة واسعة في إصلاح الأجهزة المعقدة.", imageSrc: "http://img.b2bpic.net/free-photo/people-white-isolating-costumes-working-laboratory_645730-555.jpg" }, + { title: "أنظمة الصوتيات", description: "تركيب وبرمجة أنظمة الصوت الاحترافية.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199362.jpg" }, + { title: "حلول التكييف", description: "صيانة وتكييف ذكي لبيئات العمل.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg" }, ]} title="خدماتنا المميزة" description="نقدم حلولاً مبتكرة تناسب احتياجات منشأتك" @@ -118,54 +64,16 @@ export default function LandingPage() {
-
-
-
-
From 6e9454e6d187db013ecd36307d9624e88d43a08e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:52:42 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dfc1984..cb98904 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #010912; - --card: #0c1825; - --foreground: #f0f8ff; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; --primary-cta: #106efb; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #010912; - --accent: #3b82f6; + --accent: #106efb; --background-accent: #004a93; /* text sizing - set by ThemeProvider */