Update src/app/page.tsx
This commit is contained in:
@@ -179,6 +179,11 @@ export default function LandingPage() {
|
||||
id: "3", title: "كيف أطلب المنتج؟", content: "يمكنكم الطلب مباشرة عبر الموقع أو زيارة معارضنا."},
|
||||
]}
|
||||
title="أسئلة شائعة"
|
||||
buttons={[
|
||||
{
|
||||
text: "تواصل معنا", href: "#contact"
|
||||
}
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
description="نحن هنا للإجابة على جميع استفساراتكم."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tidy-room-with-lit-lamps_1203-635.jpg"
|
||||
@@ -230,4 +235,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user