Update src/app/page.tsx
This commit is contained in:
@@ -122,11 +122,11 @@ export default function LandingPage() {
|
||||
description="اكتشف مجموعة حلولنا المصممة لتلبية احتياجات مكاتب الاستقدام."
|
||||
products={[
|
||||
{
|
||||
id: "prod-1", name: "أتمتة WhatsApp الأساسية", price: "تبدأ من 99 ريال/شهر", imageSrc: "http://img.b2bpic.net/free-photo/chat-message-front-side-white-background_187299-40133.jpg", imageAlt: "أتمتة واتساب"},
|
||||
id: "prod-1", name: "أتمتة WhatsApp الأساسية", price: "تبدأ من 99 ريال/شهر", imageSrc: "http://img.b2bpic.net/free-photo/chat-message-front-side-white-background_187299-40133.jpg", imageAlt: "أتمتة واتساب", variant: "default"},
|
||||
{
|
||||
id: "prod-2", name: "إدارة المرشحين المتقدمة", price: "تبدأ من 199 ريال/شهر", imageSrc: "http://img.b2bpic.net/free-photo/job-hiring-vacancy-team-interview-career-recruiting_53876-133752.jpg", imageAlt: "إدارة مرشحين"},
|
||||
id: "prod-2", name: "إدارة المرشحين المتقدمة", price: "تبدأ من 199 ريال/شهر", imageSrc: "http://img.b2bpic.net/free-photo/job-hiring-vacancy-team-interview-career-recruiting_53876-133752.jpg", imageAlt: "إدارة مرشحين", variant: "default"},
|
||||
{
|
||||
id: "prod-3", name: "تحليلات الأداء الشاملة", price: "تبدأ من 299 ريال/شهر", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", imageAlt: "تحليلات أداء"},
|
||||
id: "prod-3", name: "تحليلات الأداء الشاملة", price: "تبدأ من 299 ريال/شهر", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg", imageAlt: "تحليلات أداء", variant: "default"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user