Update src/app/page.tsx

This commit is contained in:
2026-05-08 16:25:02 +00:00
parent 66d16e04f8
commit 3e9f7df025

View File

@@ -89,6 +89,7 @@ export default function LandingPage() {
products={filteredProducts}
title="مجموعتنا المختارة"
description="اكتشفوا تشكيلتنا الفاخرة."
useInvertedBackground={false}
/>
</div>
@@ -106,6 +107,7 @@ export default function LandingPage() {
<TextSplitAbout
title="قصة عمروسية"
description={["تأسست عمروسية على شغف عميق بالفنون العطرية القديمة."]}
useInvertedBackground={false}
/>
</div>
@@ -114,6 +116,8 @@ export default function LandingPage() {
tag="تواصل معنا"
title="يسعدنا خدمتكم"
description="زورونا في محلنا بقفصة."
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</div>