From a50659fd598ab57021887d36032b192b924817a4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:02:46 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 49 ++++++++++++------------------------------ 1 file changed, 14 insertions(+), 35 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 307cbbb..f41b66f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -62,34 +62,16 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "trust", - label: "الثقة", - title: "بناء علاقات قوية مع مالكي الكلاب", - items: [ - "شفافية كاملة في الخدمات", - "تقارير يومية تفصيلية", - "موثوقية 100%", - ], + id: "trust", label: "الثقة", title: "بناء علاقات قوية مع مالكي الكلاب", items: [ + "شفافية كاملة في الخدمات", "تقارير يومية تفصيلية", "موثوقية 100%"], }, { - id: "care", - label: "الرعاية", - title: "الاهتمام بكل التفاصيل الصغيرة", - items: [ - "فريق متدرب ومحترف", - "حب حقيقي للحيوانات", - "معاملة فردية لكل كلب", - ], + id: "care", label: "الرعاية", title: "الاهتمام بكل التفاصيل الصغيرة", items: [ + "فريق متدرب ومحترف", "حب حقيقي للحيوانات", "معاملة فردية لكل كلب"], }, { - id: "excellence", - label: "التميز", - title: "تقديم خدمات عالية الجودة دائماً", - items: [ - "مرافق حديثة وآمنة", - "أحدث معدات وتقنيات", - "تحسين مستمر للخدمات", - ], + id: "excellence", label: "التميز", title: "تقديم خدمات عالية الجودة دائماً", items: [ + "مرافق حديثة وآمنة", "أحدث معدات وتقنيات", "تحسين مستمر للخدمات"], }, ]} animationType="slide-up" @@ -106,7 +88,7 @@ export default function AboutPage() { title="هل لديك أي أسئلة حول Loving Homes؟" description="نحن هنا لمساعدتك وتقديم كل المعلومات التي تحتاجها. لا تتردد في الاتصال بنا في أي وقت" buttons={[ - { text: "احصل على استشارة", href: "#contact" }, + { text: "احصل على استشارة", href: "/contact" }, { text: "اتصل بنا مباشرة", href: "https://wa.me/966501234567" }, ]} buttonAnimation="slide-up" @@ -121,8 +103,7 @@ export default function AboutPage() { copyrightText="© 2025 Loving Homes. جميع الحقوق محفوظة" columns={[ { - title: "الخدمات", - items: [ + title: "الخدمات", items: [ { label: "الإقامة", href: "#services" }, { label: "الحضانة النهارية", href: "#services" }, { label: "التجميل", href: "#services" }, @@ -130,21 +111,19 @@ export default function AboutPage() { ], }, { - title: "شركة", - items: [ + title: "شركة", items: [ { label: "عن Loving Homes", href: "/about" }, - { label: "الحزم والأسعار", href: "#packages" }, + { label: "الحزم والأسعار", href: "/pricing" }, { label: "التقييمات", href: "#testimonials" }, - { label: "اتصل بنا", href: "#contact" }, + { label: "اتصل بنا", href: "/contact" }, ], }, { - title: "معلومات", - items: [ + title: "معلومات", items: [ { label: "سياسة الخصوصية", href: "#" }, { label: "شروط الخدمة", href: "#" }, { label: "الأسئلة الشائعة", href: "#" }, - { label: "تواصل معنا", href: "#contact" }, + { label: "تواصل معنا", href: "/contact" }, ], }, ]} @@ -152,4 +131,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From ad4e908906382a63c3709959700a6ed86f929386 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:02:46 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 72a72ab..650391f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,26 +17,23 @@ export default function ContactPage() { const footerColumns = [ { - title: "الخدمات", - items: [ - { label: "الإقامة", href: "/" }, - { label: "الحضانة النهارية", href: "/" }, - { label: "التجميل", href: "/" }, - { label: "الصحة والعناية", href: "/" }, + title: "الخدمات", items: [ + { label: "الإقامة", href: "#services" }, + { label: "الحضانة النهارية", href: "#services" }, + { label: "التجميل", href: "#services" }, + { label: "الصحة والعناية", href: "#services" }, ], }, { - title: "شركة", - items: [ - { label: "عن Loving Homes", href: "/" }, - { label: "الحزم والأسعار", href: "/" }, - { label: "التقييمات", href: "/" }, + title: "شركة", items: [ + { label: "عن Loving Homes", href: "/about" }, + { label: "الحزم والأسعار", href: "/pricing" }, + { label: "التقييمات", href: "#testimonials" }, { label: "اتصل بنا", href: "/contact" }, ], }, { - title: "معلومات", - items: [ + title: "معلومات", items: [ { label: "سياسة الخصوصية", href: "#" }, { label: "شروط الخدمة", href: "#" }, { label: "الأسئلة الشائعة", href: "#" }, @@ -207,4 +204,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 31d09539162957e93bcc2de4440ef7e19728bba5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:02:47 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 822f3d8..25ec194 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function HomePage() { features={[ { id: "accommodation", label: "الإقامة", title: "فنادق فاخرة مريحة وآمنة", items: [ - "غرف مكيفة وفاخرة", "الفراش الناعم والمريح", "مراقبة 24/7 آمنة"], + "غرم مكيفة وفاخرة", "الفراش الناعم والمريح", "مراقبة 24/7 آمنة"], }, { id: "daycare", label: "الحضانة", title: "رعاية نهارية نشطة وممتعة", items: [ @@ -229,4 +229,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1 From 65d133afc51a1637cb92fb8724b1b3ca0d6a28cd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:02:47 +0000 Subject: [PATCH 4/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 114 ++++++++++----------------------------- 1 file changed, 28 insertions(+), 86 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f1fbb2f..c6f2466 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,7 +7,6 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Wallet, Sun, Star, Crown, Phone } from "lucide-react"; -import Link from "next/link"; export default function PricingPage() { const navItems = [ @@ -20,30 +19,27 @@ export default function PricingPage() { const footerColumns = [ { - title: "الخدمات", - items: [ - { label: "الإقامة", href: "/services" }, - { label: "الحضانة النهارية", href: "/services" }, - { label: "التجميل", href: "/services" }, - { label: "الصحة والعناية", href: "/services" } + title: "الخدمات", items: [ + { label: "الإقامة", href: "#services" }, + { label: "الحضانة النهارية", href: "#services" }, + { label: "التجميل", href: "#services" }, + { label: "الصحة والعناية", href: "#services" } ] }, { - title: "شركة", - items: [ - { label: "عن Loving Homes", href: "/" }, + title: "شركة", items: [ + { label: "عن Loving Homes", href: "/about" }, { label: "الحزم والأسعار", href: "/pricing" }, - { label: "التقييمات", href: "/" }, - { label: "اتصل بنا", href: "/" } + { label: "التقييمات", href: "#testimonials" }, + { label: "اتصل بنا", href: "/contact" } ] }, { - title: "معلومات", - items: [ + title: "معلومات", items: [ { label: "سياسة الخصوصية", href: "#" }, { label: "شروط الخدمة", href: "#" }, { label: "الأسئلة الشائعة", href: "#" }, - { label: "تواصل معنا", href: "/" } + { label: "تواصل معنا", href: "/contact" } ] } ]; @@ -74,45 +70,21 @@ export default function PricingPage() { ); -} \ No newline at end of file +} -- 2.49.1