Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user