From 34d5f2eacd9aefed52aaa96d2defc2f8be13062c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 20:35:08 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ee09071..5df8787 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Mulish } from "next/font/google"; export const metadata: Metadata = { - title: 'مظلات وسواتر الأحساء | تركيب برجولات ومظلات سيارات', - description: 'شركة متخصصة في تركيب مظلات السيارات، البرجولات، والسواتر في الأحساء. جودة عالية، خامات أصلية وضمان شامل. تواصل معنا لمعاينة مجانية.', + title: 'مظلات وسواتر الأحساء - حلول التظليل والبرجولات', + description: 'نقدم لكم أرقى حلول التظليل والبرجولات بأعلى معايير الجودة والمتانة في الأحساء.', openGraph: { "title": "مظلات وسواتر الأحساء", "description": "حلول تظليل وبرجولات عصرية في الأحساء.", -- 2.49.1 From 5abd45b9dc3e7628502e1484201523411a295eeb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 20:35:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 475 +++++++++++++---------------------------------- 1 file changed, 129 insertions(+), 346 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5790a01..79b7542 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,368 +10,151 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Award, Clock, Shield, Smile } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1