Merge version_2_1781464187877 into main #2

Merged
bender merged 1 commits from version_2_1781464187877 into main 2026-06-14 19:13:10 +00:00

View File

@@ -12,18 +12,18 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<div id="hero" data-section="hero" dir="rtl">
<SectionErrorBoundary name="hero">
<HeroSplitVerticalMarquee
tag="Where 5,000 Years of History Still Stand"
title="Discover the Heart of Syrian Civilization"
description="Perched above the historic city of Homs, the Citadel has witnessed empires rise, civilizations flourish, and generations leave their mark upon its ancient stones."
tag="حيث يقف 5000 عام من التاريخ شاهداً على الزمن"
title="قلعة حمص"
description="تقع القلعة فوق مدينة حمص التاريخية، وقد شهدت صعود الإمبراطوريات وازدهار الحضارات، وتركت الأجيال بصماتها على أحجارها القديمة."
primaryButton={{
text: "Plan Your Visit",
text: "خطط لزيارتك",
href: "#contact",
}}
secondaryButton={{
text: "Explore History",
text: "اكتشف التاريخ",
href: "#history",
}}
leftItems={[
@@ -52,13 +52,13 @@ export default function HomePage() {
</SectionErrorBoundary>
</div>
<div id="history" data-section="history">
<div id="history" data-section="history" dir="rtl">
<SectionErrorBoundary name="history">
<AboutTextSplit
title="A Fortress Through the Ages"
title="حصن عبر العصور"
descriptions={[
"Dating back to the 3rd Millennium BC, the citadel has served as a strategic stronghold through countless eras—including Roman, Byzantine, Ayyubid, Mamluk, and Ottoman periods.",
"Every stone tells a story. Every tower preserves a chapter of history. Every visit becomes a journey through time.",
"يعود تاريخ القلعة إلى الألفية الثالثة قبل الميلاد، وقد كانت بمثابة معقل استراتيجي عبر عصور لا حصر لها - بما في ذلك الفترات الرومانية والبيزنطية والأيوبية والمملوكية والعثمانية.",
"كل حجر يروي قصة. كل برج يحفظ فصلاً من فصول التاريخ. كل زيارة تصبح رحلة عبر الزمن.",
]}
/>
</SectionErrorBoundary>