diff --git a/src/components/Accordion/AccordionDesign1/index.js b/src/components/Accordion/AccordionDesign1/index.js index 668e861..70e5c56 100644 --- a/src/components/Accordion/AccordionDesign1/index.js +++ b/src/components/Accordion/AccordionDesign1/index.js @@ -154,10 +154,12 @@ function AccordionDesign1({ vod }) { } cursor-pointer`} > -

{item.title}

+

+ {item.title} +

{vod && (

@@ -202,12 +204,14 @@ function AccordionDesign1({ vod }) {

-

{subItem.name}

+

+ {subItem.name} +

{vod ? ( <>
-

+

دقیقه: {item.min}

diff --git a/src/components/Accordion/index.js b/src/components/Accordion/index.js index 9fbe317..b15bd30 100644 --- a/src/components/Accordion/index.js +++ b/src/components/Accordion/index.js @@ -10,7 +10,7 @@ function Accordion() { return (
setType(e.target.value)} > {Object.keys(list).map((option, index) => ( diff --git a/src/components/Advertisements/Design1/index.js b/src/components/Advertisements/Design1/index.js index 6d1b4c7..718b28b 100644 --- a/src/components/Advertisements/Design1/index.js +++ b/src/components/Advertisements/Design1/index.js @@ -32,15 +32,15 @@ const AdvertisementDesign1 = () => { className="bg-green-200 bg-opacity-40 absolute rounded-full backdrop-filter backdrop-blur-md" >
-

تبلیغات دانوینی

-

+

تبلیغات دانوینی

+

لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.

); diff --git a/src/components/Advertisements/Design2/index.js b/src/components/Advertisements/Design2/index.js index c7a5be6..02a57a6 100644 --- a/src/components/Advertisements/Design2/index.js +++ b/src/components/Advertisements/Design2/index.js @@ -5,14 +5,14 @@ const AdvertisementDesign2 = () => { return (
-

تبلیغات دانوینی

-

+

تبلیغات دانوینی

+

لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.

{ return (
-

تبلیغات دانوینی

-

+

تبلیغات دانوینی

+

لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.

@@ -14,7 +14,7 @@ const AdvertisementDesign3 = ({ features }) => { {features.map((feature, i) => (
icon -

+

{feature.title}

@@ -45,11 +45,11 @@ const AdvertisementDesign3 = ({ features }) => {
diff --git a/src/components/Advertisements/index.js b/src/components/Advertisements/index.js index 53ad644..44543f2 100644 --- a/src/components/Advertisements/index.js +++ b/src/components/Advertisements/index.js @@ -14,7 +14,7 @@ function Advertisements() { return (