Skip to content

Commit

Permalink
fix: fix advantage texts in ticket plan cards
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid-dionysus committed Jan 21, 2024
1 parent 5fa1cfe commit 8bb4c16
Showing 1 changed file with 25 additions and 37 deletions.
62 changes: 25 additions & 37 deletions src/app/components/ConferenceTicket/ConferenceTicket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@ export default function ConferenceLocation() {
price={"تماس بگیرید"}
advantages={[
{
text: "تست",
text: "حضور در ارائه‌ها",
makerColor: "green",
},
{
text: "تست",
makerColor: "orange",
text: "حضور در پنل گفت‌وگو",
makerColor: "green",
},
{
text: "تست",
text: "نهار و پذیرایی (روز همایش)",
makerColor: "green",
},
{
text: "تست",
makerColor: "orange",
text: "بسته ویژه شرکت کنندگان",
makerColor: "green",
},
{
text: "تست",
makerColor: "green",
text: "تخفیف ویژه ثبت نام گروهی",
makerColor: "orange",
},
]}
/>
Expand All @@ -67,36 +67,32 @@ export default function ConferenceLocation() {
price={"۱,۴۹۵,۰۰۰ تومان"}
advantages={[
{
text: "تست",
text: "حضور در ارائه‌ها",
makerColor: "green",
},
{
text: "تست",
makerColor: "orange",
text: "حضور در پنل گفت‌وگو",
makerColor: "green",
},
{
text: "تست",
text: "نهار و پذیرایی (روز همایش)",
makerColor: "green",
},
{
text: "تست",
text: "بسته ویژه شرکت کنندگان",
makerColor: "green",
},
{
text: "تست",
text: "حضور در قسمت VIP سالن",
makerColor: "orange",
},
{
text: "تست",
makerColor: "green",
},
{
text: "تست",
text: "حضور در برنامه‌های ویژه",
makerColor: "orange",
},
{
text: "تست",
makerColor: "green",
text: "عضویت در کلاب هویج طلایی (بعد از همایش)",
makerColor: "orange",
},
]}
/>
Expand All @@ -108,23 +104,19 @@ export default function ConferenceLocation() {
price={"۷۷۵,۰۰۰ تومان"}
advantages={[
{
text: "تست",
text: "حضور در ارائه‌ها",
makerColor: "green",
},
{
text: "تست",
makerColor: "orange",
},
{
text: "تست",
text: "حضور در پنل گفت‌وگو",
makerColor: "green",
},
{
text: "تست",
text: "نهار و پذیرایی (روز همایش)",
makerColor: "green",
},
{
text: "تست",
text: "بسته ویژه شرکت کنندگان",
makerColor: "green",
},
]}
Expand All @@ -137,23 +129,19 @@ export default function ConferenceLocation() {
price={"تمام شده"}
advantages={[
{
text: "تست",
text: "حضور در ارائه‌ها",
makerColor: "green",
},
{
text: "تست",
makerColor: "orange",
},
{
text: "تست",
text: "حضور در پنل گفت‌وگو",
makerColor: "green",
},
{
text: "تست",
text: "نهار و پذیرایی (روز همایش)",
makerColor: "green",
},
{
text: "تست",
text: "بسته ویژه شرکت کنندگان",
makerColor: "green",
},
]}
Expand Down

0 comments on commit 8bb4c16

Please sign in to comment.