Merge version_2_1781465331464 into main #1

Merged
bender merged 1 commits from version_2_1781465331464 into main 2026-06-14 19:30:00 +00:00

View File

@@ -14,13 +14,13 @@ export default function HomePage() {
<SectionErrorBoundary name="hero">
<HeroBrand
brand="DS Décoration"
description="Transform your space into a statement. Premium decoration solutions crafted with precision, elegance, and attention to every detail."
description="حوّل مساحتك إلى تحفة فنية. حلول ديكور فاخرة مصممة بدقة وأناقة واهتمام بكل التفاصيل."
primaryButton={{
text: "Request a Consultation",
text: "طلب استشارة",
href: "#contact",
}}
secondaryButton={{
text: "View Our Projects",
text: "عرض مشاريعنا",
href: "#projects",
}}
imageSrc="http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg"
@@ -31,11 +31,11 @@ export default function HomePage() {
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="Crafting Spaces That Feel Like Home"
title="تصميم مساحات تشعرك وكأنك في منزلك"
descriptions={[
"DS Décoration creates refined interiors where design meets functionality.",
"From concept to final touch, every project is handled with care to deliver spaces that reflect your personality.",
"Our team specializes in custom decoration, modern interior solutions, premium finishing, and meticulous attention to detail.",
"تبتكر DS Décoration تصميمات داخلية راقية حيث يلتقي التصميم مع الوظيفة.",
"من الفكرة إلى اللمسة النهائية، يتم التعامل مع كل مشروع بعناية لتقديم مساحات تعكس شخصيتك.",
"يتخصص فريقنا في الديكور المخصص، والحلول الداخلية الحديثة، والتشطيبات الفاخرة، والاهتمام الدقيق بالتفاصيل.",
]}
/>
</SectionErrorBoundary>
@@ -44,14 +44,14 @@ export default function HomePage() {
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesTaggedCards
tag="Our Expertise"
title="Elevating Your Interior Experience"
description="We blend artistic vision with professional execution to create environments that inspire."
tag="خبراتنا"
title="الارتقاء بتجربة التصميم الداخلي الخاصة بك"
description="نحن نمزج بين الرؤية الفنية والتنفيذ الاحترافي لخلق بيئات تلهمك."
items={[
{
tag: "Design",
title: "Interior Decoration",
description: "Elegant atmospheres with carefully selected colors and materials.",
tag: "تصميم",
title: "الديكور الداخلي",
description: "أجواء أنيقة مع ألوان ومواد مختارة بعناية.",
primaryButton: {
text: "Explore",
href: "#services",
@@ -96,13 +96,13 @@ export default function HomePage() {
<div id="projects" data-section="projects">
<SectionErrorBoundary name="projects">
<FeaturesRevealCardsBento
tag="Gallery"
title="Our Latest Transformations"
description="A curated look at our commitment to quality, style, and finish."
tag="معرض الأعمال"
title="أحدث تحولاتنا"
description="نظرة منتقاة على التزامنا بالجودة والأناقة والتشطيبات."
items={[
{
title: "Luxury Living Room",
description: "Refined modern living space transformation.",
title: "غرفة معيشة فاخرة",
description: "تحويل مساحة معيشة حديثة وراقية.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-drawer-made-natural-wood-elegant-premium-interior-design_169016-72733.jpg",
},
@@ -150,13 +150,13 @@ export default function HomePage() {
<div id="why-choose-us" data-section="why-choose-us">
<SectionErrorBoundary name="why-choose-us">
<MetricsSimpleCards
tag="Values"
title="Designed Around You"
description="Our studio is built on foundations of trust, craftsmanship, and a client-first philosophy."
tag="قيمنا"
title="مصمم خصيصاً لك"
description="تم بناء الاستوديو الخاص بنا على أسس من الثقة، الحرفية، وفلسفة العميل أولاً."
metrics={[
{
value: "100%",
description: "Precision Quality",
description: "جودة دقيقة",
},
{
value: "Custom",
@@ -174,14 +174,14 @@ export default function HomePage() {
<div id="reviews" data-section="reviews">
<SectionErrorBoundary name="reviews">
<TestimonialQuoteCards
tag="Reviews"
title="What Clients Say"
description="See why our clients choose DS Décoration for their interior transformations."
tag="التقييمات"
title="ماذا يقول عملاؤنا"
description="اكتشف لماذا يختار عملاؤنا DS Décoration لتحويل مساحاتهم الداخلية."
testimonials={[
{
name: "Sarah Ahmed",
role: "Client",
quote: "Excellent work, professional finish, and beautiful results.",
name: "سارة أحمد",
role: "عميلة",
quote: "عمل ممتاز، تشطيب احترافي، ونتائج جميلة جداً.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-handsome-husband-pretty-pragnant-woman-posing-studio_1328-1781.jpg",
},
{
@@ -216,14 +216,14 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get Started"
text="Ready to transform your home? Reach out to us for a personalized consultation today."
tag="ابدأ الآن"
text="هل أنت مستعد لتحويل منزلك؟ تواصل معنا للحصول على استشارة مخصصة اليوم."
primaryButton={{
text: "0795 22 01 66",
href: "tel:0795220166",
}}
secondaryButton={{
text: "Visit Us in Bordj El Kiffan",
text: "زورونا في برج الكيفان",
href: "#",
}}
/>